
/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:809px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:230px; 
 background-color:#000000; 
 background-image:url(../../images/header_home2.jpg);
 width:100%;
} 
 
#leftcol{
 width:173px; 
 float:left; 
 /*position:relative; */
  }
 
#twocols{
 width:636px; 
 float:right; 
 /*position:relative; */
  }
 
#rightcol{
 width:183px; 
 float:right; 
 /*position:relative; */
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 /*position: relative; */
 width:453px; 
 }
 
#footer{
 height:20px; 
  background-color:#FFFFFF; 
 clear:both;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #979797;
	margin: 0px;
	padding: 0px; 
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

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

