body {
	background-color: #000;
}
#background_fade {
	background-attachment: scroll;
	background-image: url(Images/background_fade.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav_bar_background {
	background-image: url(Images/nav_bar_background.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#body_background {
	background-attachment: scroll;
	background-image: url(Images/main_body_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #8A7900;
}
#main_body_background {
	background-attachment: fixed;
	background-image: url(Images/main_body_background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
#text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.title_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #9C7800;
}
.site_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
.highlight_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #9C7800;
}
