@charset "UTF-8";
/* CSS Document */

body {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#bannerBox {
	background-image: url(../_images/_splash/mini_banner3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 39px;
	width: 1000px;
	margin-top: 45px;
	padding-bottom: 8px;
}
#centerBox {
	height: 700px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#accordianBox {
	height: auto;
	width: 810px;
	margin-top: 10px;
	text-align: left;
	float: left;
	margin-left: 30px;
}
#navBox {
	height: auto;
	width: 140px;
	text-align: left;
	float: left;
	margin-top: 360px;
	margin-left: 20px;
}
#navBox a:link {
	color: #715e45;
	text-decoration: none;
}
#navBox a:visited {
	color: #715e45;
	text-decoration: none;
}
#navBox a:hover {
	color: #715e45;
	text-decoration: underline;
}
#navBox a:active {
	color: #715e45;
	text-decoration: none;
}
#footerBox {
	height: 20px;
	width: 1000px;
	margin-top: 20px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #b8bdc8;
	border-top-width: 0px;
}
#footerText {
	height: auto;
	width: 1000px;
	text-align: center;
}
#footerText a:link {
	color: #715e45;
	text-decoration: underline;
}
#footerText a:visited {
	color: #715e45;
	text-decoration: underline;
}
#footerText a:hover {
	color: #b8bdc8;
	text-decoration: underline;
}
#footerText a:active {
	color: #b8bdc8;
	text-decoration: underline;
}
