@charset "UTF-8";
body {
	background-image: url(images/backgroundimage.jpg);
	background-attachment: fixed;
	background-position: center center;
	font-size: 15px;
}
.left_bodycopy {
	text-align: left;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
h1 {
	font-size: 24px;
	text-align: left;
}
h2 {
	font-size: 18px;
	color: #FC0;
	text-align: left;
}
a:link {
	color: #FC0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#content {
	width:900px;
	z-index:1;
	background-image: url(images/horsebackground%20copy.png);
	padding: 15px;
	border: 3px solid #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.nav_bar {
	text-align: center;
}
.copyright {
	font-size: 11px;
	font-style: italic;
}
.bullet {
	text-align: left;
	font-weight: normal;
}
