body {
	background-color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
h3 {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FFFF66;
}
a:active {
	color: ffff66;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: ffff66;
}

#footer {
	text-align: center;
	vertical-align: bottom;
	width: 700px;
	border: 1px solid #990000;
	padding: 10px;

}
#navbar {
	position: absolute;
	right: 20px;
	background-image: url(images/red_line.gif);
	background-repeat: repeat-y;
	background-position: 73px;
	left: auto;
	top: auto;
	margin: 0px;






}

#contents{
	width: 80%;
	margin-right: 75px;

	
}
#contents table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}
