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

img{
border:0px;
}
img a, img a:link, img a:active, img a:visited, img a:hover{
border:0px;
}

a:link { color: black;  text-decoration: none;  }
a:visited { color: black;  text-decoration: none;  }
 
#pagewidth{ 
 width:900px; 
 text-align:left; 
 margin:0 auto; 
} 
 
#header{
 position:relative; 
 background-color:#FFFFFF; 
 width:100%;
 display:block;
 overflow:auto;
} 
 
#leftcol{
 width:150px; 
 float:left; 
 background:#99CC99;
 position:relative; 
  }
 
#twocols{
 width:750px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:200px; 
  background:#CCCCCC;
 float:right; 
 position:relative; 
 }
 
#maincol{
 background-color: #FFFFFF;  
 float: left; 
  position: relative; 
 width:550px; 
 }
 
#footer{
 height:20px; 
  background-color:#FFFFFF; 
 clear:both;
 display:block;
 overflow:auto;
} 


 

 
 
/* ******************************************************************** */ 
/* Clearfix: http://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;}
}
