@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E2514;
	font-size: 12px;
	background-color: #6C604A;
}

#container {
	width: 510px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	height: 126px;
	background-repeat: no-repeat;
}
#nav {
	height: 53px;
	background-image: url(images/nav.jpg);
	padding-right: 20px;
	padding-left: 45px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
}
#nav li {
	float: left;
	display: block;
	list-style-type: none;
}
#nav  a:link, #nav a:visited {
	color: #5D2413;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 19px;

}
#nav a:hover {
	text-decoration: underline;
}



#content {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	height: 460px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 20px;
}
h3 {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;


	border-bottom-color: #7E735A
.;
	width: 90%;
	margin-bottom: 30px;
	font-weight: bold;
	border-bottom-color: #7E735A;
	color: #7E735A;
}

#text {
	overflow: auto;
	height: 480px;
	padding-right: 20px;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 56px;
	text-align: center;
	padding-top: 15px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #7E735A;
}
