@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #CCFFCC;
}
#container {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #CFDAF0;
}
#Header {
	width: 800px;
	position: relative;
}
#MainContent {
	width: 800px;
	position: relative;
	clear: both;
	padding-top: 25px;
}

#Box1 {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#Box2 {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 760px;
	padding-top: 25px;
}
#Box2Left {
	float: left;
	width: 355px;
	position: relative;
	background-color: #E7EBEA;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#Box2Right {
	float: right;
	width: 355px;
	position: relative;
	background-color: #E7EBEA;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#MainNav {
	width: 800px;
	position: relative;
	height: 15px;
	background-color: #D0B073;
}

#MainNav ul {
	margin: 0px;
	list-style-type: none;
	position: absolute;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 14px;
}
#MainNav li {
	float: left;
}
#MainNav a {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	float: left;
}
#MainNav ul a:link {
	color: #45473C;
	background-color: #D0B073;
	text-decoration: none;
}
#MainNav ul a:visited {
	color: #45473C;
	background-color: #D0B073;
	text-decoration: none;
}
#MainNav ul a:hover {
	color: #FFFFFF;
	background-color: #D72525;
	text-decoration: none;
}
#MainNav ul a:active {
	color: #45473C;
	background-color: #D0B073;
	text-decoration: none;
}
#Buffer {
	clear: both;
	height: 25px;
	width: 0.1px;
	position: relative;
}
#Footer {
	width: 800px;
	position: relative;
	clear: both;
	background-color: #D0B073;
}
