html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
.pagewidth { 
 width: 800px; 
 text-align:left;  
 margin: 0 auto;
 padding: 0;
} 
 
#header{
 position:relative; 
 height:100px;
 width:100%;
 background-image: url("../images/top_bg_logo.gif");
 background-repeat: no-repeat;
 background-position: bottom right;
 margin-bottom: 10px;
} 
 
#menu{
 width:180px; 
 height: 100%;
 padding-bottom: 20px;
 float:left; 
 position:relative;
}
 
#content{
 float: right; 
 display:inline; 
 position: relative; 
 width:620px;
 padding-bottom: 150px;
 min-height: 200px;
}

#mplogo {
 float:left; 
 position:relative;
}

#copyright {
 float: right; 
 display:inline; 
 position: relative;
 height: 20px;
 line-height: 18px;
 vertical-align: middle;
}
 
#footer{ 
 width: 100%; 
 height: 20px;
 text-align: center;
 font-size: 8pt;
 margin: 0;
 padding: 0;
}
 
.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 */  


@media print{ 
#menu{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}