#container {
	background-color: #FFFFFF;
	border: 2px solid #472F14;
	overflow: auto;
	position: relative;
	width: 800px;
	margin: auto;
}
#MainWindow {
	width: 780px;
	position: relative;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 2;
}
#Footer {
	position: relative;
	width: 100%;
	float: left;
}
#FooterSub {
	position: relative;
	width: 100%;
	float: left;
	background-color: #CCCCCC;
	background-image: url(../images/subfooter.jpg);
	background-position: right;
}

#headerSearchtxt {
	position: relative;
	width: 100%;
	float: left;
}
#header {
	position: relative;
	width: 100%;
	float: left;
}
#headerNav {
	position: relative;
	width: 100%;
	float: left;
}
