body {
	font: 0.8em Arial;
	text-align: center;
	background: #ECE7D3 url(../img/background.png) repeat-x top;
}

#container {
	width: 992px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/background_container.png) repeat-y;
	min-height: 500px;
}

#header {
	position: relative;
	height: 243px;
	background: url(../img/header.jpg) no-repeat;
}

#home {
	position: absolute;
	top: 102px;
	left: 38px;
}

#topnav {
	position: absolute;
	right: 32px;
	bottom: 7px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topnav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

#topnav a {
	display: block;
	font-size: 1em;
	color: #433E18;
	text-decoration: none;
	height: 28px;
	background: url(../img/mainnav_left.png) no-repeat bottom left;
	padding: 0 0 0 25px;
	text-transform: uppercase;
	font-weight: bold;
}

#topnav a span {
	display: block;
	padding: 8px 25px 0 0;
	margin-right: -5px;
	background: url(../img/mainnav_right.png) no-repeat bottom right;
	height: 20px;
}

#topnav a:hover,
#topnav a.active {
	background: url(../img/mainnav_left_hover.png) no-repeat bottom left;
}

#topnav a:hover span,
#topnav a.active span {
	background: url(../img/mainnav_right_hover.png) no-repeat bottom right;
}

#left {
	margin-left: 32px;
	float: left;
	display: inline;
	width: 193px;
	min-height: 200px;
	padding-bottom: 10px;
}

#subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
}

#subnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subnav li.header {
	background: url(../img/subnav_header.jpg) no-repeat bottom;
	text-transform: uppercase;
	padding-left: 35px;
	font-weight: bold;
	color: #001D65;
	line-height: 50px;
	height: 50px;
}

#subnav li a {
	display: block;
	background: #FFF url(../img/subnav_item.png) repeat-x bottom;
	padding: 6px;
	line-height: 1.3em;
	text-decoration: none;
	color: #001D65;
	font-weight: normal;
}

#subnav li a.active,
#subnav li a:hover {
	background: #FFF url(../img/subnav_item_hover.png) repeat-x bottom;
	color: #840E0E;
}

#content {
	margin-left: 15px;
	float: left;
	display: inline;
	width: 512px;
	min-height: 200px;
	padding-bottom: 10px;
}

#right {
	margin-left: 15px;
	float: left;
	display: inline;
	width: 193px;
	min-height: 200px;
	padding-bottom: 10px;
}

#footer {
	width: 992px;
	height: 100px;
	margin: 0 auto;
	background: url(../img/footer.jpg) no-repeat;
}

#footer p {
	padding: 14px 0 0 0;
	margin: 0;
	color: #FFF;
	font-size: 0.9em;
}

#footer a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}