#midcolumn {
	float: left;
	width: 710px;
	min-height: 400px;
}

#leftcolumn {
	float: right;
	width: 215px; /* 215 */
	font-size: 10px;
	background: #ccc;
/*	min-height: 400px;*/
}

#footer table {
	width: 710px;
}

