html, body {
	margin: 0px;
	background-color: #301d00;
	background-image: url(images/body-background.gif);
	background-repeat: repeat-y;
	background-position: top center;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #272727;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	width: 939px;
	padding: 22px;
	border-top: solid 10px #5a5500;
	background-color: #fff;
	background-image: url(images/page-background.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
	padding-bottom: 0px;
	overflow: hidden;
	margin-bottom: 50px;
}
a img {
	border: none;	
}
a#header {
	margin: 0px;
	padding: 0px;

}
a#header img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#top_bar {
	background-image: url(images/top_bar-background.gif);
	background-repeat: no-repeat;
	background-position: 416px -3px;
	height: 55px;
}

#top_bar a {
	width: 0px;
	height: 0px;
	padding-left: 50px;
	padding-top: 23px;
	background-color: #757575;
	background-image: url(images/see_map-button.gif);
	background-repeat:no-repeat;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 7pt;
	text-decoration: none;
	float: right;
	margin-top: 7px;
}

#navigation {
	height: 62px;
	background-color: #592c1b;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	padding-left: 30px;
	background-image: url(images/nav-background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin-bottom: 40px;
}

#navigation li, #navigation li a {
	display: block;
	float: left;
}

#navigation li {
	padding-top: 17px;
	padding-left: 60px;
	padding-right: 50px;
}
#navigation li a {
	color: #852c0c;
	text-decoration: none;
	font-size: 13pt;
	padding-top: 13px;
	padding-bottom: 8px;
	border-bottom: solid 4px #fff;
}
#navigation li a:hover {
	border-bottom: solid 4px #592c1b;	
}

#navigation li.contact {
	margin-left: 15px;
}

#content {
	margin-left: 35px;
	margin-right: 35px;
	line-height: 17pt;
	padding-bottom: 100px;
}
.col {
	float: left;
	width: 395px;	
}
#content .col {
	margin-top: 20px;	
}
.clr {
	display: block;
	clear: both;
	float: none;
	visibility: hidden;
	height: 0px;
}

#left_column.col {
	margin-right: 40px;
}	

hr {
	border: none;
	background: none;
	background-image: url(images/hr.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	margin-top: 40px;
	margin-bottom: 40px;
}
hr.soft {
	background-image: url(images/hr-soft.gif);	
	margin-top: 15px;
	margin-bottom: 0px;
}
#content ul {
	padding-left: 15px;	
}
#content ul li {
	margin-bottom: 15px;	
}

#footer {
	padding-top: 35px;
	padding-bottom: 0px;
	color: #7e7a38;
}
#footer address {
	font-family: "Courier New", Courier, monospace;
	font-size: 18pt;
	font-style: normal;
	display: block;
	margin-left: 537px;
	margin-top: 28px;
	background-image: url(images/footer-address.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	width: 229px;
	height: 93px;
	padding-left: 229px;
	width: 0px;
}
#footer p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	letter-spacing: -1px;
}

small {
	font-size: 7.5pt;
	line-height: 10pt;
	display: block;
}
