/* This bit does all the work */
#container 
{
	position: relative; display: block; background-color: #FFFFFF; 
	background-image:url(../images/blue-bg.gif);
	background-repeat:repeat-y;
	min-height:650px;
	_height:650px;
}

#inner 
{
	display:block;
}

#left 
{
	float: left; position: relative; width: 150px; padding: 15px 0px 15px 0px;
}

#right
{
	display: none;
}

#center 
{
	position: relative; display: block; height: 1%;	
}

#centerInner 
{
	margin-left: 150px; position: relative; display: block; height: 1%;
}

.clear {clear:both;}
