@charset "UTF-8";
.HeaderBackground {
	height: 509px;
	width: 900px;
	z-index: 0;
	float: none;
	position: relative;
	background-image: url(images/bkghead_01.png);
}
.MainMenu {
	height: 46px;
	width: 900px;
	z-index: 2;
	position: relative;
	top: -125px;
}
.BodyBkg {
	background-image: url(images/bodybkg_02_03.png);
	background-repeat: repeat-y;
	position: relative;
	top: -125px;
}
#BodyContent {
	left: 60px;
	float: left;
	position: relative;
	background-color: #EFDCC5;
	width: 540px;
	color: #A23C1E;
}
.Container {
	background-image: url(images/container_12.png);
	background-repeat: repeat-y;
	position: relative;
	top: -125px;
	overflow: visible;
	visibility: visible;
}
.Footertag {
	background-image: url(images/index2_11.jpg);
	background-repeat: no-repeat;
}
#Sidebar {
	float: left;
	position: relative;
	left: 78px;
	width: 225px;
	background-color: #E3C19A;
	color: #A23C1E;
}

