/* This bit does all the work */
#container {
	position: relative; display: block; min-height: 850px; background-image: url(../Images/midle-bg.gif); background-repeat: repeat-y; background-position: left top;
}

#inner {
	display: block; height:100%; position:relative;
}

#DefaultInner { display: block; height: 100%; background-image: url(../Images/default-Bot-right-bg.jpg); background-repeat: no-repeat; background-position: right bottom; }

#left {
	float: left; position: relative; width: 263px; left:0px;
}

#DefaultLeft { float: left; position: relative; width: 263px; left:0px; _margin-right: -3px; }

#right {
	display: none;
}

#center {
	margin-left: 263px; position: relative; display: block; height: 1%; padding: 55px 35px 16px 25px;
}

#DefaultCenter {
	margin-left: 263px; _margin-left: 260px; position: relative; display: block; height: 100%%; padding: 95px 0px 16px 0px;
	background-image: url(../Images/default-midle-bg.gif); background-position: left top; background-repeat: repeat-x;
}

.clear { clear:both; }