

/*thumbnails*/
#thumbpf {
	
	float: left; 
	width: 106px;
	height: 120px;
	margin: 10px 10px 10px 10px; 
}
#thumbpf div {
	/* display: inline-block; */
	text-align: center;
	vertical-align: top;
	background: #F9F2DD;
	border: 1px solid #BBC6CC;
	padding: 2px;
	color: #333;
}

#thumbpf div a {
	color: #333;
	text-decoration: none;
}

#thumbpf div a:hover {
	text-decoration: underline;;
}

#awars_row {
	display: block;
	min-height: 170px;
}

.awards_img {
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #BBC6CC;
}
