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