#banner {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	font-size: 85%;
	border: 3px double black;
	text-align: center;
	margin-top: 10px;
	padding: 6px;
	clear: both;
}
#navigation {
	
	width: 140px;
	background: #005701;
	color: white;
	position: absolute;
	left: 0px;
	padding-left: 8px;
	font-family:"Copperplate Gothic Light", serif;
}

#navigation h2 {
margin-top:8px;
	text-align: center;
	
}

#navigation ul, #navigation li {
	list-style: none none;
	margin-left: 1px;
	padding-left: 1px;
}

#navigation a {
	color: white;
	font-weight:bold;
}

#navigation a:visited {
	color: #E1E1E1;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active, #navigation a:focus {
	color: #D2FFD3;
	background: #00B001;
}
#main {
	
	margin-left: 150px;
	top: 0px;
}


#main td {
	padding: 5px;
	text-indent: 10px;
}

#main .imagecaption {
	width: auto;
	float: left;
	display: block;
	text-align: center;
	margin-right: 10px;
	
}

.imagecaption img { border: none; display:block; }
