html, body{background-image: url(images/spacer.gif); 
 margin:0;
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	background-image: url(images/header.gif);
	position:relative;
	top:0px;
	height:184px;
	width:100%;
} 

#middle{
 top:0px;
 margin:0;
 display:inline; 
 position: relative; 
 height:123px; 
 width:800px; 
 }
 
#maincol{
 top:-4px;
 margin:0;
 display:inline; 
 position: relative;  
 width:800px; 
 }
 
#footer{background-image: url(images/bottom.gif);  
 position:relative;
 height:216px; 
 top:-4px;
 padding:0px;
 width:100%;
 clear:both;
 } 
 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}


 @media print{ 

#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

