/* This bit does all the work */
#container {
	position: relative; display: block; _height: 1%;
}

#inner {
	display: block; position: relative; display: block;
}

#left {
	float: left; position: relative; width: 177px; left:0px; _margin-right: -3px; padding: 72px 36px 0px 65px;
}

#right {
	display: none;
}

#center {
	margin-left: 278px; _margin-left: 275px; display: block; _height: 1%;
	width: 724px;
}

.clear { clear:both; }