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