

html, body #leftcol { 
 margin:0; 
 padding:0; 
 text-align:left; 
 background: whitesmoke url('DeadTreeLake.jpg') no-repeat fixed left
;
} 
 
#pagewidth{ 
 width:800 px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
 background-color:#FFccFF; 
 width:100%;
} 
 
#leftcol{
 width:15%; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:85%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:20%; 
background-color:#FFccFF; 
 float:right; 
 position:relative; 
 }
 
#maincol{;  
 float: left; 
 display:inline; 
 position: relative; 
 width:80%; 
 }
