/* This bit does all the work */
#container 
{
	position: relative; display: block; background-color: #E0E0E0;
	background-image:url(../Images/inner-bg.gif);
	background-repeat:repeat-y;
	height:1%;
}

#inner 
{
	display: block;
}

#left 
{
	float: left; position: relative; width: 167px; left:0px; padding: 0px;
	_margin-right: -3px;
}

#right
{
	display: none;
}

#center 
{
	margin-left: 167px; _margin-left: 164px; position: relative; display: block; height: 1%;
}

.clear {clear:both;}