* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: rgb(207, 105, 0);
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 14px;
}
body, html {
	width: 100%;
	background-color: rgb(255, 255, 255);
}
#container {
	width: 800px;
	height: 484px;
	padding: 20px;
	margin: auto;
	margin-top: 100px;
	background-image: url('../images/shadow-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#container-border {
	height: 100%;
	border: 1px solid rgb(104, 104, 104);
	background-image: url('../images/bg-model.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
#left {
	float: left;
	width: 145px;
}
#right {
	float: right;
	width: 643px;
	padding-right: 8px;
	padding-bottom: 8px;
}
#left div {
	margin-bottom: 1px;
}
#left div:hover {
	cursor: pointer;
	text-decoration: underline;
}
#left a {
	display: block;
	color: rgb(255, 255, 255);
	text-decoration: none;
	height: 22px;
	padding-top: 7px;
	padding-left: 10px;
}
#left div[title=Home] a {
	height: 145px;
	padding: 0px;
}
#menu-home {
	background-image: url('../images/gage-home.jpg');
	height: 145px;
}
#menu-0, #menu-1, #menu-2, #menu-3, #menu-4 {
	height: 29px;
	color: rgb(255, 255, 255);
}
#menu-0 {
	background-image: url('../images/menu-0.jpg');
}
#menu-1 {
	background-image: url('../images/menu-1.jpg');
}
#menu-2 {
	background-image: url('../images/menu-2.jpg');
}
#menu-3 {
	background-image: url('../images/menu-3.jpg');
}
#menu-4 {
	background-color: rgb(0, 0, 0);
}
#home-date {
	text-align: right;
	font-size: 44px;
	color: rgb(255, 255, 255);
	line-height: 0;
	height: 44px;
	padding-top: 50px;
}
#home-date span {
	font-size: 78px;
}
#home-content {
	background-image: url('../images/alpha-bg.png');
	height: 464px;
	width: 596px;
	float: right;
	padding-top: 4px;
	padding-left: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 6px;
}
#home-content-text {
	overflow: auto;
	color: rgb(255, 255, 255);
	height: 454px;
	width: 400px;
	line-height: 16px;
	float: left;
}
#upcoming-events {
	background-image: url('../images/white-bg.png');
	float: left;
	margin-left: 5px;
	width: 185px;
	height: 452px;
	border: 1px solid rgb(207, 105, 0);
	overflow: auto;
}
#upcoming-events-title {
	font-weight: bold;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	border-bottom: 1px solid rgb(207, 105, 0);
	padding: 1px;
	text-align: center;
}
#upcoming-events a {
	font-size: 10px;
	text-decoration: underline;
	color: rgb(255, 255, 255);
}
#upcoming-events ul {
	list-style: none;
	font-size: 10px;
}
#upcoming-events li {
	font-size: 10px;
	color: rgb(255, 255, 255);
	padding: 2px;
	border-top: 1px dashed rgb(207, 105, 0);
	padding-bottom: 5px;
}
#upcoming-events li.first {
	border-top: none;
}
#upcoming-events ul span {
	font-size: 10px;
	font-weight: bold;
	color: rgb(207, 105, 0);
}
#home-content-text img {
	margin: 3px;
	border: 1px solid rgb(255, 255, 255);
}
#staff-members {
	overflow: auto;
	color: rgb(255, 255, 255);
	height: 464px;
	width: 596px;
	padding-left: 4px;
	padding-top: 4px;
	float: right;
	margin-top: 6px;
}
.staff {
	clear: both;
	padding-bottom: 10px;
}
.staff-name {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.staff-name span {
	font-weight: normal;
	color: rgb(207, 105, 0);
	padding-left: 10px;
}
.staff-photo {
	width: 120px;
	height: 170px;
	border: 2px solid rgb(255, 255, 255);
	background-repeat: no-repeat;
	float: left;
}
.staff-info {
	background-image: url('../images/alpha-bg.png');
	float: right;
	width: 442px;
	min-height: 162px;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#model-members {
	overflow: auto;
	color: rgb(255, 255, 255);
	height: 464px;
	width: 596px;
	padding-top: 4px;
	float: right;
	margin-top: 6px;
	background-image: url('../images/alpha-bg.png');
}
#contact-form {
	background-image: url('../images/alpha-bg.png');
	height: 467px;
	width: 596px;
	float: right;
	padding-top: 4px;
	padding-left: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 6px;
	color: rgb(255, 255, 255);
}
form td.option {
	width: 100px;
}
form td.option span {
	color: rgb(207, 105, 0);
}
input[type=text], textarea {
	width: 300px;
	padding: 2px;
	border: 1px solid rgb(0, 0, 0);
}
input[type=submit] {
	padding: 2px;
	border: 1px solid rgb(0, 0, 0);
}
textarea {
	height: 60px;
}
.news {
	margin-bottom: 10px;
}
.news span {
	color: rgb(207, 105, 0);
	padding-right: 15px;
	font-weight: bold;
}
.models {
	margin-left: auto;
	margin-right: auto;
}
.models .button-title {
	color: rgb(255, 255, 255);
	text-align: center;
}
.models .button-title td {
	height: 13px;
}
.model-list {
	list-style: none;
}
.model-list li {
	display: inline;
}
.model-list img {
	vertical-align: middle;
	margin: 5px;
}