/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{
	width:800px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	background-color: #565352;
} 
 
#header{
	position:relative;
	height:140px;
	background: #565352 url(images/home_05.png) no-repeat left top;
} 
 
#leftcol{
	width:480px;
	float:left;
	position:relative;
	background-color: #565352;
  }
 
#leftcol2{
	width:280px;
	float:left;
	position:relative;
	background-color: #565352;
	height: 100%;
  }
  
 
#maincol{
	background-color: #565352;
	float: right;
	display:inline;
	position: relative;
	width:320px;
	top: 15;
	height: 100%;
 }
 
 #maincol2{
	background-color: #565352;
	float: right;
	display:inline;
	position: relative;
	width:500px;
	top: 15;
	height: auto;
 }
 
#footer{
	height:35px;
	background-color:#FFFFFF;
	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, #leftcol {display:none; height:100%;} 
#twocols, #maincol, #maincol2{width:100%; height:100%; float:none;}
}
