html, body{ 
 margin:0; 
 padding:0;
 text-align:left;
 background-color:#6A6A6A;
 } 
 
#pagewidth{ 
 width:989px;
 text-align:left;
 float:left;
 background:url(../imgs/pagebg.gif) repeat-y;
 } 
 
#header{
 position:relative; 
 height:191px; 
 width:989px;
 background:url(../imgs/header-bg.jpg) no-repeat;
 float:left;
} 

#leftcol{
 width:182px; 
 float:left; 
 position:relative; 
 background-color:#ff0000;
 }
 
form{display:inline;}


#footer{
 height:120px; 
 clear:both;
 position:relative;
 width:989px;
 float:left;
 } 
 

 
 /* *** 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 */  


