html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
} 
 
#pagewidth{
	width:900px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
} 
 
#wrapper{
	
}  

#header{
	position:relative; 
	height:80px; 
	width:100%;
} 

#imgHeader{
	position:relative; 
	height:200px; 
	width:100%;
} 

#slideHeader{
	position:relative; 
	height:200px; 
	width:100%;
} 

#leftcol{
	width:400px; 
	float:left; 
	position:relative; 
	padding:0 0 20px 0;
}
 
#twocols{
	width:500px; 
	float:right; 
	position:relative; 
	padding:0 0 20px 0;
}
 
#rightcol{
	width:250px; 
	float:right; 
	position:relative;
	overflow:hidden;
}
 
#centercol{
	float: left; 
	display:inline; 
	position: relative; 
	width:250px; 
}
 
#footer{
	height:40px; 
	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, #centercol{width:100%; float:none;}
}
