@charset "utf-8";
.galleryPhotographer {
	font-size: 22px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: rgba(51,51,51,1);
	border-bottom-color: rgba(51,51,51,1);
	color: rgba(102,102,102,1);
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.GalleryCopyright {
	font-size: 18px;
	color: rgba(102,102,102,1);
	font-weight: normal;
	padding-bottom: 10px;
}

.GalleryPhoto {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.Gallery_Description {
	font-size: 18px;
	font-weight: normal;
	color: rgba(102,102,102,1);
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}