html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#000000;
} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:180px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
	width:22%;
	float:left;
	position:relative;





 fixed;					height:700px;
	background-color:#FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
  color: #000000;
 position: relative;
 fixed; height:700px;
 width:78%; 
 }
 
#footer{
 height:90px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 
/* Links */
a:link {
 color: #f00;
 font-weight: bold;
 text-decoration: none;
}
a:visited {
 color: #f00;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 color: #000000;
 font-weight: bold;
 background-color: ;
 text-decoration: none;
}

.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;}
}
.headings {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F36;
	text-decoration: none;
}

