.rightbar {
	background-image: url(images/rightbar_back.png);
	vertical-align: top;
}
.leftnavbar {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #000000;
	background-image: url(images/leftnavbar_back.png);
	background-repeat: repeat-y;
	vertical-align: top;
}
.bottombar {
	background-color: #1B1B1B;
	background-image: url(images/bottombar.png);
	background-repeat: repeat-x;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}
.leftnavbar a:link, .leftnavbar a:visited {
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	width: 157px;
	font-size: 13px;
}
.leftnavbar td {
	font-size: 12px;
}

.content {
	background-color: #3C3C3C;
	background-repeat: no-repeat;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	vertical-align: top;
	height: 100%;
	width: 536px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
}
body {
	background-color: #000000;
	background-image: url(images/back.png);
	color: #F7901E;
	font-family: "Courier New", Courier, mono;
}


.leftnavbar a:hover {
	background-color: #FFFFFF;
	color: #F7901E;
}
.content h1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6901E;
	letter-spacing: 2px;
}
.content h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a:link, a:visited {
	text-decoration: none;
	color: #F7901E;
}
.biggerfont {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
