/* This bit does all the work */
#container 
{
	position: relative; display:block;
	border-left: solid 1px #858585;
}

#inner 
{
	display: block;
}

#left 
{
	display: none;
}

#right
{
	float: right; position: relative; width: 150px; left:0px; padding: 0px;
}

#center 
{
	margin-right: 150px; position: relative; display: block; height: 1%;
	padding: 20px 35px 20px 35px;
}

.clear {clear:both;}