.Main #LeftCol{
	float:left;
	width:200px;
	display: none;
}
.Main #MiddleCol{
	float:left;
	width:910px;
	margin:0px 20px 0px 5px;
}
.Main #RightCol{
	display:none;
	background:#000;
	float:left;
	width:1px;
}

