body, div, h1, h2, h3, p, form {
	margin: 0px;
	padding: 0px;
	}
body {
	background: #FFFFFF;
	text-align: center;
	font: 14px "Arial" , sans-serif;
	color: #000000;
	}
#container-thumbs {
	width: 910px;
	text-align:	left;
	padding: 0px;
	margin: 0 auto;
	}
#topnav {
	background: #6699FF;
	text-align: center;
	font: 14px "Arial" , sans-serif;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
	}
#topnav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
#topnav a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	}
.end-blank {
	clear: both;
	padding-bottom: 1px;
	}
.thumbs{
	padding: 0px;
	}
.thumbs div {
	float: left;
	padding: 4px 0px 0px 4px;
	}
.thumbs div a img {
	padding: 0px;
	border: 2px solid #0000ff;
	text-decoration: none;
	}
.thumbs div a:hover img {
	border: 2px solid #CC0000;
	}
.thumbs div a {
	text-decoration: none;
	}

