#thumbnails th, #photo-gallery th {
	background-color: #DBE1E6;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	border-top: solid 2px #F3F4F5;
	border-right: solid 2px #8EA0B0;
	border-bottom: solid 2px #8EA0B0;
	border-left: solid 2px #F9F9F7;
}
#thumbnails th a, #thumbnails td a, #photo-gallery th a, #photo-gallery td a  {
	text-decoration: none;
	color: #0440A3;
}
#thumbnails td, #photo-gallery td {
	background-color: #F3F4F5;
	border: 1px solid #8EA0B0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #697A8C;
	vertical-align: middle;
}
#photo-gallery h1 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #697A8C;
	vertical-align: middle;
	font-weight: normal;
}
#thumbnails td {
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
#photo-gallery td {
	padding: 25px;
}
#thumbnails img {
	margin-bottom: 6px;
	border: 6px solid #FFFFFF;
}
#photo-gallery img {
	margin-bottom: 12px;
	border: 6px solid #FFFFFF;
}

