html, body {
	margin: 0px;  
	background-color: #191917;
}

h3 {
	color: #A8A189;
	font-size: 12px;
	text-align: center; 
	font-family: Georgia;
	text-transform: lowercase; 
	margin: 10px 0 0 0; 
	font-style: italic; 
}

blockquote {
	margin: 10px; 	
	font-size: 10px; 
}

body, tr, td { 
	font-size: 11px; 
	font-family: Georgia, "Trebuchet MS", serif; 
	text-align: justify; 
	color: #D1CEC6; 
}

#content a:visited, #content a:link { 
	color: #90A38E; 
	text-decoration: none;  
}

#content a:hover { 
	color: #DA252E; 
	text-decoration: none; 
}

input, textarea, select { 
	background-color: #191917;
	font-family: Georgia, "Trebuchet MS", serif; 
	font-size: 11px;
	color: #6D694A; 
	border: 1px solid #A5AC55; 
	padding: 2px;
	letter-spacing: 1px; 
}

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

#menu {
	position: absolute;
	top: 400px; 
	left: 10px; 
	text-align: center;
	letter-spacing: 1px;
	font-family: Georgia, "Trebuchet MS", serif; 
}

#content { 
	position: absolute; 
	top: 320px; 
	left: 150px; 
	width: 305px; 
	line-height: 18px; 
}

ul {
	margin: 0;
	padding: 0;
} 

ul li {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px; 
	list-style: none;
	display: block;
}

li a {
	text-decoration: none;
	color: #C72230;
}

html>body li a {
	width: auto;
}

li a:hover {
	color: #A3B4A3;
}

#footer {
	border-top: 1px dotted #A3B4A3;
	margin: 20px 10px;
	text-align: center; 
	font-size: 10px;
	font-family: Times New Roman; 
	line-height: 16px; 
}

b, i {
	color: #859471;
}


