body {
	text-align: center;
	background: url(/images/wrapper/body_background.gif) #EEDCB3;
}

#wrapper {
	overflow: auto;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 0 15px;
	background: url(/images/wrapper/wrapper_background.png) repeat-y;
}

#header {
	float: left;
	width: 100%;
	height: 86px;
	background: url(/images/wrapper/header_image.jpg) #000 no-repeat;
}

#logo {
	float: left;
	position: relative;
	top: 10px;
	left: 20px;
}

#nav,
#nav ul,
#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav {
	float: left;
	font: 14px/1.8 Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	width: 100%;
	background: url(/images/wrapper/nav_background.gif) #756457 repeat-x top;
}
#nav li {
	float: left;
	padding-right: 2px;
	background: url(/images/wrapper/nav_divider.gif) no-repeat top right;
}

#nav li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 15px;
	background: url(/images/wrapper/nav_background.gif) #756457 repeat-x center;
}
#nav li.selected a { background: url(/images/wrapper/nav_selected.gif) #AA5626 repeat-x center; }
#nav li a:hover { background: url(/images/wrapper/nav_hover.gif) #8C6239 repeat-x center; }
#nav li ul {
	z-index: 9000;
	position: absolute;
	left: -999em;
	font: 12px/1.3 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Helvetica, Arial, sans-serif;
	text-transform: none;
	border: 1px solid #8C6239;
	background: #E9CF98;
}
#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
	background: url(/images/wrapper/nav_dropdown_background.gif) #eddaaf repeat-x;
}
#nav li:hover a,
#nav li.sfhover a {
	background: url(/images/wrapper/nav_hover.gif) #8C6239 repeat-x center;
}
#nav li li {
	clear: both;
	padding: 0;
	background: none;
}
#nav li:hover li a,
#nav li.sfhover li a {
	background: none;
}
#nav li li a {
	color: #AA5625;
	width: 150px;
	padding: 6px 15px;
	border-top: 1px dotted #736357;
}
#nav li li:first-child a {
	border: none;
}

#nav li li.selected a {
	color: #FFF;
	background: url(/images/wrapper/nav_selected.gif) #AA5626 repeat-x center;
}
#nav li li a:hover {
	color: #FFF;
	background: url(/images/wrapper/nav_hover.gif) #8C6239 repeat-x center;
}

#content {
	float: left;
	width: 840px;
	padding: 30px;
	background: url(/images/wrapper/content_background.gif) repeat-x;
}
#home #content {
	width: 900px;
	padding: 0;
}

#footer {
	clear: both;
	text-align: center;
	width: 900px;
	height: 54px;
	margin: 0 auto;
	padding: 54px 15px 0 15px;
	background: url(/images/wrapper/footer_background.png) no-repeat;
}
