body#home #wrap {
	width: 775px; height: 575px;
	margin: 0 auto;
}

body#home #page {
	padding: 50px;
	position: relative;
	background-image: none;
}

body#home #banner {
	position: absolute;
	width: 475px; height: 472px;
	background: transparent url(/images/home-bg.gif) right top no-repeat;
	border: none;
}

body#home #banner h1 {
	position: absolute;
	top: 340px; left: 54px;
	width: 396px; height: 60px;
	background: transparent url(/images/epr-logo.gif) left top no-repeat;
}
body#home #banner h1 span {display: none;}
body#home #banner h2 {display: none;}
body#home #banner p#home-quote {
	position: absolute;
	top: 70px; left: 60px;
	width: 262px; height: 182px;
	background: transparent url(/images/home-quote.gif) left top no-repeat;
}
body#home #banner p#home-quote span {display: none;}

body#home #navigation {
	position: absolute;
	width: 200px; height: 472px;
	top: 50px; right: 50px;
	Xbackground-color: green;
}

body#home ul {
	width: 82px;
	margin-top: 14px;
	margin-left: 34px;
	padding-left: 0;
	padding-bottom: 16px;
	list-style: none;
	border-bottom: 1px solid #587332;
}
body#home ul.home-bottom {border-bottom: none;}
body#home ul.home-top {margin-top: 26px;}

body#home li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #493722;
}
body#home li a:hover {
	color: #0f588b;
}