html, body { 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth { 
 width:760px; 
 text-align:left;  
 margin: 0 auto ;
 padding: 0;
  background: url(../images/watermark.gif) no-repeat 0 85%;
} 
 
#navigation {
 position:relative;  
 background:#990000; 
 width:100%;
 margin: 0;
 padding: 0;
} 
 
#header {
 position:relative; 
 height:218px; 
 width:100%;
 margin: 0;
 padding: 0;
} 
 
#twocols {
 width:760px; 
 float:left; 
 position:relative; 
  }
 
#rightcol {
 width:230px; 
 float:right; 
 position:relative; 
 }
 
#maincol {
 float: left; 
 display:inline; 
 position: relative; 
 width:530px; 
 }
 
#footer {
 clear:both;
 height:86px;
 padding: 0;
 margin: 0;
 } 
 

 
 /* Float containers fix */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/* printer styles */
 @media print { 
#header h1.hidetext, #header h2.hidetext { display: block; }
#navigation {display:none;}
}

/* hide the right column when printing */
/* #rightcol {display:none;}  */
/* #twocols, #maincol{width:100%; float:none;} */


 