body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("images/background.jpg");
	background-repeat: repeat-y;
	background-color: #070707;
	color: #FFFFFF;
}
#header {
	width: 95%;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: thin solid #FFFFFF;
	background-image: url("images/headerbg2.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	height: 90px;
}
#sidebar {
	width: 170px;
	/* border: 1px solid #0033FF; */
	float: left;
	padding: 20px;
}
#main {
	/* border: 1px solid #993366; */
	margin-left: 220px;
}
#sidebar_pf {
	width: 18%;
	/* border: 1px solid #0033FF; */
	float: left;
	padding: 20px;
}
#main_pf {
	/* border: 1px solid #993366; */
	padding: 10px;
	float: right;
	width: 75%;
}
#rhpanel {
	padding: 20px;
	float: right;
	width: 250px;
}
#footer {
	width: 95%;
	border-top: thin solid #FFFFFF;
	padding-left: 20px;
}

.textnav {
  font-size: smaller;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.credits {
  font-size: smaller;
  font-style: italic;
  text-align: center;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFF66;
}
.rhcaption {
	padding-bottom: 35px;
	text-align: right;
}
h1, h2, h3 {
	color: #FFFF00;
}
