body {
	background-color: #4a4a46;
	text-align: center;
	margin: auto;
	margin-top: 14px;
	margin-bottom: 14px;
	color: #FCE796;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(img/header-banner.jpg);
	width: 680px;
	height: 134px;
	text-align: left;
	margin: auto;
}
#container {
	width: 680px;
	height: auto;
	background-color: #000000;
	text-align: left;
	margin: auto;
}
#footer {
	background-color: #1a1919;
	width: 680px;
	height: 19px;
	text-align: center;
	font-size: 10px;
	margin: auto;	
}
#content {
	width: 520px;
	height: auto;
	margin-left: 140px;
	text-align: left;	
	font-size: small;
}
#menu {
	width: 140px;
	float: left;
	text-align: left;
}
#menu ul {
	list-style: none;	
}
#menu ul li {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: bolder;	
	text-align: right;
	text-indent: 0;
	margin-left: 0;
	
}
#menu ul li a {
	color: #725700;
	text-decoration: none;
	text-align: right;
	margin-right: 20px;
}
#menu ul li a:hover {
	color: #FCE796;
	text-decoration: none;
}
