	A:link {			text-decoration: underline; color: #A75000;}
	A:visited {			text-decoration: underline; color: #A75000;}
	A:hover {			text-decoration: none; color: #A75000;}				

html, body {
	background: #DBC89A;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #A75000;
	height: 100%;
	}
table {
	border-collapse: collapse;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	text-align: left;
	width: 980px;
	background: url(../images/navbg.jpg) bottom right no-repeat #fff;
}
html>body #container {height:auto}
#header {
	height: 195px;
	width: auto;
	background: url(../images/header.jpg) no-repeat #fff;
}
#topheader {
	height: 170px;
	width: auto;
}
#subheader{
	height: 25px;
	line-height: 24px;
	color: #A75000;
	text-align: center
}
#content {
	padding: 25px;
	margin-right: 300px;
	color: #A75000;
	background: url(../images/mainfootbg.jpg) bottom left no-repeat #fff;
	}
	
#nav {
	width: 250px;
	float: right;
	text-align: center;
	font-size: 13px;
	position: relative;
	right: 0px;
	top: 3px;
	padding: 25px;
	background: #EDE3CC;
	}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background:#A75000;
	height: 25px;
	color: #DBC89A;
	line-height: 25px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
#footer a {
	color: #DBC89A;
}

.clearer {
	height:1px;
	clear:both;
	overflow:hidden;
	margin-top:24px;
}