body{
	background: #660000 url('bg.jpg') repeat-x top;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

#body{
	margin: 0 auto 0 auto;
	width: 510px;
}

a{
	color: #FFF;
}

#content{
	width: 100%;
	-moz-border-radius: 15px;
	border: 3px solid #666;
	background-color: #000;
	padding: 5px;
	text-align:left;
}

#advert{
	position: relative;
	width: 100%;
/*	-moz-border-radius: 15px;
	border: 3px solid #666;
	background-color: #000;*/
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	text-align:center;
}

h1#header{
	color: #900;
	margin: 0px;
}

h1#header a{
	color: #900;
	text-decoration: none; 
}

span#hidead{
	position: relative;
	font-size: 12px;	
	cursor: pointer;
}

span#footertext{
	font-size: 12px;	
}

#footer{
	color: #FFF;
	width: 100%;
	text-align: center;
	margin-top: 1px;
	padding-left: 5px;
}

#banners{
	position: absolute;
	left: -1000px;
	top: -1000px;
}

#sidebar {
	left:-378px;
	padding-bottom: 2px;
	margin-left:50%;
	position:absolute;
	text-align:center;
	top:110px;
	width:120px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border: 3px solid #666;
}

#rightsidebar {
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topright:15px;
	background-color:#660000;
	border:3px solid #666666;
	left:268px;
	margin-left:50%;
	padding-bottom:4px;
	position:absolute;
	text-align:center;
	top:100px;
	width:20px;
}

#menutitle{
	color: #900;
}

hr{
	margin: 0px;
	color: #666;
	background-color: #666;
	height: 1px;
	border: 1px solid #666;
}

table#moremodels{
	text-align: center;
}	