.GalleryTitle,
.GalleryTitle A,
.GalleryTitle A:link,
.GalleryTitle A:visited,
.GalleryTitle A:active,
.GalleryTitle A:hover {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #557138;
	text-transform: uppercase;
}
.GalleryImage {
	font-size: 14px;
	text-align: center;
	height: 170px;
	vertical-align: middle;
}
.GalleryImage IMG {
	height: 150px;
	vertical-align: middle;
}
.GalleryDescr {
	font-size: 12px;
	margin: 3px 0;
}
.GalleryDate {
	font-size: 14px;
	text-transform: italic;
	margin-bottom: 3px;
	text-align: center;
}

.GalleryOdd,
.GalleryEven {
	float: left;
	width: 270px;
	height: 260px;
	margin: 4px;
	padding: 3px;
	border: double 4px #412E20;
}
.GalleryOdd {
	background: #FFFFFF;
}
.GalleryEven {
	background: #FFFFFF;
}



.GalleryRowOdd {
	display: block;
	width: auto;
	float: left;
	margin: 3px;
	border: solid 1px #557138;
	background: #FFFFFF;
	margin-bottom: 8px;
}
.GalleryRowEven {
	display: block;
	width: auto;
	float: left;
	margin: 3px;
	border: solid 1px #557138;
	background: #FFFFFF;
	margin-bottom: 8px;
}

.GalleryPageJump {
	border-bottom: solid 1px #464646;
	margin-bottom: 8px;
}
.GalleryPageTitle {
	font-size: 24px;
	color: #557138;
	font-weight: bold;
}
.GalleryPageDescr {
	padding: 8px;
	font-size: 18px;
}
.GalleryPageDate {
	font-size: 14px;
	text-transform: italic;
}

.GalleryPageImage {
	text-align: center;
}
.GalleryPageImage IMG {
	height: 225px;
}
.GalleryPageImageTitle {
	color: #557138;
	font-weight: bold;
}
.GalleryPageImageDescr {
}
.GalleryPageImageDate {
	font-size: 14px;
	text-transform: italic;
}