
body { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffffff; margin: 0; padding: 0 }
#pagewidth{ 
 width:100%; 
  min-width: 500px; 
  
} 
 
#header  { background-color: #ffffff; width: 100%; height: 100px } 
 
#leftcol     { background-color: white; margin-right: 0; margin-left: -40px; position: absolute; width: 40px; float: left }
 
#outer   { background-color: white; width: auto; border-style: solid; border-width: 0 0 0 40px; border-color: white } 
 
#footer  { background-color: yellow; bottom: 0; width: 100%; height: 150px } 
 
#inner { margin: 0; width: 100% }
 
#maincol    { background-color: white; position: absolute; z-index: 1; width: 100%; float: left }
 
#outer>#inner   { border-bottom: 0 solid white }
 
.clr{clear:both;}
 
.content { } /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/

