@charset "UTF-8";

.gallery-maintitle {
	background-image: url(../images/gallery_img/gallery_main-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 560px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}.gallery-container {
	background-image: url(../images/gallery_img/gallery_entry-bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	margin-bottom: 20px;
	width: 560px;
}
.gallery-title {
	background-image: url(../images/gallery_img/gallery_entry-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-left: 20px;
	font-size: 1.5em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	height: 60px;
}
.gallery-body {
	background-image: url(../images/gallery_img/gallery_entry-footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 1em;
	line-height: 1.5em;
	color: #FFFFFF;
	padding-right: 20px;
	overflow: auto;
}
.gallery-body p {
	clear: both;
	margin-bottom: 0.5em;
}
