html, body{ 
 margin: 10px; 
 font-family: arial, sans-serif;

 } 
 
#pagewidth{ 
 width:100%;  
} 
 
#header{ 
 height:80px; 
 width:100%;
 border-bottom: 1px solid black;
 margin-bottom: 10px;
} 

#leftcol, #footer{
 display: none;
 }
 
#maincol{  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%; 
 }

#maincontent {font-size: 12pt; line-height: 1.4em;}


#header h1, #toplinks, #primarynav, #searchbox, #crumb, #toolkit {display: none;}
