/* This bit does all the work */
#container 
{
	position: relative; display: block;
	width: 952px;
	padding-left:50px;
	position: relative;
	left: 50%; margin-left: -501px;
	overflow: hidden;
	color: inherit;
}

#inner 
{
}

#left 
{
	display: none;
}

#right
{
	float: right; position: relative; width: 120px; right:0px; padding: 25px 38px 10px 38px; _margin-left:-3px;
	overflow: hidden;
}

#center 
{
	margin-right: 206px; _margin-right: 203px; position: relative; display: block; padding: 20px 30px; background-color:#FFFFFF; 
}

.clear {clear:both;}