html, body
{
	margin: 0px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 62.5%;
}

body 
{ 
	background-image: url(../images/background.png);
	font-size: 1.25em;
}

a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #FF00AE;
	text-decoration: none;
	font-weight: bold;
}

#wrapper
{
	margin: 0 auto;
	width: 970px;
	background-image: url(../images/background_main.png);
}

#logo
{
	width: 950px;
	height: 92px;
	border: 0;
	margin: 0px 0px 20px 10px;	
}

#content
{
	width: 930px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
}

#content_left
{
	float: left;
	width: 525px;
	margin: 0px 5px 0px 0px;
}

#content_right
{
	float: left;
	width: 375px;
	margin: 0px 0px 0px 5px;
	border-left: 1px solid #000000;
}

#footer
{
	width: 950px;
	height: 38px;	
	background-image: url(/images/background_footer.gif);
	margin: 10px 0px 0px 10px;
	text-align: center;
	color: #FFFFFF;
}

.clr
{
	clear: both;
} 

.subtitle
{
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;	
	background-color: #F1F1F1;
}

.subtext
{
	font-size: xx-small;
	font-weight: bold;
	margin-top: 15px;
}

/* CSS for search */
#search
{
	width: 100%;
	text-align: center;
	background-image: url(/images/background_search.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 15px 5px 5px 5px;
}

#search #searchform
{
	width: 100%;		
}

#search #searchform #search_criteria
{	
	width: 300px;
	height: 20px;
	font-size: 1.4em;
	padding: 1px 1px 1px 1px;
}

#search_results
{
	width: 300px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 40px;
}

/* CSS for updates */
#updates
{
	width: 90%;
	margin: 50px 10px 0px 0px;
	border-top: 1px solid #000000;
	text-align: left;
}

/* CSS for alphabet list */
#alphabet
{
	width: 90%;
	margin: 50px 10px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #000000;	
}

#alphabet img
{
	border: 0;
	width: 55px;
	height: 55px;
}

/* CSS for model page */
#model_list
{
	font-size: 1.25em;
}

#model_list img
{
	border: 0;
	margin-bottom: 20px;
}

.alias
{
	font-style: italic;
	font-size: 1.25em;
	margin: -20px 0px 20px 0px;
}

.model
{
	width: 100%;
}

.model img
{
	width: 350px;
	height: 135px;
	border: 1px solid #000000;
}

.model .text
{
	float: right;
	width: 320px;
	text-align: left;
}

.galleries
{
	margin: 0 auto;
	width: 440px;
	margin: 15px 15px 15px 15px;
}

.galleries .description
{
	float: left;
	width: 400px;
	margin-left: 10px;
	text-align: left;
}

.galleries a
{
	float: left;
	width: 30px;
	text-align: left;
}

.galleries br
{
	clear: both;
}

#recommended
{
	font-size: xx-small;
	font-weight: bold;	
	margin: 50px 0px 0px 0px;
}

/* CSS for themes */
#themes
{
	width: 90%;
	margin: 50px 10px 0px 0px;
	border-top: 1px solid #000000;
	text-align: left;
}

.theme
{
	width: 100%;
}

.theme .text
{
	width: 390px;
	text-align: left;
}

#allthemes
{
	margin-top: 20px;
	width: 186px;
	height: 32px;
	border: 0;
}

/* CSS for news */
#latest_news, .news
{
	width: 365px;
	margin: 0 auto;	
}

.news
{
	padding: 10px 0px 10px 0px;
}

#news_content
{
	width: 365px;
	background-image: url(../images/background_news.gif);
	background-repeat: repeat-y;
	padding: 10px 0px 10px 0px;
	margin-top: -2px;
}

#news_content a
{
	color: #000000;
	text-decoration: underline;
}

#news_content #text, .news .news_text
{
	float: right;
	width: 180px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: left;
	margin: 0px 10px 0px 0px;
}

.news .news_text
{
	color: #000000;
}

#news_header
{
	width: 365px;
	height: 47px;
	border: 0;
}

#news_footer
{
	width: 365px;
	height: 43px;
	border: 0;
}

#allnews
{
	float: right;
	border: 0;	
	margin: 10px 20px 0px 0px;
}

.news_img, .news img
{
	float: left;
	width: 150px;
	border: 1px solid #000000;
	margin: 0px 5px 0px 15px;
}

#page_navigation
{
	width: 95%;
	margin: 30px 0px 30px 0px;
	text-align: center;
}

/* CSS for random thumbs */
#random
{
	width: 365px;
	margin: 0 auto;	
}

#random_content
{
	width: 365px;
	background-image: url(../images/background_random.gif);
	background-repeat: repeat-y;
	padding: 10px 0px 10px 0px;
	margin-top: -2px;
}

#random_content img
{	
	margin: 5px 5px 5px 5px;
	border: 1px solid #000000;
}

#random_header, 
{
	width: 365px;
	height: 47px;
	border: 0;
}

#random_footer
{
	width: 365px;
	height: 43px;
	border: 0;
}

/* CSS for galleries */
.gallery
{
	width: 90%;
	padding: 10px 10px 10px 10px;
	margin: 10px 20px 10px 20px;
	border: 1px solid #DADADA;
	text-align: center;
}

.gallery img
{
	margin: 10px 10px 10px 10px;
	border: 1px solid #DADADA;
}

.big_link
{
	font-size: x-large;
	font-weight: bold;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1
{
	visibility: hidden;
	letter-spacing: -9px;
	font-size: xx-large;
}

.sIFR-hasFlash h2
{
	visibility: hidden;
	letter-spacing: -6px;
	font-size: large;
}