html, body {
	scrollbar-track-color: #000000;
	margin: 0px;  
	background-color: #000000; 
}

h1 {
	text-align: center; 
	letter-spacing: 5px;
	color: #795045;
	font-size: 10px;
	font-family: Verdana;
	text-transform: uppercase;
	border-bottom: 1px dashed #14342F;
}

blockquote {
	margin: 10px; 
	padding: 10px;
	background-color: #101010;
}

body, tr, td { 
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica; 
	text-align: justify; 
	color: #5D5D5D; 
}

input, textarea, select { 
	background-color: #000000;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px;
	color: #5D5D5D;
	border: 1px dashed #795045; 
	padding: 2px;
	letter-spacing: 1px; 
}

#content a:visited, #content a:link { 
	color: #587D6D; 
	text-decoration: none; 
	font-weight: bold; 
}

#content a:hover { 
	color: #303030; 
	text-decoration: none;
	font-weight: bold; 
}

#background {
	position: absolute;
	left: 0px; 
	top: 0px; 
}

#content { 
	position: absolute;
	left: 105px;
	top: 165px;
	width: 360px;
	padding-bottom: 20px;
	line-height: 16px;
}

#menu {
	position: absolute;
	left: 580px; 
	top: 72px; 
	font-size: 10px;
	letter-spacing: 1px; 
	width: 90px;
}

ul {
	line-height: 12px;
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: none;
}
		
li {
	margin: 0px;
	padding: 2px;
}

li a {
	padding-left: 5px;
	padding-right: 2px; 
	display: block;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase; 
	color: #877F7D;
	border-left: 7px solid #8F8A52; 
}

html>body li a {
	width: auto;
}

li a:hover {
	color: #877F7D; 
	text-transform: uppercase; 
	background-color: #2E2E2E;
	border-left: 7px solid #AF7420; 
}

b, i {
	color: #526269;
}

.code {
	padding: 2px;
	background-color: #464646;
}