/* This bit does all the work */
#container {
	position: relative; display: block; padding: 0px 35px 0px 116px; _height: 1%;
	background-image: url(../Themes/888/1/images/left-bg.gif); background-repeat: repeat-y; background-position: left top;
}

#inner {
	display: block;
}

#left {
	float: left; position: relative; width: 172px; _margin-right: -3px; left:0px;
}

#right {
	float: right; position: relative; width: 142px; _margin-left: -3px; right: 0px; margin-top: 28px;
}

#center {
	margin-left: 172px; _margin-left: 169px; margin-right: 142px; _margin-right: 139px; position: relative; display: block; height: 1%; padding: 0px 46px;
}

.clear { clear:both; }
