@charset "utf-8";
/* CSS Document */

.galleryThumb {
  float: left;
	height: 100px;
	margin: 20px;
	width: 100px;
}

.galleryThumb img {
	border: none;
  display: block;
}

.image {
  background-image:url(../images/whiteembossed.jpeg);
}

.image img {
  display: block;
	margin: auto;
}

.centerImage {
  display: block;
  margin: auto;
}

.galleryText {
  color: #400000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
}
