#divWrapper {
	background-color: #FFFFFF;
	width: 850px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: BCBCBC;
	border-left-color: BCBCBC;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #474F49;
	background-color: #474F49;
	margin: 0px;
}
#divLogo {
	float: right;
	background-color: #59615B;
	width: 120px;
	text-align: center;
	height: 880px;
}
#divFiller {
	background-color: #2A3F55;
	float: right;
	width: 121px;
	height: 60px;
}
#divContent {
	float: left;
	padding-top: 10px;
	padding-right: 45px;
	padding-left: 45px;
	width: 640px;
	background-color: #FFFFFF;
	height: 500px;
	text-align: justify;
}
#divNavigation {
	float: left;
	height: 78px;
	width: 730px;
	background-color: #7F8A81;
}
#divNavigation ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#divContent2 {
	height: 81px;
	width: 728px;
	float: left;
	text-decoration: none;
}
#divNavigation li {
	display: inline;
}
#divNavigation li a {
	color: #E8E9E2;
	text-decoration: none;
	padding: 10px;
	float: left;
	height: 21px;
	margin-top: 35px;
}
#divLogo img {
	background-color: #5A6E71;
	padding-top: 12px;
	padding-bottom: 16px;
}
#divNavigation li a:hover {
	background-color: #5A6E71;
	background-position: bottom;
}
#divContent a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474F49;
}
#divFooter {
	background-color: #2A3F55;
	float: left;
	height: 210px;
	width: 730px;
}
