#head {
	background-color: #DFDDA8;
	background-image: url(images/head_image.jpg);
	margin: 10px 0px 0px 40px;
	padding: 0px;
	height: 180px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: 80px;
}
#content {
	background-color: #DAB688;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	width: 900px;
}
#footer {
	text-align: center;
	width: 800px;
	margin: 0px 0px 20px 40px;
	padding: 0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-top-color: #DFDDA8;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #936947;
}



h1 {
	font-size: 14px;
	font-weight: bold;
	color: #401B17;
	margin: 0px;
	padding: 10px 0px 0px 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
}
#head p {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #330000;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	letter-spacing: 27px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
address {
	font-size: 12px;
	color: #330000;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
	font-style: normal;
	line-height: 18px;
}
p {
	margin-left: 40px;
	width: 800px;
	line-height: 16px;
	letter-spacing: .75px;
}
#navbar {
	margin-left: 20px;
	width: 800px;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #DFDDA8;
	padding-bottom: 5px;
}
#navbar ul {
	margin: 0px 0px 0px 80px;
	padding: 0px;
	text-align: left;
}
#navbar li {
	display: inline;
	margin: 0px;
	padding: 0px 35px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #DAB688;
	letter-spacing: 2px;
}
li {
	width: 300px;
	margin: 0px;
	padding: 0px;
}a:link {
	color: #531D1B;
	text-decoration: none;
}
a:visited {
	color: #531D1B;
	text-decoration: none;
}
a:hover {
	color: #D4533E;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D76137;
}
a:active {
	color: #C75C2C;
}
.bold_brown {
	font-weight: bold;
	color: #531D1B;
}
.left {
	float: left;
}
.right {
	float: right;
}
.dots {
	color: #DAB688;
}
