body {
	background-color: #eeeae6;
	text-align: center;
}

#mainwrapper {
	margin: 25px auto 0 auto;
	padding: 0;
	background: url(/eee/images/pagebackground.jpg) 0 0 repeat-y;
	width: 1000px;
	text-align: left;
	/* min-height: 663px; */
	/* height: auto !important; */ /* ie6 */
	/* height: 663px;  */
}
#pagewrapper {
	background: url(/eee/images/map.jpg) 0 0 no-repeat;
	padding: 135px 0 0 0;
	margin: 0;
	width: 1000px;
	min-height: 513px;
	height: auto !important; /* ie6 */
	height: 513px;
}
#pagefooter {
	background: #dfc5b0 url(/eee/images/footer.jpg) 0 0 no-repeat;
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	min-height: 51px;
	height: auto !important; /* ie6 */
	height: 51px;
}
#siteHeader,
#intro-bottom {
	display: none;
}
#sidebar {
	padding: 0;
	margin: 20px 0 0 0;
}
#centering-content-wrapper {
	width: 800px;
	padding: 0;
	margin: 35px 0 0 102px;
	background: none;
}

#content-wrapper {
	background: none;
	padding: 0 0 25px 0;
}
#main-content-wrapper,
#content-wrapper.wide #main-content-wrapper,
#bodymodule {
	width: 540px;
	background: none;
}
#bodymodule table {
	margin: 15px 0 0 0;
}

#footer-wrapper {
	background: none;
}

#footer {
	margin: 0 auto;
	width: 1000px;
	clear: both;
	padding: 12px 0;
}
#footer p {
	text-align: center;
	margin: 0;
	color: #666;
}

#footer a,
#footer a:visited,
#footer a:hover, 
#footer a:focus,
#footer a:active {
    color: #3c5f99;
}

