#BodyTable {
  margin-top: 0px;
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.white {
  background-color: #FFFFFF;
}
.white td {
  padding: 10px;
}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td img {display: block;}

.cstore {
  background-image: url(images/countryStoreBackground.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
.btours {
  background-image: url(images/ToursBackground.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.bphotos {
  background-image: url(images/photoGalleryBackground.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

hr.sep {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
}
div.vendor-block {
  display: table;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
div.vendor-block > img {
  float: left;
}
div.vendor-block p {
  margin-left: 10px;
  margin-right: 15px;
  text-indent: 1.5em;
}

.gallery {
  float: left;
  width: 200px;
  height: 150px;
  text-align: center;
  padding: 20px;
}
.gallery2 {
  float: left;
  width: 222px;
  height: 220px;
  text-align: center;
  padding: 20px;
}
.gallery2 a, .gallery2 a:focus, .gallery2 a:active, .gallery2 a:hover {
  color: #339900;
}

.pageContent img {
  max-width: 100%;
}
.photoshadow {
  background-color: white;
  border-color: #F7F7F7;
  border-left: 1px solid #F7F7F7;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 3px 0 #CCCCCC;
  margin: 2px;
  padding: 4px;
  object-fit: cover;

  width: 210px;
  height: 143px;
}

.photoshadow2 {
  background-color: white;
  border-color: #F7F7F7;
  border-left: 1px solid #F7F7F7;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 3px 0 #CCCCCC;
  margin: 2px;
  padding: 4px;
  object-fit: cover;

  width: 186px;
  height: 133px;
}
.blink_me {
  animation: blinker 1s linear infinite;
  color: red;
  font-weight: bold;
  font-size: 20px;
}
.vendor-block img {
  margin:0px 10px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}