body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
}
#topborder {
	background-image: url(images/topborder.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
	height:35px;
	width:1175px;
	position:absolute;
}
#header {
	background-image:url(images/header1.jpg);
	margin-left:123px;
	width:800px;
	height:142px;
	background-repeat:no-repeat;
	position:absolute;
	left: 1px;
	top: 8px;
}
#wrapper {
	position:relative;
	height: 100%;
	width:100%;
}

#leftnav {
	width:252px;
	/*float:left;
	margin-top:115px;
	margin-left:125px;
	margin-bottom:0px;*/
	background-color:#EBDE96;
	height:616px;
	position:absolute;
	left: 123px;
	top: 159px;
}
#content {
	float:left;
	/*margin-left:0px;
	margin-top:115px;
	margin-right:0px;*/
	background-color:#FFC;
	padding:0em 1em 1em 1em;
	width:515px;
	height:600px;
	position:absolute;
	left: 378px;
	top: 159px;
}
#rightpanel {
	float:left;
	width:152px;
	background-color:#EBDE96;
	/*margin-top:115px;
	margin-left:0px;
	margin-bottom:0px;*/
	height:599px;
	position:absolute;
	left: 775px;
	top: 159px;
}

#footer {
	margin-left:125px;
	margin-top:0px;
	width:801px;
	height:125px;
	background-color:#EBDE96;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.85em;
	line-height:1.3em;
	color:#997b12;
	font-weight:bold;
	vertical-align:middle;
	position:absolute;
	top: 780px;
	left: -1px;
}
.centertext {
	text-align:center;
}
a:link {
	color: #997b12;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #997b12;
}
a:hover {
	text-decoration: underline;
	color: #997b12;
}
a:active {
	text-decoration: none;
	color: #997b12;
}
h1,h2,h3 {
	color:#997b12;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.floatright {
	float:right;
	margin-right:15px;
}
.floatleft {
	float:left;
	margin-left:15px;
}
.redtext {
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	color:#F00;
}
