@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-image: url(../images/background_drop_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#outer_wrap {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#inner_wrap {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 498px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#header {
	height: 167px;
	width: 498px;
}
#logo_title {
	display: none;
}
#logo_subtitle {
	display: none;
}

#nav {
	float: left;
	width: 110px;
	text-align: right;
	font-size: 15px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 3px;
}
#nav ul li {
	list-style-type: none;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}
#nav ul li a:hover, #nav ul li a:active {
	text-decoration: underline;
}
.inactive {
	text-decoration: line-through;
}


#content {
	width: 360px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	
}.section {
}
.section h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: both;
}
.section p {
	padding-right: 10px;
	padding-left: 20px;
}
.section .thumbs {
	padding-right: 15px;
	padding-left: 15px;
}

.section .thumb {
	float: left;
	padding: 5px;
	height: 100px;
	width: 100px;
	text-align: center;
}
.section .thumb a {

}
.section .thumb img {
	margin-right: auto;
	margin-left: auto;
}


#footer {
	clear: both;
	width: 380px;
	padding-left: 118px;
	padding-top: 50px;
}
#footer h6 {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}
#footer h6 span {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-right: 15px;
	padding-left: 15px;
}
#models_needed p {
	clear: both;
	padding-bottom: 15px;
}

#models_needed .label {
	float: left;
	height: 20px;
	padding-left: 20px;
	display: inline;
}

#models_needed .text_field input {
	width: 200px;
	border: 1px solid #000000;
	height: 20px;
	float: right;
	padding-right: 15px;
}
#models_needed .radio_group {
	float: right;
	padding-right: 15px;
}
#models_needed #personal_message {
	clear: both;
}
#models_needed #personal_message textarea {
	border: 1px solid #000000;
	width: 325px;
}
#models_needed #submit {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-weight: bold;
	padding: 0px;
	width: 60px;
	height: 20px;
	margin-top: 15px;
	margin-left: 125px;
	background-image: url(../images/header.jpg);
	background-position: 75px 125px;
}
