html {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #392512;
	line-height: 1.88889;
	color: #000000;
	font-family: georgia, sans-serif;
}
#container {
	margin-right: auto;
	margin-left: auto;
	}
#header {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 234px;
	width: 1024px;
}
#content {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/center.jpg);
	background-repeat: repeat-y;
	width: 1024px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 1024px;
}
#nav ul{
	list-style-type:none;
	text-align: left;
	padding-top: 210px;
}
#nav ul li {
	display: inline;
}
#nav2 ul{
	list-style-type:none;
	text-align: center;
}
#nav2 ul li {
	display: inline;
}
a {
	font: 75% georgia, sans-serif;
	color: #D3C595;
}
a:link{
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #D3C595;
}
a:hover {
	text-decoration: none;
	color: #D3C595;
}
a:active {
	text-decoration: none;
	color: #D3C595;
}
p {
	width: 900px;
	margin-left: 40px;
	font-family: georgia, sans-serif;
	font-size: 75%;
}
h1 {
	color: #D4C594;
}
