#banner {
	float: left;
	height: 75px;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

body {
	background: #666666;
	margin: 0px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
#menu {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	font-weight: bold;
}
#menu a:link {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
#menu a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
#menu a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#thumbnails {
	width: 152px;
	margin: 5px;
	float: left;
}

.borderit img{
	border: 2px solid #666;
	margin: -1px;
}
#thumbnails img {
	margin: -1px;
}

.borderit:hover img{
	border: 2px solid #FFFFFF;
	margin: -1px;
}
.borderit:hover{
	color: blue;
	}
