@charset "utf-8";

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFE1;
	background: #000000;
	text-align: center;
	margin: 0px;
}
#headerContent p {
	color: #E2B22A;
}

a:link {
	color: #E2B22A;
	text-decoration: none;
}
a:visited {
	color: #E2B22A;
	text-decoration: none;
}
a:hover {
	color: #FFFFE1;
	text-decoration: underline;
}
a:active {
	color: #E2B22A;
	text-decoration: none;
}
#mainContainer {
	width: 699px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #E2B22A;
	border-bottom: 1px solid #E2B22A;
}
#headerContent {
	width: 699px;
	height: 274px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #E2B22A;
	background: url(images/rr_headerback1.jpg) no-repeat right top;
}
ul {
	list-style-type: none;
	margin-left: 0px;
	display: inline;
}
li {
	margin-bottom: 5px;
}

#logoPicture {
	clear: left;
	float: left;
	margin-right: 5px;
	height: 274px;
	width: 222px;
}
#pageContainer {
	width: 688px;
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #E2B22A;
}
#footer {
	margin: 10px auto 5px;
	width: 700px;
	text-align: center;
}
.navtext {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
