/* This bit does all the work */
#container 
{
	position: relative; display: block;
}

#inner 
{
	display: block;
}

#left 
{
	display: none;
}

#right
{
	float: right; position: relative; right:0px; background-color:#BCBCBC;
	width:203px; border-left: solid 1px #C0C0C0; _margin-left:-3px; 
}

#center 
{
	margin-right: 204px; _margin-right: 200px;  position: relative; display: block; height: 1%; padding: 0px;
}

#rightDefault
{
	float: right; position: relative; right:0px;
	width:294px;  _margin-left:-3px; 
}

#centerDefault
{
	margin-right: 293px; _margin-right: 290px;  position: relative; display: block; height: 1%; padding: 0px;
}

.clear {clear:both;}