

#colOne {
	width: 520px;
}

.thumbnail {
	float: left;
	margin: 0px;
	padding: 4px;
	text-align: center;
	color: #660000;
	width: 160px;
	height: 175px;
}

/*
.thumbnailhover{
	background:  none;	
	display:block;
	width: 170px;
	height: 175px;
}

a.thumbnailhover:hover{
	display:block;
	width: 170px;
	height: 175px;
	color:#660000;
	font-weight: bold;
}
*/

.thumbnail img{
	padding: 3px;
	margin: auto;
	display:block;
}

.thumbnail img:hover{
	padding: 3px;
	margin: auto;
	display:block;
	background:#991122;
}


.thumbnail a {
	color:#999999;
	text-decoration: none;
}
7