@charset "utf-8";
/* CSS Document */
/* 	The page-wrapper is 800px with no margins or padding.
	each photo is 175px with*/


#thumbnailTable {
	padding:10px;
	width: 780px;
}

.thumbnail{
	float:left;
	margin:0px 10px 12px 20px;
	padding:0px;
}

.thumbnail a {
	/*background:url(../siteImages/photoBackground.jpg);*/
	background-repeat:no-repeat;
	display:block;
	width: 222px;
	height: 205px;
	text-decoration:none;
	border:2px #AAA solid;
	
}

.thumbnail a div{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
}

