body {
	background-color: #6f0141;
}

#header {
	border: 1px solid #fff;
	margin: 30px auto 0px auto;
	width: 735px;
	height: 185px;
	background-image: url('/img/RooksHill_logo.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#head-img {
	border: 1px solid #fff;
	margin: 0 auto;
	width: 735px;
	height: 234px;
	background-color: #fff;
	background-image: url('/img/pic-welcome.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

a#welcome-offers {
	outline: none;
	text-indent: -5000px;
	height: 110px;
	width: 109px;
	background-image: url('/img/welcome-offers.jpg');
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 120px;
	left: 7px;
}

#nav {
	margin: 0 auto;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 735px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	text-align: center;
}

#nav ul {
	font: 12px "Arial", "Trebuchet MS", Verdana, sans-serif;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0;
	margin-left: 0;
	background-color: #987349;
	line-height: 21px;
}

#nav ul li {
	display: inline;
	color: #fff;
	padding: 0;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 0;
}


#nav ul li a:hover {
	color: #000;
}

#intro {
	border: 1px solid #fff;
	border-top:0;
	margin: 0 auto;
	width: 735px;
	padding-top: 30px;
	background-image: url('/img/txt_warmwelcome.gif');
	background-repeat: no-repeat;
	background-position: center 30px;
}

#intro p {
	color: #987349;
	text-align: center;
	font-size: .9em;
}

#intro img {
	padding-left: 40px;
	margin-top: -48px;
}

#intro ul {
	font: 75% "Arial", "Trebuchet MS", Verdana, sans-serif;
	list-style-type: none;
	padding: 0;
	margin:0 auto;
	width:530px;
	height:50px;
	display:block;	
}

#intro ul li {
	display:inline;
	color: #987349;
	font-size: .8em;
}


#footer-list {
	text-align: center;
}


#footer-list p {
	font: 75% "Arial", "Trebuchet MS", Verdana, sans-serif;
	padding-top: 30px;
	color: #987349;
	font-size: .6em;
	text-align: center;

	display:block;
}