/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

#divnavigation a{
font-size:12pt;
color: white;
}
 
#pagewidth{ 
width:804px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
color:#FFF;
font:normal 12px/30px Arial;
} 
 
#header{
position:relative; 
height:150px; 
background-color:#323232; 
width:100%;
} 
 
#leftcol{
width:150px; 
float:left; 
position:relative; 
background-color:#1e1e1e; 
}
 
#maincol{background-color: #1e1e1e;  
float: right; 
display:inline; 
position: relative; 
margin-left: 5px;
width:649px; 
text-align: center;
}
 
#footer{
height:50px; 
background-color:#323232; 
clear:both;
} 
  
 /* *** 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 */  

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