body {
	background-color: #999999;
	margin: 0px;
}
#home_bg {
	background-image: url(/art/Home_image.jpg);
	background-repeat: no-repeat;
	height: 768px;
	width: 1024px;
	margin: 0 auto 0 auto;
}
#home_buttons {
	position: relative;
	width: 310px;
	left: 714px;
	top: 139px;
	display: block;
}
#home_buttons img {
	margin: 0px;
	padding: 0;
	display: block;
}
#page_bg {
	background-color: #FFFFFF;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	height: 850px;
}
#content {
	display: block;
	clear: both;
	position: relative;
	top: 72px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content p {
	font-family: Palatino, "BernhardMod BT", serif;
	font-size: 18px;
	color: #9E9B5A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pg_header {
	width: 764px;
	position: relative;
	top: 36px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#page_nav {
	position: relative;
	top: 108px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	margin-bottom: 18px;
	clear: inherit;
}
#page_nav img {
	margin-right: 12px;
	margin-left: 12px;
}
.clearfloats {
	clear: both;
}
#content p a:link {
	text-decoration: none;
	color: #990000;
}
#content p a:visited {
	text-decoration: none;
	color: #990000;
}
#content p a:hover {
	text-decoration: underline;
	color: #990000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}
