/* generated by csscreator.com */ 


/* Site buttons are:

Alien 2
Arial Bold  11
Button color 10 (default)








*/

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 /* background-image:url(skybg.gif); */
 background-color: #547A8D;
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
   background-image:url(ivorybg.jpg); 
 } 


 
#header{
 position:relative; 
 height:200px; 
 background-image:url(hhs2mast2.jpg); 
 border-bottom: 1px solid red;
 width:100%;
} 



 
#leftcol{
 width:25%; 
 float:left; 
 position:relative;
 text-align: center;
  }





 
#twocols{
 width:74%; 
 float:right; 
 position:relative;
  }
 
#rightcol{
 width:34%; 
 float:right; 
 position:relative; 
 /* background-color:#A9D3FF; */
 text-align:center;
 }

.rightcolpadded {
  padding-left: 5px;
  padding-right: 5px;
   }
 
#maincol{
 /* background-color: #A903FF;  */
 float: left; 
 display:inline; 
 position: relative; 
 width:64%; 
 border: 1px solid red;
 padding-left: 5px;
 }



 
#footer{
 height:70px;
 border-top: 1px solid red; 
 /* background-color:#A95056; */
 clear:both;
 text-align: center;
 } 
 

 
 /* *** 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;}
}

