/* CSS Document */

body {
	background-color: #004000;
}

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 10px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #336600;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336600;
	display: block;
	padding: 8px;
	width: 140px;
}.separator {
clear: both;
height: 1px;
background:#000000;
border-bottom: 1px solid #7f7f7f;
}

.separatorInvisible {
clear:both;
height: 1px;
}

.separator1 {
float: left;
height: 35px;
width:660px;

}

#thumbnails div {
width:110px;
height: 160px;
float:left;
margin-right:7px;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #99cc99;
	display: block;
	padding: 8px;
	width: 140px;
}
.style1 {
	color: #336600;
	font-weight: bold;
}