body {
	background-color: #512b1b;
}
#container {
	padding: 0px;
	width: 800px;
	border: none;
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 309px;
	width: 800px;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}
#main {
	background-image: url(images/web_home_08.jpg);
	position: relative;
	height: 266px;
	width: 800px;
	color: D2C295;
	margin: 0;
	padding: 0;
	border: none;
	background-repeat: no-repeat;
}
ul {
	text-decoration: none;
	text-align: right;
	list-style-type: none;
	height: 232px;
	width: 277px;
	margin: 0px;
	border: none;
	position: relative;
	line-height: 1.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
li {
	position: relative;
	padding: 0;
	margin: 0px;
	color: #D2C295;	
}
#footer {
	position: relative;
	height: 59px;
	width: 800px;
	border: none;
	margin: 0;
	padding: 0;
}
a {
	color: #D2C295;
	text-decoration: none;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #d2c295;
	height: 12px;
	width: 800px;
	position: relative;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

