body {
	font-family: times new roman;
 	background-color: #545d1c; 
	color: #383719;
}

.previous, .next {
	clear: both;
	font-size: 12pt;	
 	background-color: #c8d796; 
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	padding-left: 5px;
	margin-top: -10px;
	margin-bottom: -15px;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
}

.title .text {
	font-size: 24pt;
	font-weight: bold;
}

.footer {
	font-size: 8pt;
	clear: both;
	margin-top: 10px;
}

.description {
	background-color: #c7be71;
	border: 2px solid #383719;
	margin: 5px;
	padding: 10px;
	width: 385px;
	float: left;
}
.description h2 {
	margin-top: -10px;
	margin-bottom: 0px;
}

.image {
	padding: 5px;
	margin: 5px;
	float: left;
	background-color: #ffffff;
}

.strip .image {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	float: left;
	background-color: #ffffff;
	margin: 0;
}

.strip {
	clear: both;
	background-color: #ffffff;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.strip .caption {
	padding: 5px;
	clear: both;
}

.image img {
	clear: both;
}

.image .caption {
	margin-top: 3px;
}

.clear {
	clear: both;
}

.map {
	float: left;
	width: 900px; 
	height: 900px;
	border: 2px solid #383719;
	margin: 5px;
}

.border-top {
	background-image: url('wave2.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 15px;
}
.border-bottom {
	background-image: url('wave2.jpg');
	background-repeat: repeat-x;
	background-position: top;
	margin-top: -10px;
}

#navcontainer {
 	background-color: #c8d796; 
	margin-left: -8px;
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: 10px;
}

#navlist {
	padding-left: 10px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited, #navlist a:hover {
	line-height: 14px;
	margin: 0 10px 0 10px;
}

a:link, a:visited {
	text-decoration: none;
	color: #4d6a0e;
}

a:hover {
	text-decoration: underline;
	color: #4d6a0e;
}

#navlist a:link#current, #navlist a:visited#current {
	background: transparent;
	font-weight: bold;
	background-color: #c7be71;
	color: #4d6a0e;
}

.separator {
	font-size: 1.2em;
}

