#pagewidth{ 
 width:900px;  
} 
 
#header{
 position:relative; 
 height:155px; 
 width:100%;
} 
 
#staticMenu{
 width:28%; 
 float:left; 
 position:relative; 
 height:415px;
 }
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:72%; 
 margin:15px 0 5px 0px; /* this page only */
 /*height:375px; */
}
 
#footer{
 height:44px; 
 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;}

/* 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;} 
#twocols, #maincol{width:100%; float:none;}
}
