@charset "UTF-8";
/* CSS Document */


/*styles for thumbnail gallery*/
.thumb_gallery {
	border: medium solid #CCC;
	margin: 50px auto 0px auto;
	text-align: center;
	background-color: #EDFFED;
	padding: 0;
}

.thumb_gallery h2 {
	color:#060;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height:1.4em;
	font-size:1.1em;
	border-top:none;
	border-bottom:medium solid #CCC;
	text-align:center;
}

.thumb_gallery ul {
	display:inline;
	margin:0 auto;
}

.thumb_gallery li {
	display:inline;
	list-style:none;
	margin:0 1px;
	padding:0;	
}

.thumb_gallery img {
	border: medium solid #CCC;
}

.thumb_gallery a {
	text-decoration: none;	
}
