#navlist
{
	margin: 0px;
	padding: 3px 1px 1px 30px;
	text-align: center;
	color: #FFFFFF;
	background: #416B11;
	font: 11px "Times New Roman", Times, serif;
	vertical-align: middle;
	height: 17px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	margin: 1px 2px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	background: #416B11;
color: #000;
}

#navlist a:hover {
	color: #fff;
	text-decoration: underline;
}

.style1 {font-size: x-small}
.centerme {
	text-align: center;
	margin-left: 50px;
}
.photowcaption {
	width: 86px;
	float: right;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
}

