a:link {
	color: #774761;
}
a:visited {
	color: #774761;
}
a:hover {
	color: #9B3F42;
}
a:active {
	color: #9B3F42;
}
.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;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:200px;
}
#navbar {
	position:absolute;
	left:0px;
	top:200px;
	width:720px;
	height:59px;
}
#contentbox {
	position:absolute;
	left:0px;
	top:259px;
	width:640px;
	height:331px;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat;
	padding:0px 40px 40px;
}
#boxbottom {
	position:absolute;
	left:0px;
	top:630px;
	width:720px;
	height:24px;
}
#footer {
	position:absolute;
	left:0px;
	top:654px;
	width:720px;
	height:33px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #756F4B;
}
.quote {
	font-style: italic;
	color: #756F4B;
}