@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, Tahoma;
}

body {
	text-align: center;
	min-width: 850px;
	background: #fde899 url('images/bg.gif') repeat-x top left;
}

#wrapper {
	min-height: 500px;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #705a05;
}

#brand {
	background: #705a05 url('images/header.jpg') no-repeat top left;
	width: 800px;
	height: 220px;
}

#brand h1, #brand h2{
	margin-left: -10000px;
}

#content {
	width: 580px;
	float: right;
	padding-bottom: 5%;
	background: #fde899 url('images/bottom_corner.gif') no-repeat left bottom;
}

#content-inner {
	padding-top: 5%;
	background: url('images/top_corner.gif') no-repeat left top;
}

#content h2, #content p {
	padding-left: 5%;
	padding-right: 5%;
}

#mainNav {
	width: 200px;
	float: left;
}

#mainNav ul {
	list-style-type: none;
}

#mainNav ul li.first a {
	height: 40px;
	line-height:40px;
}

#mainNav ul a {
	background: url('images/navitem.gif') no-repeat left bottom;
	display: block;
	width: 200px;
	height: 39px;
	line-height: 39px;
	color: #000;
	text-decoration: none;
	text-indent: 50px;
}

#mainNav ul a:hover, #mainNav a.selected {
	background-position: right bottom;
	color: #fde899;
}

#footer {
	clear: both;
	height: 20px;
	background: url('images/content_bottom.gif') no-repeat bottom left;
}

#footer ul {
	float: right;
	list-style-type: none;
}

#footer li {
	float: left;
}

#footer ul a {
	display: block;
	width: 200px;
	height: 20px;
	line-height: 20px;
	color: #fde899;
	text-decoration: none;
	text-indent: 10px;
	font-size: 11px;
	vertical-align: middle;
}
