body {
	background: #8A9B74 url(/img/bg.jpg) top left repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #111111;
	padding: 0;
	margin: 0;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #4B0F33;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #4B0F33;
	font-weight: bold;
}
#wrapper {
	position: relative;
	width: 951px;
	margin: 0 auto;
}
#topper {
	width: 871px;
	height: 21px;
	background: transparent url(/img/topper.jpg) top left no-repeat;
	padding: 10px 40px;
}
#header {
	width: 951px;
	height: 228px;
	background-color: #FFFFFF;
}
#header_left {
	float: left;
	width: 25px;
	height: 228px;
	background: #FFFFFF url(/img/header_left.jpg) top left no-repeat;
}
#header_middle {
	float: left;
	width: 900px;
	height: 228px;
}
#header_right {
	float: left;
	width: 26px;
	height: 228px;
	background: #FFFFFF url(/img/header_right.jpg) top left no-repeat;
}
#logo {
	width: 900px;
	height: 205px;
	background: #FFFFFF url(/img/header.jpg) top left no-repeat;
}
#logoNew {
	width: 900px;
	height: 205px;
	background: #FFFFFF url(/img/logoNew.jpg) top left no-repeat;
}
#nav {
	width: 900px;
	height: 23px;
	font-size: 14px;
	padding: 0;
	background: #FFFFFF url(/img/nav.jpg) top left no-repeat;
	text-align: center;
}
#content_topper {
	clear: both;
	width: 951px;
	height: 7px;
	background: #FFFFFF url(/img/content_topper.jpg) top left no-repeat;
}
#content {
	width: 851px;
	padding: 10px 50px;
	background: #FFFFFF url(/img/content_bg.jpg) top left repeat-y;
}

#footer {
	width: 951px;
	height: 58px;
	text-align: center;
	background: #FFFFFF url(/img/footer.jpg) top left no-repeat;
	padding-top: 15px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #555555;
	text-decoration: none;
}
#footer a:hover {
	color: #555555;
	text-decoration: underline;
}
