#pageContent {
  font-family: Verdana;
  font-weight: normal; 
  font-size: 11px;
  color: gray;
  margin: 0px;
  padding: 5px;
  background: #f7f7f7;
  border: solid 1px #ccc;
  width: 700px;
  height: 600px;
}

#pageContent td {
  padding: 6px 4px;
  text-align: center;
  vertical-align: middle; }

#pageContent img {
  background: white;
  padding: 5px;
  border: solid 1px #ccc; }

#pageContent img:hover {
  border: solid 1px #88A1D1; }


#pageBar {
  width: 675px;
  height: 25px;

}

.pageList {
  font-family: Verdana;
  font-size: 11px;
  float: right;
  list-style: none;
  margin: 0px;
  padding: 5px;
}

.pageList li {
  display: inline;
  float: left;
}

.pageList a,
.pageList a:link,
.pageList a:visited {
  font-weight: normal;
  color: #88A1D1;
  border-bottom: 2px solid white;
/*  display: block;*/
  padding: 2px;
  padding-bottom: 2px;
  text-transform: lowercase;
  text-decoration: none;
}
.pageList a:hover {
  background: #88A1D1;
  border-color: #DAE2E8;
  border-bottom: 1px solid #88A1D1;
  color: white;
  text-decoration: none;
}
.pageList .current a,
.pageList .current a:link,
.pageList .current a:hover,
.pageList .current a:visited {
  background: transparent;
  border-color: #88A1D1;
  border-bottom: 2px solid #88A1D1;
  color: #88A1D1;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}

.gallery {
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  padding:0px;
}

.gallery H1 {
  font-size: 16px;
}

.gallery img {
  background: white;
  padding: 2px;
  border: solid 1px #ccc;
}


