/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Tahoma, Verdana, Arial, Times New Roman;
 font-size:12px;
} 

a.external:link {color: #ffffff; }
a.external:visited {color: #ffffff; }
a.external:hover {color: #ffffff; }
a.external:active {color: #ffffff; 
}

#pagewidth{ 
 width:800px; 
 text-align:center;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:75px; 
  background-image:url(header.jpg); 
 width:800px;
} 
 
#maincol{
 background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative;
 height: 530px;
 width: 800px;
 vertical-align:text-top;
 text-align:center;
 }
 
#footer{
 height:50px; 
 background-image:url(footer-bg.jpg);
 clear:both;
 } 
 

 
 /* *** 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 */  


