@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #000000;
	font-family: arial;
	color: #FFFFFF;
}
H1 {
	color: #FFFFFF;
	margin: 7px
}
#thumbRows {
	width: 850px;
	margin: 0;
	padding: 0;
}
#thumbContainer {
	background: url(../images/bg-thumb.gif) no-repeat;
	width: 200px;
	height: 204px;
	margin: 5px;
	float: left;
	text-align: center;
}
#thumbContainer img {
	border: solid 1px #000000;
}
#thumbContainer img a:hover {
	border: solid 1px #FFFFFF;
}
#thumbContainer h2 {
	font-family: arial;
	font-size: 14px;
	padding: 5px;
	margin: 0;
}
#thumbContainer h2 a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}
#thumbContainer h2 a:hover {
	text-decoration: underline;
	color: #FFCC66;
}
.clrflt {
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 5px;
}
