/* This bit does all the work */
#container 
{
	position: relative; display: block; background-color: #FFFFFF; 
	border-top: 1px solid #4e4d4b; border-bottom: 1px solid #4e4d4b;
	background-image:url(/Images/main-bg.gif);
	background-repeat:repeat-y; height:1%;
}

#inner 
{
	display: block; position:relative;
}

#left 
{
	float: left; position: relative; width: 170px; _margin-right:-3px;
}

#right 
{
	float: right; position: relative; width: 165px; _margin-left:-3px;
}

#center 
{
	margin-left: 170px; _margin-left: 167px; margin-right: 165px; _margin-right: 162px; position: relative; display: block; height: 1%; 
}

.clear {clear:both;}
