
.gray{color: #808080; font-size :12px;}

/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 max-width:1024px;  

 min-width:640px;  
}
 
#header{
 position:relative; 
 height:150px; 
 width:100%;
 background-color: #FFFFFF;
} 
 
#rightcol{
 width:30%; 
 float:right; 
 position:relative; 
 background-color: #F3F3F3; 
 }
 
#twocols{
 width:70%; 
 float:left; 
 position:relative; 
  }
 
#leftcol{
 width:28%; 
 float:left; 
 position:relative; 
 background-color: #F3F3F3;
 }
 
#maincol{
 float: right; 
 display:inline;
 position: relative; 
 width:72%; 
 background-color: #FFFFFF;
 }
#maincol p{margin: 0 10px 0px 10px; background-color: #F3F3F3; border:1px solid #DEDEDE;} 
#leftcol p{margin: 0 0px 0px 0px; background-color: #F3F3F3;} 
 
#footer{
 height:270px;
 clear:both;
 background-color: #FFFFFF;
 } 
 

 
 /* *** 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;}
}
