#container {
	padding: 0px;
	background-color: #333;
	margin: 20px;
	height: 1500px;
	width: 900px;
	position: absolute;
	border: thin solid #FFF;
	left: 0px;
	top: 0px;
}
#nav {
	clear: none;
	float: none;
	height: 35px;
	width: 900px;
	top: 151px;
	position: absolute;
	left: 2px;
	z-index: 3;
}
#creditsBar {
	height: 35px;
	width: 900px;
	position: absolute;
	bottom: 565px;
	z-index: 1000;
	border: 1px inset #000;
	clear: none;
	float: left;
	left: 0px;
	background-color: #666;
}
body {
	background-color: #000;
}
#content {
	border: thin solid #999;
	clear: both;
	float: left;
	position: absolute;
	top: 187px;
	height: 710px;
	width: 697px;
	left: 202px;
	overflow: scroll;
	background-color: #666;
	z-index: 1;
}
#sidebar {
	clear: none;
	float: left;
	width: 200px;
	overflow: auto;
	height: 710px;
	border: thin solid #999;
	background-color: #000;
	position: relative;
	top: 187px;
	left: 0px;
}
#banner {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	height: 150px;
	width: 900px;
	background-color: #999;
	top: 0px;
	left: 0px;
	padding: 0px;
	z-index: 2;
}
.tableOddRows {
	background-color: #699;
}
.tableEvenRows {
	background-color: #C93;
}
.tableHover {
	background-color: #39F;
}
#copyRightText {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	font-style: normal;
	color: #FFC;
	text-align: center;
	vertical-align: middle;
}
