@charset "UTF-8";
body {
	background-color: #000000;
	margin: 0px;
	background-position: center;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B06B10;
}
#wrapper {
	width: 875px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
#mainText h1 {
	margin-top: 15px;
}
#navBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B06B10;
	font-weight: bold;
	padding-top: 5px;
}
#header {
	text-align: center;
}
#navBar a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#navBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navBar a:hover {
	color: #B06B10;
	text-decoration: none;
}
#navBar a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#content img {
	border: 5px solid #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B06B10;
	text-indent: 10px;
}
#mainText {
	float: right;
	width: 415px;
	background-image: url(../images/text_bckgrd.gif);
	background-repeat: no-repeat;
	height: 342px;
	overflow: auto;
}
#content {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 15px;
}
#copyright {
	text-align: center;
}
a:link {
	color: #B06B10;
}
a:visited {
	color: #683F08;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
