﻿body {
	background-image: url(../images/bkgnd2.jpg);
	background-repeat: repeat-x;
	/*text-align: center;*/
}

.PageWrapper {
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	width: 810px;
	background-color: white;
	z-index: -3;
}
.LeftBannerPane {
	width: 527px;
	height: 146px;
	position: relative;
	float: left;
}
.LowerBanner {
	border-collapse: no-collapse;
	vertical-align: top;
	width: 175px;
	height: 50px;
}
.RightBannerPane {
	text-align: right;
	height: 146px;
	position: relative;
	width: 283px;
	clear: right;
	right: 0px;
	float: right;
}
.LeftPane {
	background-image: url(../images/SidebarRepeat.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 175px;
	margin: 0px;
	padding: 0px 10px;
}

.ContentPane {
	/*white-space: nowrap;*/
	vertical-align: top;
	text-align: left;
	position: relative;
	top: -50px;
	overflow: visible;
	width: 100%;
	/*background-color: white;*/
	z-index: 0;

}
.LeftPaneBottom {
	background-image: url(../images/SidebarRepeatbottom.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 175px;
	overflow: visible;
}
.DynamicPane {
	position: relative;
	bottom: 305px;
	left: 325px;
	/*left: 170px;*/
	z-index: 0;
}
.ContentArea {
	width: 810px;
	border-collapse: collapse;
	empty-cells: hide;
	background-color: white;
	z-index: -2;
}


