html, body {
	margin: 0px;  
	background: #ffffff url(bg.jpg);
}

h3 {
	color: #372B22;
	font-size: 21px;
	text-align: left; 
	font-family: Times New Roman;
	text-transform: lowercase; 
	margin-bottom: 3px;
	margin-left: 20px;
	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: #FFFFFF; 
}

#content a:visited, #content a:link { 
	color: #8F7224; 
	text-decoration: none;  
}

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

input, textarea, select { 
	background-color: #9D946D;
	font-family: Georgia, "Trebuchet MS", serif; 
	font-size: 11px;
	color: #372B22; 
	border-left: 1px solid #372B22; 
	padding: 2px;
	letter-spacing: 1px; 
}

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

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

#content { 
	position: absolute; 
	top: 495px; 
	left: 10px; 
	width: 666px; 
	color: #634720;
	line-height: 18px; 
}


#menu a {
	text-decoration: none;
	color: #F8F8F8;
}

html>body li a {
	width: auto;
}

#menu a:hover {
	color: #B6BCA2;
}

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

b, i {
	color: #544524;
}

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

blockquote {
	margin: 1em 20px;
	color: #544524;
	background-color: #F8F8F8;
	padding: 15px;
	padding-top: 15px;
	width: 400px;
	}

