body {
	font: 12px/1 Verdana, Geneva, sans-serif;
	color: #58595B;
	margin: 0;
	padding: 0;
	background: url(/images/wrapper/body_bg.jpg) top center #F0E7CF;
}

.error { color: #C01133; }

a img { border: none; }

#banner {
	float: left;
	width: 100%;
	background: url(/images/wrapper/header_bg.jpg) top center #771D1B;
}

#header {
	margin: 0 auto;
	padding: 0 15px;
	width: 860px;
}

#logo {
	float: left;
	margin: 10px 0 0 0;
}

#tagline {
	float: right;
	margin: 29px 0 0 0;
}
#tagline p {
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	color: #CCCCCC;
	margin: 0 0 1em 0;
	padding: 0;
}

#contact {
	float: right;
	font-size: 10px;
	line-height: 1.5;
	color: #F0E6CC;
	margin: 0 0 0 0;
	padding: 10px;
	border-top: 1px solid #000;
	background: #470B06;
}
#contact div {
	float: left;
	padding: 0 10px;
}
#contact a {
	color: #F0E6CC;
	text-decoration: underline;
}
#contact a:hover { color: #E8D688; }

/* Button */
#contact a.button,
#content .button {
	float: left;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #F0E6CC;
	padding: 6px;
	border: 1px solid #9D663C;
	background: url(/images/wrapper/button_bg.png) repeat-x left center;
}
#contact a.button:hover,
#content .button:hover {
	text-decoration: none;
	color: #E8D688;
	background: #8F3326;
}

#billboard {
	clear: both;
	margin: 0 -15px;
	padding: 0 15px;
	width: 860px;
	background: url(/images/wrapper/content_bg.png) repeat-y;
}

#nav {
	float: left;
	width: 100%;
	background: url(/images/wrapper/nav_bg.png) top left repeat-x #C8A266;
}
#nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 15px;
	width: 860px;
}
#nav li {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	background: url(/images/wrapper/nav_bracket_right.gif) no-repeat center right;
}
#nav li.selected a { color: #8F3326; }
#nav a {
	float: left;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 9px 9px;
	background: url(/images/wrapper/nav_bracket_left.gif) no-repeat center left;
}
#nav a:hover { color: #C01133; }

#content {
	clear: both;
	margin: 0 auto;
	padding: 0 35px 30px 35px;
	width: 820px;
	background: url(/images/wrapper/content_bg.png) repeat-y;
	overflow: hidden;
	zoom: 1;
}

#shadow {
	margin: 0 -20px;
	height: 30px;
	background: url(/images/wrapper/content_shadow.png) repeat-x;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0 15px 20px 15px;
	width: 860px;
	background: url(/images/wrapper/footer_bg.png) no-repeat bottom left;
	overflow: auto;
	zoom: 1;
}

#site_map {
	float: left;
	list-style: none;
	margin: 0;
	padding: 25px 0 10px 0;
}
#site_map li {
	float: left;
	padding: 0 20px;
	border-left: 1px solid #8F3326;
}
#site_map li.first { border-left: none; }
#site_map a {
	float: left;
	color: #8F3326;
	text-decoration: none;
}
#site_map li.selected a { color: #C01133; }
#site_map a:hover { color: #C01133; }

#credits {
	font: 11px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #666;
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 860px;
}
#credits p { margin: 0; padding: 0; }
#credits a {
	color: #666;
	text-decoration: underline;
}
#credits a:hover { color: #000; }

#legal { float: left; }
#designer { float: right; }

