/* Dia */ body {
  padding: 0;
  margin: 0;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  color: white;
	background-image: url(HG_L.jpg);
}

img {
  border: 0;
}

a {
  color: #ccc;
  text-decoration: underline;
}

.title {
  text-align: left;
  background: #a2d4fc;
  letter-spacing: -1px;
  padding: 60px 10px 10px;
  color: #6e707d;
  text-align: left;
	font: bold 14px verdana;
}

/* Gallery table */

.galleryTable { width: auto; clear: both; padding: 0; margin: 0 auto; }

.gallery { padding: 25px 10px; background: #acacbd; clear: both;
	width: 550px;
	margin: 25px auto auto;
}

.galleryRow {
}

.galleryColumn { margin: 12px; padding: 5px; }

/* gallery image */

.galleryImage {
  text-align: center;
}

.caption {
  text-align: center;
}

.caption a:hover {
}

/* page */

.pageImage {
	margin: 12px;
	padding: 90px 120px;
	background-color: #41454a;
}

.galleryPage { text-align: center; font-size: 14px; font-weight: bold; clear: both;
	padding-right: 15px;
	padding-left: 15px;
}

.description {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  color: white;
}

/* navigation */

.navigation {
  background: #808099;
  padding: 10px;
  text-align: left;
  clear: both;
  font-size: 11px;
  border-top: 2px ridge #a6a6c9;
  border-bottom: 2px ridge #a6a6c9;
  color: #ccc;
}

.navigationLinks {
  display: inline;
  margin-right: 8px;
}

.navigationLinks a {
  padding-right: 4px;
}

.pageIndex, .pagePrevious, .pageNext {
  display: inline;
  padding: 5px;
}

.currentLink {
  text-decoration: none;
  padding: 3px 5px 3px 5px;
  display: inline;
  margin-right: 1px;
  background: #6a6a6a;
  color: #a1baed;
	border-bottom: 1px solid #595959;
	border-right: 1px solid #595959;
}

.pageLink {
  text-decoration: none;
  display: inline;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  color: #ccc;
  background: #222;
  margin-right: 1px;
}

.pageLink:hover {
  text-decoration: none;
  display: inline;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  background: white;
  color: black;
}

/* Photocast link */

.photocast {
float: right;
}

.photocastLable {
  display: none;
}

.photocast a {
  font-family: Verdana, sans serif;
  font-size: 10px;
  text-decoration: none;
  padding: 2px 4px 2px 4px;
  display: inline;
  margin-right: 5px;
  background: #ff8000;
  color: black;
}

/* copyright */

.copyright {
  padding: 10px;
  color: #666;
  text-align: left;
  clear: both;
}

