@charset "utf-8";
/* CSS Document */
/* ----------------- thumbnail formatting ----------------------*/
#thumbs {
	clear: both;
	padding: 10px;
	height: 750px;
	width: 760px;
	margin: 0;
}
#thumbs img {
	margin: 8px;
	float: left;
}
#thumbs a:link img  {
	text-decoration: none;
	border: 2px solid #FFFFFF;
}
#thumbs a:visited img      {
	border: 2px solid #c8ccd7;
}
#thumbs a:hover img {
	border: 2px solid #c8ccd7;
}
#thumbs a:active img {
	border: 2px solid #c8ccd7;
}
