html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
} 
 
a:link { color:#990000; text-decoration: none; }
a:visited { color:#990000; text-decoration: none; }
a:active { color:#990000; text-decoration: none; }
a:hover { color:#990000; font-weight:bold;  }

#pagewidth{ 
 width:900px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 margin-top: 40px; 
 margin-bottom: 20px; 
} 
 
#header{
 position:relative; 
 height:150px; 
 width:100%;
} 
 
#leftcol{
 width:50px; 
 height:600px; 
 float:left; 
 position:relative; 
 }
 
#twocols{
background-color:#000000;
 width:850px; 
 height:600px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:50px; 
 height:600px; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 background-color:#000000; 
 width:800px;
 height:600px; 
 float: left; 
 display:inline; 
 position: relative; 
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#FFFFFF;
 
 
 }
 
#footer{
 height:150px; 
 clear:both;
 background-image:url(img/footer.jpg);
 } 
 
#hermsfarm{
 position: absolute;
 width:361px;
 height: 88px;
 top: 0px;
 left:0px;
 z-index:1;
}
 

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

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