BODY
  { color: silver; font-family: Helvetica, Courier New; background-color: black; margin:30px 4px 4px 30px }
H1
   { font-weight: 800; font-size: xx-large; font-family: Helvetica, Courier New }
H2
  { font-family: Helvetica, Courier New }
H3
  { font-family: Helvetica, Courier New }
A:link
 { color: yellow }
A:visited
 { color: red }
 
 #pagewidth{ }
 
#header{
 position:relative; 
 height:60px; 
  background-color:#000000; 
 width:100%;
} 
 
#leftcol{
 width:30%; 
 float:left; 
 position:relative; 
 background-color:#000000; 
 }
 
#maincol{background-color: #000000;  
 float: right; 
 display:inline; 
 position: relative; 
 width:70%; 
 }
 
#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;}
}

