body {
	background-color: #761313;
	margin: 0; padding: 0;
	text-align: center;
}
hr {
width: 90%;
}

#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 815px;
	background: transparent url("images/splash/repeat.gif") repeat-y;
}
#header {
	height: 130px;
	background: transparent url("images/splash/header.jpg") no-repeat;
}
#header h1, #header h2 {
	display: none;
}
#above_nav {
	height: 41px;
	background: transparent url("images/splash/above_nav.gif") no-repeat;
	text-align: center;
}
#above_nav div {
	color: #761313;
	font-family: arial, verdana;
	font-size: 13px;
	padding: 12px 0 0 0;
	font-weight: bold;
}
#content {
	background: transparent url("images/splash/content.gif") no-repeat;
	padding: 10px 10px 0 0;
	text-align: center;
	font-family: "Century Gothic", arial, verdana;
	font-size: 12px;

}
.location, .location a {
	color: #761313;
	margin: 0; padding: 0 4px 0 4px;
	font-size: 15px;
	font-family: arial, verdana;
	display: inline;
}
#footer {
	height: 29px;
	background: transparent url("images/splash/footer.gif") no-repeat;
	text-align: center;
	clear: both;
	font-family: "Century Gothic", arial;
	font-size: 12px;
}
h1 {
	padding: 0; margin: 0;
	color: #761313;
	font-family: "Century Gothic", arial, verdana;
	font-size: 24px;
}

a {
	color: #761313;
	/* color: #761313; */
}
a:hover {
color: #761313;
	text-decoration: none;
}
a img {
	border: 0px;
}

ul {
	list-style-image: url("images/bullet.gif");
	list-style-position: inside; // list-style-position: outside;
}
ul li {
	margin-left: -40px;
	margin-top: 2px;  // margin-left: -25px;
	
}
ul li, ul li a {
	font-family: arial, verdana;
	font-size: 1em;
	color: #606060;
	text-decoration: none;
}
ul li a {
	color: #0A4EE7;
}
.page_controls {
	text-align: center;
	font-size: 12px;
	background-color: #666;
	color: white;
}
.page_controls a {
	color: white;
}
