/* This bit does all the work */
#container {
	position: relative; display: block;
}

#inner {
	display: block;
}

#left {
	float: left; position: relative; width: 220px; left:0px; _margin-right: -3px; height: 1%;
}

#right
{
	display: none;
}

#center {
	margin-left: 220px; _margin-left: 217px; position: relative; display: block; height: 1%;
}

.clear {clear:both;}
