/* CSS Document */

/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ }
 
#header{
 position:relative; 
 height:105px; 
 background-color:#990000; 
 width:100%;
 background-image:url(images/header.jpg);
 background-repeat:no-repeat;
 
 } 
 
#maincol{background-color: #FFFFCC;
padding-left:10px;  
 float: left; 
 display:inline; 
 position: relative; 
 width:100%; 
 }
 

 
 /* *** 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 */ 