body {
	font-family: sans-serif;
	font-size: 11px;
	cursor: default;
	color: #000000;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #ECECEC;
	scrollbar-track-color: #ECECEC;
	background-color: #5C2E0C;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-width: 0px;
	margin-height: 0px;
}

a {
	font-family: Verdana;
	font-size: 10px;
	color: #FFF0B9;
	text-decoration: none;
	font-weight: bold;
}

a:hover { 
	color: #0E0603;
	text-decoration: none;
}

h1 {
	color: #FFF0B9;
	font-family: georgia;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 20px;
	text-align: left;
	margin-bottom: 2px;
	padding-left: 15px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #4E3623;
}

.nav {
	color: #FFFFFF;
	display: block;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px dotted #222222;
}

.nav:hover {
	color: #E8709E;
	display: block;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
}

#content {
	position: absolute;
	top: 165px;
	left: 113px;
	width: 408px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}