/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background:#111111;
} 
 
#pagewidth{ 
 width:760px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 
 background:#000000;
} 
 
#header{
 position:relative; 
background-color:#000000; 
 width:100%;
} 
 
#leftcol{
 width:190px; 
 float:left; 
 position:relative; 
 background-color:#000000;
 }
 
#maincol{
	background-color: #000000;
	float: right;
	display:inline;
	position: relative;
	width:535px;
	color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
 }
 	#maincol img{
	float: right;
	padding: 5px 5px 5px 5px;
}
 
#footer{
	height:150px;
	background-color:#000000;
	clear:both;
	color: #cc9933;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
 } 
 
 A {
	text-decoration: none;
	color: #0066cc;
}

 H1 {
	text-decoration: none;
	color: #0066cc;
	font-size: 14px;
}

A:Hover {
	text-decoration: underline;
	color: #cc9933;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

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


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
