/* CSS Document */

table.gallery {
	width: 100%;
	margin-bottom: 10px;
}

table.gallery td.image {
	width: 120px;
	vertical-align: bottom;
	padding-bottom: 15px;
}

table.gallery td.note {
	width: 120px;
	padding-bottom: 30px;
}

table.gallery td.space {
	width: 18px;
}

table.gallery td.image img {
	border: 5px solid #acb464;
}

p.galleryTitle {
	font-size: 12px;
	line-height: 15px;
	color: 60681b;
	border-bottom: 1px solid #c4ca92;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
