* {
	margin: 0px;
	padding: 0px;
}


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;
}
#topBanner{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-bottom: 5px;

}
#headers{	
/*background-image: url('elements/bannerThing.jpg');	
background-repeat: no-repeat;	
background-position: center;*/	
/*width: 285px;	
border: 1px solid #999999;	
background: #999999;*/	
text-align: left;	
margin-left: auto;	
margin-right: auto;	
margin-top: 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: #eecb7a;}
a:visited {	
color: #eecb7a;}

#main{	
	
text-align:center;	
border: 1px solid #888888;	
background: #555555;	
width: 900px;	
margin-left: auto;	
margin-right: auto;	
margin-top: 120px;	
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: 333px;	
overflow: auto;	*/
margin:  20px 0px 20px 20px;
border: 1px solid #888888;	
background: #222222;	
float: left;

}

#thumbs img {	
margin: 8px 8px 0px 8px;
border: 1px solid #888888;	
}

#description{	
width: 250px;	
background: #222222;	
border: 1px solid #888888;	
float: left;	
margin: 10px -20px 10px 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;}