/* CSS Document */

body {
	margin-top: 20px;
	background-color:#000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;

}

div#wrap {
	margin:0 auto;
	width: 957px;
	background-image:url('/images/main_bg.jpg');
}

div#homewrap {
	width: 957px;
	background-image:url('/images/home_lowerbg.jpg');
	background-repeat:no-repeat;
	height: 355px;
	background-color:#000000
}

div#subwrap {
	width: 957px;
	height: 355px;
	background: #171363 url('/images/sub_topbg.jpg') no-repeat top;
}


div#homewelcome {
	width: 365px;
	height: 189px;
	background: url('/images/welcome_bg.jpg') no-repeat right bottom;
	padding-top: 115px;
	padding-right: 25px;
	padding-left: 255px;
	float:left
}
h1.hidden {
	margin-top:0px;
	font-size:9px;
	display:none;
}
div#homeevents {
	float:right;
	width: 267px;
	height: 189px;
	background: url('/images/events_bg.jpg') no-repeat right bottom;
	margin-right:2px;
	padding:115px 0 0 40px;
}
div#homeevents ul{
	padding:0 20px 0 25px;
	margin:0;
}
div#homeevents li,
div#homeevents li.upcoming{
	list-style-image:none;
	list-style-type:none;
}
div#homefooter {
	font-size:11px;
	width:957px;
	text-align:center;
	padding-top:25px;
	float: right;
}

div#footer {
	font-size:11px;
	width:957px;
	text-align:center;
	padding-top:25px;
	float: right;
	background-color:black;
}
p {
	color:#FFFFFF;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

span.home,span.home p {
	font-size:12px;
	line-height: 14px;
}
p.plaintext {
	font-size: 12px;
}
p.smalltype {
	font-size: 11px;
}
p.modeltext {
	font-size: 12px;
}
ul, li {
	color:#FFFFFF;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}

li.upcoming {
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: -40px;
	list-style-type:square; list-style-image:url('/images/li.gif')
}
table.sub {
	background-image:url('/images/page_bg.gif');
	background-repeat:repeat-y
}

td.copy {
	background-image:url('/images/copy_bg.gif');
	width:648px;
	vertical-align:top;
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 30px;
}
td.side {
	vertical-align:bottom;
	background-image:url('/images/side_bg.jpg');
	background-repeat:no-repeat; background-position:top;
}

td.modelthumb {
	width: 100px;
	vertical-align: top;
}
td.modelinfo {
	width: 215px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 10px;
}
td.modelmainphoto {
	width: 300px;
	vertical-align: top;
}
td.modelgallery {
	padding-left: 50px;
}
h1.modelname {
	text-transform: uppercase;
	font-size: 22px;
	font-style: italic;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #5f3493;
	text-decoration: none;
}
a:active {
	color: #5f3493;
	text-decoration: none;
}

.small,.Small{
	font-size: 8pt;
}

.large,.Large{
	font-size: 14pt;
}

.medium,.Medium{
	font-size:15px
}