/* This bit does all the work */
#container {
	position: relative; display: block;
}

#inner {
	display: block; position: relative;
}

#left {
	float: left; position: relative; width: 181px; left:0px; _margin-right: -3px;
}

#right {
	display: none;
}

#center {
	margin-left: 197px; _margin-left: 194px; display: block; _height: 1%;
	position:relative;
}

.clear { clear:both; }