body {
	background-color: #b7bd96;
}
a:link {
	color: #655161;
	text-decoration: underline;
}
a:visited {
	color: #655161;
	text-decoration: underline;
}
a:hover {
	color: #99695B;
	text-decoration: underline;
}
a:active {
	color: #99695B;
	text-decoration: underline;
}
.nav a:link {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.nav a:visited {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.nav a:hover {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.nav a:active {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#navbox {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:48px;
}
#logobox {
	position:absolute;
	left:0px;
	top:48px;
	width:284px;
	height:440px;
}
#contentbox {
	position:absolute;
	left:284px;
	top:48px;
	width:371px;
	height:380px;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#contentbox p,ul,form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555555;
	line-height: 1.3em;
	list-style-type: square;
}
#contentbox td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555555;
	line-height: 1.8em;
}
#contentbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #655161;
}
#footerbox {
	position:absolute;
	left:0px;
	top:488px;
	width:720px;
	height:25px;
}
#footerbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #655161;
	text-align: right;
	padding-right: 15px;
}
