#mainCol{
	width: 90%;
	height: auto;
	min-height: none;
	float: none;	
	border-right: none;
	font-size: 77%;
}

body.scroll #mainCol{ 
	width: 90%;
	height: auto;
	_height: auto;
	float: none;
	overflow: visible;	
	background: #fff; 
	border: 0;
}
#content{
	width: 100%;	
	padding: 10px;
}
#subCol{
	width: 100%;
	height: auto;
	float: none;
	font-size: 77%;
}
body#inside #subCol{
	height: auto;
	min-height: none;
	_height: none;
}
body.scroll #subCol{
	width: 100%;
	height: auto;
	float: none;
	border-left: none;	
}