
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 max-width:100%;  

 min-width:100%;  
}
 
#header{
 position:relative; 
 height:50px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:70px; 
 height:450px;
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
background-image:url(images/logo.gif);
text-align:right;
 }
 
 #nav_col{
 float:left; 
 	position:relative; 
 	width:12%;
	color: #333333;
	/*padding-left: 1%;*/
	padding-right: 1%;
	padding-top: 0px;
	/*border-right: 1px solid #000000;*/
	/*line-height: 150%;	*/
		line-height: 175%;
	margin: 0 0 0 0;
 
 }
 
#twocols{
 width:100%;
 float:right; 
 position:relative; 
  }
 

 
#maincol{background-color: #FFFFFF;  
 float: left; 

 position: relative; 
 padding-right:10px;
 width:68%; 
 }
 
#footer{
 height:10px; 
  background-color:#FFFFFF; 
 clear:both;
 text-align:center;
 border-top: 1px solid #000000;
 } 
 

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