body {
	text-align:center;
	background-color: #660000;
	ul.navbar {
    position: absolute;
    top: 0em;
    left: 1em;
    width: 9em }
}
#Wrapper {
    width:940px;
	margin:0 auto;
	text-align:left;
}
#Content {
	position:absolute;
	background-color:#FFFFFF;
	width:940px;
	height:804px;
	z-index:1;
	top: 0px;
}
#Banner {
	position:absolute;
	width:940px;
	height:100px;
	z-index:2;
}
#LeftBody {
	position:absolute;
	width:150px;
	height:600px;
	z-index:3;
	top: 121px;
	left: 1px;
}
#CenterBody {
	position:absolute;
	width:916px;
	height:600px;
	z-index:4;
	left: 12px;
	top: 106px;
}
#RightBody {
	position:absolute;
	width:150px;
	height:600px;
	z-index:5;
	left: 787px;
	top: 121px;
}
#Bottom {
	position:absolute;
	background-image:url(images/footer.jpg);
	width:940px;
	height:3px;
	z-index:6;
	left: 0px;
	top: 778px;
}
