body {
	background-color: #382513;
	margin: 0px;
}

#container {
	background-color: #fef7dd;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 10px;
	height: auto;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #485811;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
p {
	font-size: 18px;
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
	padding-left: 5px;
}
#container .content .menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 3px;
	width: 735px;
	margin: 0px auto 10px;
	text-align: center;
	color: #485811;
	font-weight: bold;
	border-top: 1px solid #485811;
	border-right: none;
	border-bottom: 1px solid #485811;
	border-left: none;
}
#container .content .menu a {
	color: #485811;
	margin-right: 25px;
	margin-left: 25px;
	text-decoration: none;
}
#container .content a {
	color: #485811;
}
#container .content ul {
	font-size: 18px;
}
