@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	background-color: rgb(117,102,76);
}
#container {
	color: rgb(120,99,70);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-left: 0px;
}
#header {
	background-image: url(images/Header2.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 190px;
	width: 960px;
	background-color: rgb(68,49,19);
}
#nav {
	background-color: rgb(63,51,27);
	width: 960px;
	clear: both;
	min-height: 20px;
}
#content {
	width: 960px;
	min-height: 400px;
	background-color: rgb(214,191,150);
	color: rgb(0,0,0);
	border-top-left-radius: 20;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	border-left-style: none;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#footer {
	background-color: rgb(63,51,27);
	clear: both;
	height: 35px;
	width: 960px;
	font-family: Verdana, Geneva, sans-serif;
	color: rgb(115,100,81);
	font-weight: lighter;
	text-align: center;
	font-size: 12px;
	padding: 0px;
}
#nav ul li a:hover {
	color: rgb(47,32,13);
	background-color: rgb(126,102,76);
}
#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin-left: 20px;
}
