body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #000000;
	background-image: url(images/urn_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}
.main {
	background-color: #F9C243;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
}
.footer {
	color: #F9C243;
	text-decoration: none;
}
.footer a:link{
	color: #F9C243;
	text-decoration: none;
}
.footer a:visited{
	color: #F9C243;
	text-decoration: none;
}
.footer a:hover{
	color: #F9C243;
	text-decoration: underline;
}
.footer a:active{
	color: #F9C243;
	text-decoration: underline;
}
.leftnav {
	font-weight: bold;
	color: #F9C243;
	background-color: #8A3F2C;
	text-align: center;
}
.leftnav a:link{
	font-weight: bold;
	color: #F9C243;
	background-color: #8A3F2C;
	text-align: center;
	display: inline;
	font-variant: small-caps;
	text-decoration: none;
}
.leftnav a:visited{
	font-weight: bold;
	color: #F9C243;
	background-color: #8A3F2C;
	text-align: center;
	display: inline;
	font-variant: small-caps;
	text-decoration: none;
}
.leftnav a:hover{
	font-weight: bold;
	color: #F9E3BE;
	background-color: #573372;
	text-align: center;
	display: block;
	font-variant: small-caps;
	text-decoration: none;
}
.leftnav a:active{
	font-weight: bold;
	color: #F9C243;
	background-color: #573372;
	text-align: center;
	display: block;
	font-variant: small-caps;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #8A3F2C;
}
a:visited {
	font-weight: bold;
	color: #8A3F2C;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #573372;
}
