
/* 2-col layout */

#leftcol {
 width:185px; 
 float:left; 
 position:relative; 
 margin-left: -185px; 
 margin-right: 1px; 
 border-right: 1px solid #FFFFFF;
 z-index: 10;
 background-color: #FFFFFF;
}

* html #leftcol {
width: 186px;
w\idth: 185px;
}
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 185px ;  /* 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; 
}

#outerwrapper {
	padding: 0;
	background-color: #FFFFFF;
	border-left: 1px solid #FFFFFF; /* left column color */
}

#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 border-left: 1px solid #FFFFFF; /* left column color */
 z-index: 12;
 background-color: #FFFFFF;
}

* html #maincol {
width: 582px;
w\idth: 100%;
}

#maincol .content {
	padding: 0 5px 4px 5px;
}

#inner{margin:0; width:100%;}
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }