/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:968px;  
} 
 
#header{
 position:relative; 
 height:85px; 
 background-color:#FFFFFF; 
 width:100%;
} 

#nav{
 position:relative; 
 color:#000000;
 width:100%;
 margin-left:30px;
}
 
#leftcol{
 width:270px; 
 float:left; 
 position:relative; 
 padding-top:1em;
 padding-left:1em;
  }
 

#rightcol{
 width:650px; 
 float:right; 
 position:relative; 
 background-color:#eee;
 padding:1em;
 border-left:1px dashed #bbb; 
 border-right:1px solid #bbb;
 border-bottom:1px solid #bbb;
 }
 
#footer{
 height:50px; 
 margin-top: 10px;
 margin-right:40px;
 background-color:#FFFFFF; 
 clear:both; 
 text-align:right;
 } 
 
#footer a{
 font-weight:normal;
 } 
 
 /* *** 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


