div.container {
	position: relative;
	z-index: auto;
	height: 1100px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	background-repeat: no-repeat;
	border: medium none #FF0000;
	top: 0px;
}
div.thepage {
	text-align: left;
	background-color: #E6D7B5;
}
div.header {
	height: 80px;
	position: relative;
	width: 770px;
	background-color: #E6D7B5;
}
div.content {
	position: relative;
	height: auto;
	width: 750px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #E6D7B5;
}
div.subnavtop {
	background-color: #E6D7B5;
	height: 30px;
	width: 750px;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div.subnavbottom {
	background-color: #E6D7B5;
	height: 30px;
	width: 750px;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div.footer {
	background-color: #E6D7B5;
	position: relative;
	height: auto;
	margin-top: 10px;
	width: 750px;
	padding-bottom: 10px;
}
