body {
  margin: 20px 0px 20px 20px;
  background: #000000;
}

A:link {
  text-decoration: none;
  color: #cacaca;
}

A:visited {
  text-decoration: none;
  color: #cacaca;
}

A:active {
  text-decoration: none;
  color: #cc0000;
}

A:hover {
  text-decoration: underline;
  color: #cc0000;
}

.wrapper {
  width: 1170px;
  background: #000000;
}

.header {
  background: #000000;
  width: 1170px;
  height: 90px;
  margin-bottom: 10px;
}

.logo {
  background: #000000;
  vertical-align: top;
  width: 291px;
  height: 90px;
  padding-right: 20px;
  float: left
}

.headad {
  background: #000000;
  height: 90px;
  float: left
}

.photoarea {
  text-align: center;
  background: #000000;
  width: 800px;
  height: 800px;
  float: left;
}

.photoarea img {
  width: auto !important;
  height: auto !important;
  max-width: 800px;
  max-height: 800px;
}

.sidebar {
  text-align: left;
  background: #000000;
  margin: 0 0 0 20px;
  width: 300px;
  float: left;
}

.gallerytitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  padding: 0 0 0 0;
  text-align: left;
}

.count {
  font: Georgia, "Times New Roman", Times, serif;
  padding: 10px 0 10px 0;
  color: #ffffff;
  font-size: 10px;
  font-weight: regular;
}

.controls {
  display: block;
  padding: 0 0 0 0;
}

#title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 0 10px 0;
  text-align: left;
}

#story {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: regular;
  padding: 10px 0 10px 0;
  text-align: left;
}

#links {
  font-family: Georgia, "arial";
  font-size: 12px;
  color: #ffffff;
  font-weight: regular;
  padding: 10px 0 10px 0;
  text-align: left;
}

#photocredit {
  font-family: arial;
  font-size: 10px;
  color: #ffffff;
  font-weight: regular;
  padding: 10px 0 10px 0;
  text-align: left;
}

.menu {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 0 0 0;
  text-align: left;
}

a.rollovernext {
  display: block;
  float: left;
  width: 39px;
  height: 41px;
  text-decoration: none;
  background: url("/galleries/img/buttons/btn-next.png");
}

a.rollovernext:hover {
  background-position: 0px -42px;
}

a.rolloverprev {
  display: block;
  float: left;
  width: 39px;
  height: 41px;
  text-decoration: none;
  background: url("/galleries/img/buttons/btn-prev.png");
}

a.rolloverprev:hover {
  background-position: 0px -42px;
}

a.rolloverplay {
  display: block;
  float: left;
  width: 39px;
  height: 41px;
  text-decoration: none;
  background: url("/galleries/img/buttons/btn-play.png");
}

a.rolloverplay:hover {
  background-position: 0px -42px;
}

a.rolloverpause {
  display: block;
  float: left;
  width: 39px;
  height: 41px;
  text-decoration: none;
  background: url("/galleries/img/buttons/btn-pause.png");
}

a.rolloverpause:hover {
  background-position: 0px -42px;
}
