@charset "UTF-8";


#thumbContainer {
	width: 90%;
	background: #d7e9f9;
	padding: 20px 20px 0;
	text-align: center;
	height: 220px;
}
#main {
	margin: 0;
	padding: 0;
	text-align: center;
} 
#main img {
	text-align: center;
	padding-top: 20px;
}
img.thumbs {
	float:left;
	height:66px;
	width:66px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
