@charset "utf-8";
body {
	background-color: #C8F0E5;
	margin: 0px;
	background-image: url(../images/pageBG.jpg);
	background-repeat: repeat-x;
}
a {
	color: #993300;
	text-decoration: none;
}
#container {
	background-color: #FFFFFF;
	width: 760px;
	border: medium ridge #990000;
	margin-right: auto;
	margin-left: auto;
}
#container #headerBanner {
	background-image: url(../images/renegadeBanner.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 760px;
}
#container #addressBar {
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #720000;
}
#container #textBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #6F2400;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
}
#container #textBox span {
}
#container #textBox #directions {
	text-align: justify;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}
#container #textBox li {
	list-style-type: none;
}
#container #textBox span {
	font-weight: bold;
}
#container #headerBanner #topLink {
	font-size: .9em;
	color: #990000;
	width: 10em;
	float: right;
	text-align: right;
	padding-top: .5em;
	padding-right: 1em;
}
#container #bottomLink {
	font-size: .9em;
	color: #990000;
	width: 10em;
	padding-bottom: .5em;
	padding-left: 1em;
}
