.body {
	background-image: url(slices/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}
.regtext {
	font-family: "Times New Roman", Times, serif;
	color: #AA8B45;
	font-size: 14px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AA8B45;
}
.nav {
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: 30px;
	color: #776756;
	font-weight: bold;
	text-indent: 20px;
	display: block;
	line-height: 51px;
	text-decoration: none;
	background-image: url(slices/navbg.gif);
	height: 51px;
	width: 231px;
	background-repeat: no-repeat;
}
.nav:hover {
	background-image: url(slices/navbg_roll.gif);
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #AA8B45;
}
.link_color {
	color: #0099FF;
	text-decoration: none;
}
