/* *** Generated by www.csscreator.com *** */
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:100%; 
  min-width: 500px; 
  
} 
 
#header{
	height: 140px;
	width: 100%;
	background-color: #669999;
} 
 
#leftcol{
 width:210px; 
 float:left; 
 position:relative; 
 margin-left:-210px; 
 margin-right:1px; 
 }
 
#outer{
	border: solid white 0px; /*/
	*/ border-left-width: 210px; /* left column width. NN4 hack to hide borders */
	border-left-color: #ffffff; /* left column colour */
	border-left-style: solid;
	background-color: #ffffff; /* center column colour */
	width: auto;
} 
 
#footer{
	height: 110px;
	width: 100%;
	background-color: #BDB76B;
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #000000;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}

