body {
	margin: 0;
	background-color: black;
}
body, td {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #f4ff95;
}
img {
	border-width: 0px;
}
a {
	color: #85b400;
}

#wrapper {
	width: 1150px;
}
#navigation {
	float: left;
	width: 261px;
	font-family: "Courier New", Courier, mono;
	position: relative;
	top: -15px;
}
#navigation .group_header {
	width: 226px;
	height:  36px;
	font-size: 22px;
	white-space: nowrap;
	margin-left: 35px;
	padding: 0px 0 0 20px;
	font-weight: bold;
}
#navigation .group_header a {
	color: #9edf00;
	text-decoration: none;
	position: relative;
	top: 9px;
}
#navigation .group_header a:hover {
	color: #6f9d00;
}
#navigation #selected_group {
	background-image: url('/images/selector_tape.gif');
	background-repeat: no-repeat;
}
#navigation #selected_group a {
	color: black;
}
#navigation #selected_group a:hover {
	color: #372400;
}
#navigation .nav_pages {
	color: black;
	width: 200px;
	background-image: url('/images/paper.gif');
	background-repeat: repeat-y;
	margin: 0 0 5px 40px;
	padding: 2px 0 10px 17px;
}
#navigation .nav_pages a {
	color: black;
	text-decoration: none;
}
#navigation .nav_pages a:hover {
	color: #685233;
}
#navigation .nav_pages a.selected {
	font-weight: bold;
}
#content {
	margin-left: 261px;
	width: 500px;
	text-align: justify;
	position: relative;
	top: -20px;
}
#right {
	float: right;
	width: 361px;
	text-align: center;
}
#footer {
	clear: both;
	width: 1077px;
}