 body { 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image:url('');
 background-color: #66CC33;
 background-position: top;
 background-repeat: repeat-x;
} 
 
#pagewidth{ 
 width:800px;
 background-color:#66CC33; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative;
 top: 150px;
 left: 10px;
 height:120px; 
 background-image:url('header_logo5.gif');
 background-position: center;
 background-repeat: no-repeat; 
 background-color: #66CC33;
 width:780px;
 text-align:right;
}  
 
#twocols{
 width:780px;
 float:right; 
 position:relative; 
  }
 
#maincol{
 float: left;
 top: 5px; 
 display:inline; 
 position: relative; 
 width:780px; 
 color:#000000;
 font-family: Verdana;
 text-align:center;
 background-color: #66CC33;
 }

#footer{
 text-align: center;
 height:12px; 
 font-size: 0.8em; 
 clear:both;
 } 

.title{
 font-family:Arial;
 font-weight: bold;
 font-size: 14pt;
 }

 

 
a:link, a:visited, a:hover, a:active  {
	color: gray;
	text-decoration: none;
	
	}  
img {
     border: 0;
}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


}
