﻿#ContentLeft
{
	display: inline;
	width: 200px;
	min-height: 500px;
	float: left;
	background-image: url(Images/bg23.gif);
}
#ContentCenter
{
	display:inline;
	width: 558px;
	min-height: 1000px;
	background-color: white;
	height:auto;

	margin-left:2px;
}
#ContentRight
{
	display:none;
	width: 0px;
	min-height: 500px;
	margin-left:2px;
	float:left;
}
* html #ContentLeft
{
	height: 500px;
}

* html #ContentRight
{
	height: 500px;
}
