#gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin:10px;
}
#gallery .title {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	height: 30px;
	background: #66CC66;
	margin: 0px 0px 10px;
	padding: 5px;
	border-bottom: 3px solid #006600;
	color: #006600;
}
#gallery .gallery_block img {
	border: 1px solid #333333;
}

#gallery .gallery_text {

    font-size: 16px;
}

#gallery .gallery_text a {
	text-decoration: none;
	color: #003333;
}
#gallery .gallery_text a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#gallery .date {
	font-size:12px;
	font-weight:normal;
	color: #666;
}