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

h3 {
	color: #EAB050;
	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: #4A4939; 
}

#content a:visited, #content a:link { 
	color: #9EB066; 
	text-decoration: none;  
}

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

input, textarea, select { 
	background-color: #FEFEFA;
	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: 417px; 
	left: 230px; 
	width: 285px; 
	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: #A5AC55;
}

html>body li a {
	width: auto;
}

li a:hover {
	color: #D7D166;
}

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

b, i {
	color: #EBB557;
}

.code {
	padding: 5px; 
	border: 1px dashed #C0B16C;
	margin: 2px;
}

