/* general page settings */


* { padding: 0; margin: 0; }

body {
font-family: "Times New Roman", Times, serif;
font-size:16px;
background-color: #3A3A3A;
}

/* wrapper */
#wrapper { 
 margin: 0 auto;
 width: 940px;
}

/*Misc*/
.clear {
clear: both;
}

a:link, a:visited {
text-decoration: none;
color: #0000FF;
}

a:hover, a:active {
text-decoration: underline;
color: #FF0000;
}

.external {
background: url(images/external.png) no-repeat right top;
padding-right: 15px;
}

.hidden {
text-decoration:none;
color:#000000;
}

.joinlink {
font-size:26px;
text-align:center;
font-family:Tahoma;
}

/* HEADER SETTINGS */

#header {
 color: #333;
 width: 938px;
 border: 1px solid #ccc;
 height: 291px;
 margin: 10px 0px 5px 0px;
 background: #000000 url(images/header.jpg) no-repeat left;
}

#ads {
text-align:center;
color: #FFFFFF;
margin:2px;
}

#ads a {
color: #FFFF00;
}

/* MAIN CONTENT SETTINGS */

#content { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 padding: 10px 5px 10px 5px;
 width: 928px;
 display: inline;
 background-color:#FFFFFF;
}

#content h1 {
 font-size: 26px;
 color: #333333;
 font-family: Tahoma;
 text-align:center;
}

#content h2 {
 font-size:24px;
 font-family:Tahoma;
 padding-bottom:10px;
 color: #333333;
}

#content p {
text-indent:10px;
}

#models ul {
margin-left:10px;
}

#models ul li {
text-align:center;
display:inline;
float:left;
width:305px;
margin-bottom:10px;
}

#models ul li a {
font-family: Tahoma;
font-size:11px;
font-weight:bold;
}

#models ul li a img {
display:block;
border: 1px solid #000000;
}

#models ul li a:hover img {
border:1px dashed #000000;
}

#thumbs {
text-align:center;
margin-left:50px;
}

#thumbs img {
float:left;
display:block;
margin:10px;
}

#thumbs a img {
border:1px solid #000000;
}

#thumbs a:hover img {
border:1px dashed #000000;
}


/* FOOTER SETTINGS */
#footer { 
 width: 918px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 10px 0px;
 padding: 10px 10px 10px 10px;
 font-size:14px;
}

#footer ul li {
display:inline;
padding:2px 5px 2px 5px;
border-right:1px solid #999999;
float:left;
}

#footer a {
font-size:14px;
}
