body
{
	background: black;
	color: #9e954a;
	font: normal 10px/12px Verdana;
}

#navBar
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #111111;
	width: 100%;
	height: 24px;
	border-bottom: 1px solid #533029;
}

#navBar a
{
	float: left;
	clear: none;
	font: normal 13px/24px Tahoma;
	width: 100px;
	height: 24px;
	text-align: center;
	color: #9e954a;
	text-decoration: none;
}

#navBar a:hover
{
	background: #533029;
	font: normal 13px/24px Tahoma;
	height: 24px;
}

.activeLink
{
	float: left;
	clear: none;
	color: white;
	background: black;
	width: 100px;
	height: 24px;
	font: italic 13px/24px Tahoma;
	text-align: center;
}

#content
{
	position: absolute;
	top: 100px;
	left: 25px;
	width: 700px;
	height: 500px;
	color: #cccccc;
	font: normal 12px/18px Verdana;
	text-indent: 0px;
}

h1
{
	position: absolute;
	top: 25px;
	left: 25px;
	font: italic 36px/50px Georgia;
	color: #644140;
	text-decoration: none;
}