 #pagewidth{ 
 width:750px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{
	height:100px;
	width:100%;
	background-image: url(images/headbar.jpg);
 } 
 
#leftcol{
 width:100px; 
 float:left; 
 position:relative; 
 margin-left:-100px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 100px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #FFFFFF;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 100px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #FFFFFF;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:100px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-100px; 
 margin-left:1px; 
} 
 
#footer{
 height:80px; 
 width:750px; 
 background-color:#FFFFFF; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 515px; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 padding: 10px 0px 0 25px;
 }
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:0px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the header when printing*/
#header{display:none;}
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:30px;} 
#maincol{width:610px;}

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
#footer{display:none;}
}
