/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #000000;
} 
 
#pagewidth{ 
 width:98%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background-image: url('images/brownparchment.jpg');
} 
 
#header{
 position:relative; 
 text-align: center;
 height:175px; 
 background-image: url('images/hadley_logo.gif'); 
 background-repeat: no-repeat;
 background-position: top center;
 width:100%;
} 

.temphome {
	text-align:left;
	padding-left:15px;
	padding-top:30px;
  }
 
#leftcol{
 width:25%; 
 float:left; 
 position:relative;
  }

#leftcol h1 {
  text-align: center;
   }

#leftcontent {
  padding: 10px;
  }
 
#twocols{
 width:75%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:33%; 
 float:right; 
 position:relative; 
 text-align: center;
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:67%; 
 }
#maincontent {
 margin-left: 5px;
 margin-right: 5px;
 border: 1px solid black;
 padding: 10px;
  }
 
#footer{
 border-top: 1px solid black;
 height:50px; 
 clear:both;
 text-align:center;
 } 

h1 {
 font-size: 1.5em;
  }
 

 
 /* *** 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;} 
#header{display:none;}

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
#footer (header{display:none;}
}

