	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/homefootbg.jpg) bottom center no-repeat #EDE3CC;
}
html>body #container {height:auto}
#header {
	height: 408px;
	width: auto;
	background: url(../images/site_homepage.jpg) no-repeat;
}
#topheader {
	height: 240px;
	margin-left: 620px;
	padding: 50px 20px;
	width: auto;
}
#subheader{
	height: 25px;
	line-height: 24px;
	color: #A75000;
	text-align: center
}
#contentcontainer {
	position: relative;
	height: auto;
	clear: both;
}
html>#contentcontainer {height:auto}

#content {
	padding: 25px;
	margin-left: 350px;
	color: #A75000;
	height: 330px;
	}
	
#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:25px;
}