/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#000;
} 
 
#pagewidth{ 
 width:1048px; 
 text-align:left; 
 margin:0 auto; 
} 
 
#maincol{
 background-color: #000003;  
 position: relative; 
 }
 
#content {
	min-height:600px;
	text-align:center;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
}

#content a
{ color:#fff;}

#navlist li
{
font-family:Tahoma, Geneva, sans-serif;
font-size:10pt;
display: inline;
list-style-type:circle;
padding-right: 20px;
color:#fff;
float:left;
}

#navlist a{
text-decoration:none;
color:#fff;
}

#navlist a:hover{
	color:#3CF;
}

 
 #copy {
	 width:550px;
	 color:#666;
	 text-align:right;
	 font-size:9pt;
	 font-family:Tahoma, Geneva, sans-serif;
	 float:left;
 }
 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
