* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #448ccb;
	background: url('images/body_background.gif') top left repeat;
	height: 100%;
}

a {
	border: none;
	outline: none;
	color: #fff;
	text-decoration: none;
}

#siteWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -125px;
}

#contentWrapper {
	margin-top: 30px;
	margin-left: 175px;
	width: 610px;
	overflow: hidden;
}

#contentWrapper h1 {
	color: #ffffff;
	font-size: 25px;
	font-weight: normal;
}

#contentWrapper p {
	margin-top: 10px;
	margin-left: 40px;
}

#header {

}

#headerModel {
	background: url('images/header_model.png') top left no-repeat;
	height: 100px;
	width: 116px;
	float: left;
	margin-left: 37px;
}

#headerModel a {
	display: block;
	width: 116px;
	height: 100px;
}

#headerText {
	background: url('images/header_logo.png') top left no-repeat;
	height: 100px;
	width: 423px;
	float: left;
	margin-left: 22px;
}

#headerText a {
	display: block;
	width: 423px;
	height: 100px;
}

#footer {
	color: #fff;
	height: 125px;
	text-align: center;
	font-size: 11px;
	padding-top: 30px;
	margin-bottom: 10px;
	clear:both;
}

.push{
	height: 105px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
}

#footer p {
	margin-bottom: 5px;
}

#comingSoon {
	background: url('images/coming_soon.png') top left no-repeat;
	height: 221px;
	width: 355px;
	margin-left: auto;
	margin-right: auto;
}

/*---------------------------------
NAVIGATION
---------------------------------*/

#navigation {
	height: 30px;
	background: url('images/navigation_background.gif') top left repeat-x;
	clear: both;
}

#navigation ul {
	margin-left: 172px;
	list-style: none;
}

#navigation li {
	text-indent: -9999px;
	float: left;
}

#models {
	width: 86px;
	height: 30px;
	background: url('images/navigation_models.gif') top left no-repeat;
}

#models a {
	display: block;
	width: 86px;
	height: 30px;
}

#amateurs {
	width: 107px;
	height: 30px;
	background: url('images/navigation_amateurs.gif') top left no-repeat;
}

#amateurs a {
	display: block;
	width: 107px;
	height: 30px;
}

#blog {
	width: 59px;
	height: 30px;
	background: url('images/navigation_blog.gif') top left no-repeat;
}

#blog a {
	display: block;
	width: 59px;
	height: 30px;
}

#about {
	width: 72px;
	height: 30px;
	background: url('images/navigation_about.gif') top left no-repeat;
}

#about a {
	display: block;
	width: 72px;
	height: 30px;
}

#contact {
	width: 99px;
	height: 30px;
	background: url('images/navigation_contact.gif') top left no-repeat;
}

#contact a {
	display: block;
	width: 99px;
	height: 30px;
}

.separator {
	height: 30px;
	width: 12px;
	background: url('images/navigation_separator.gif') top left no-repeat;
}

/*---------------------------------
ROTATOR
---------------------------------*/

.rotator {
	float: left;
	margin-top: 30px;
	width: 165px;
}

 .rotator a img {
	border: none;
 }

/*---------------------------------
MODELS
---------------------------------*/

#modelHeader {
	width: 610px;
	height: 250px;
	position: relative;
}

#modelInfo {
	margin-bottom: 5px;
	position: absolute;
	top: 5px;
	left: 10px;
}

#modelInfo h1 {
	font-size: 45px;
}

#modelInfo ul {
	list-style: none;
	width: 300px;
}

#modelInfo li{
	font-size: 12px;
}

#modelInfo li span {
	color: #fff;
	font-size: 15px;
}

#modelGallery {
	overflow: hidden;
}

.modelList {
	position:		relative;
	width:			175px;
	height:			175px;
	margin:			10px 13px;
	float:			left;
	background:		url('images/transparent.png') repeat;
	-moz-box-shadow:	5px 5px 25px -5px #000000;
	-webkit-box-shadow:	5px 5px 25px -5px #000000;
	box-shadow: 		5px 5px 25px -5px #000000;
	border:			1px solid #333333;

}

.modelList:hover {
	border:			1px solid #444444;
}

.modelPicture {
	padding:		5px 5px 0 5px;
	text-align:		center;
}

.modelPicture img {
	-moz-box-shadow:	5px 5px 25px -5px #000000;
	-webkit-box-shadow:	5px 5px 25px -5px #000000;
	box-shadow: 		5px 5px 25px -5px #000000;
	border:			1px solid #333333;
}

#contentWrapper .modelInfo p {
	text-align:		center;
	margin: 		0;
	padding: 		0;
	text-shadow:		2px 2px 5px #000000;
	color:			#448CCB;
}

/*---------------------------------
TAG RESULTS
---------------------------------*/
#listing {
	margin-top: 20px
}

#listing thead {
	background-color: #111;
}

#listing td {
	padding: 2px 15px;
}

.even {
	background-color: #222;
}

td.textRight {
	text-align: right;
}

/*---------------------------------
FORMS
---------------------------------*/
form{
	margin-top: 25px;
	margin-left: 40px;
}

.formLayout
{
}

.formLayout label
{
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 10px;
}

.formLayout input
{
	display: block;
	width: 270px;
	float: left;
	margin-bottom: 10px;
}

.formLayout #submit
{
	display: block;
	width: 276px;
	float: left;
	margin-bottom: 10px;
}

.formLayout select
{
	display: block;
	width: 275px;
	float: left;
	margin-bottom: 10px;
}

.formLayout textarea
{
	display: block;
	width: 271px;
	float: left;
	margin-bottom: 10px;
}

.formLayout label
{
	text-align: left;
	padding-right: 20px;
}

.formLayout br
{
	clear: left;
}