#leftcol {
	width: 190px; 
	float: left; 
	position: relative; 
	margin-left: -192px; 
	margin-right: 1px; 
	margin-top: -2px;
	background-color: #FFFFFF;
}
 
#outer { 
	border:solid white 0px; 
	/*/*/ border-left-width: 190px ;  /* 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; 
}

#outer>#inner { border-bottom: 1px solid #FFFFFF; }

#rightcol { display: none; }

.column_left, .column_right {
	font-size: 12px;
	color: #000000;
	padding: 10px;
	width: 240px;
}
