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

h3 {
	color: #e5413a;
	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: #73452f;
	text-shadow: 1px 1px 1px #b7895b;
}

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

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

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

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

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

#content { 
	position: absolute; 
	top: 230px; 
	left: 0px; 
	width: 550px; 
	line-height: 18px; 
}



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


#menu a:hover {
	color: #5a671d;
}

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

b, i {
	color: #9fa22b;
}

.code {
	padding: 3px; 
	border: 1px dashed #653a23;
	margin: 2px;
}

