body
  { color: white; font-family: "Arial"; background-color: black; 
    background-color:black; color: silver;
    margin:2; 
    padding:1; 

  }
h1
   { font-weight: bolder; font-size: xx-large; font-family: "Arial"; color: red }
h2
  { font-family: "Arial" }
h3
  { font-family: "Arial" }
a:link
 { color: silver }
a:visited
 { color: grey }
 
#pagewidth{ }
 
#header{
 position:relative; 
 height:80px; 
  background-color:#000000; 
 width:100%;
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 background-color:#000000; 
 }
 
#maincol{background-color: #000000;  
 float: right; 
 display:inline; 
 position: relative; 
 width:80%; 
 }
 
#footer{
 height:40px; 
  background-color:#000000; 
 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-block;}

/* 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;}
}

 
