/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
background-color: #000000;
	color: #fff;
	font-family: Arial, helvetica, Sans-serif;
	font-size: 11px;
} 
 
#pagewidth{ 
 width:90%; 
 text-align:left;  
	margin: 0 auto 0 auto; 
background-color: #202020;  
} 
 
#maincol{background-color: #202020;  
 display:inline; 
 position: relative; 
 width:; 
	margin: 0 auto 0 auto; 
 }

a:link, a:visited{
	text-decoration: none;
	color: #cc0033;
}

a:hover{
	text-decoration: underline;
	color: #fff;

.title{
	padding: 5px 5px;
	color: #cc0033;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, Times, Serif;
}
 

 
 /* *** Float containers fix:
 http://www.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 */  

