body { /*    background-image: url('elements/background.jpg');    background-position: center 45px;    background-attachment: scroll; */}* {  
margin: 0;  padding: 0;  border: 0;}body{	
font-family: "Helvetica", "Verdana", sans-serif;	
font-size: 10pt;	
line-height: 18px;	
/*font-weight: bold;*/	
text-align:center;	
height:100%;
margin:0px;
padding:0px;	
background: #111111;
}
#headers{	
/*background-image: url('elements/bannerThing.jpg');	
background-repeat: no-repeat;	
background-position: center;*/	
height: 60px;	
/*width: 285px;	
border: 1px solid #999999;	
background: #999999;*/	
text-align: center;	
margin-left: auto;	
margin-right: auto;	
margin-bottom: 20px;
}
h2{	margin: 2px;	
/*height:35px;*/	
color: white;	
font-size: 18pt;	
line-height: 24px;
}
h3{	
margin: 2px 2px  18px 2px;	
font-size: 12pt;	
color: white;}
a{   
color: black ;}
a:hover {    
color: white;}
a:link {	
color: #82CFFD;}
a:visited {	
color: #82CFFD;}

#main{	
/*background-image: url('elements/BgGradient.jpg');	
background-repeat: repeat;	
background-position: left;*/	
text-align:center;	
border: 1px solid #888888;	
background: #555555;	
width: 900px;	
margin-left: auto;	
margin-right: auto;	
margin-top: 20px;	
padding: 20px;
}

#mainImage{	
float: left;	
border: 1px solid #888888;	
margin-left: 40px;	
width: 500px;
}

li{	
margin: 5px 0px 5px 5px;/*	padding: 2px 0px 0px 0px; */	
text-align: left;	display: inline;	
}

#thumbs {	
width: 285px;	
height: 332px;	
overflow: auto;	
margin-left: 20px;	
border: 1px solid #888888;	
background: #222222;	
float: left;
}

#thumbs img {	
margin: 5px 5px 0px 0px;
}

#description{	
width: 500px;	
background: #222222;	
border: 1px solid #888888;	
float: left;	
margin: 10px 10px 20px 40px;	
color: white;
}
#logo{	

position: relative;	
float: left;	
margin: 10px 20px 20px 10px;
}
#footer{
width: 850px;
color: #444444;
font-size: 9px;
margin-left: auto;
margin-right: auto;
}

.clear{	clear: both;}