
html, body {
  background: #ffffff;
  color: rgb(0, 51, 204);
  font-family: verdana;
  margin: 0;
  padding: 0;
  height: 100%;
}
a:link {
  color: rgb(51, 153, 204);
}
a:visited {
  color: rgb(51, 153, 204);
}
textarea {
  font-family: verdana;
}
.title {
  font-size: 18px;
  font-weight: bold;
  width: 845px;
  text-align: right;
}
.subtitle {
  font-size: 12px;
  width: 845px;
  text-align: right;
}
#content {
  width: 815px;
  height: 480px;
  border: 15px solid #000000;
}
#leftcol {
  float: left;
}
#rightcol {
  position: relative;
}
#credit {
  clear: both;
}

#photoframe {
  position:relative;
  width: 200px;
  height: 150px;
}
#photolist {
  display: none;
  position:absolute;
  z-index:2;
  width: 180px;
  height: 130px;
  padding: 10px;
  overflow: auto;
  background: rgb(51, 255, 102);
  font-size: 12px;
  text-align: left;
}
#photolist img {
  display: block;
  margin: 8px;
  border: 2px solid rgb(51, 153, 204);
  width: 80px;
  height: 60px;
}
#photo {
  display: block;
  width: 200px;
  height: 150px;
  border-width: 0px 15px 15px 0px;
  border-style: solid;
  border-color: #000000;
}
#photoshim {
  position: absolute;
  width: 200px;
  height: 150px;
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 1;  
}

.buttonshim {
  position: absolute;
  left: 0px; top: 0px;
  width: 200px;
  height: 40px;
  border: 0px;
  z-index: 1;
}
.othertab {
  text-align: center;
  position: relative;
  width: 180px;
  height: 20px;
  font-size: 18px;
  border-style: solid;
  border-color: #000000;

  background: rgb(255, 153, 51);
  border-width: 0 15px 15px 0;
  padding: 10px 10px 10px 10px;
}
.othertab_hover {
  text-align: center;
  position: relative;
  width: 180px;
  height: 20px;
  font-size: 18px;
  border-style: solid;
  border-color: #000000;

  background: rgb(51, 255, 102);
  border-width: 0 15px 15px 0;
  padding: 10px 10px 10px 10px;
}
.toptab {
  text-align: center;
  position: relative;
  width: 180px;
  height: 20px;
  font-size: 18px;
  border-style: solid;
  border-color: #000000;

  background: #33ff00;
  border-width: 0 0 15px 0;
  padding: 10px 25px 10px 10px;
}
.maincell {
  background: #33ff00;
}


.headline {
  font-size: 22px;
  text-align: right;
  color: rgb(51, 0, 153);
}
.colored {
  color: rgb(51, 0, 153);
}
p {
  text-align: right;
  font-size: 15px;
  margin: 10px 0 10px 0;
}
p.small {
  font-size: 13px;
}
.datestamp {
  text-align: right;
  font-size: 10px;
}
.plink {
  font-size: 12px;
  margin: 10px 0 10px 0;
}
.linkname {
  font-size: 16px;
  font-weight: bold;
}
.linkurl {
  font-size: 12px;
  font-weight: bold;
  font-color: #999;
}
