/* This bit does all the work */
#container {
	position: relative; display: block; padding: 14px 26px 14px 26px;
}

#inner {
	position: relative;
}

#left {
	display: none;
}

#right {
	float: right; position: relative; width: 190px; _margin-left: -3px; right: 0px; padding-top: 31px;
}

#center {
	margin-right: 219px; _margin-right: 216px; display: block; height: 1%;
}

.clear { clear:both; }