/* generated by csscreator.com */ 
html, body{ 
 background:#65a0d8;
 margin:0; 
 padding:0; 
 } 
a img { border:0; }
* { outline:none;-moz-outline: none -moz-mac-focusring; }
#pagewidth{ 
margin:0 auto;
 width:750px;  
} 
 
#header{
 position:relative; 
 height:120px; 
 width:100%;
} 
 
#pageContent {
 border:1px solid #000;
 background:white;
 }

#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
#onecol{
width:580px;
margin:0 auto;
margin-bottom:10px;
}  
#rightcol{
 width:48%; 
 float:right; 
 position:relative; 
 /*background-color:#AFC97C;*/
 }
 
#maincol{
 /*background-color: #AF367C;*/ 
 float: left; 
 display:inline; 
 position: relative; 
 width:52%;
 }
 
#footer{
 height:50%; 
 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;} 

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

