body {
  margin: 0px;
  background-color: black;
  background-image: url('../img/body-background.jpg');
  background-repeat: repeat-y;
  background-position: center top;  
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;  
  color: #00502E;
}

a {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;  
  color: #00502E;  
}

h1 {
  font-size: 15px;
  margin-top: 7px;
  margin-left: 20px;
}

p {
  margin-top: 7px;
  margin-left: 20px;
}

ul {
  margin-top: 7px;
  margin-left: 20px;
  padding-left: 30px;
}

form {
  margin: 0px;
  margin-left: 20px;
  bborder: 1px solid blue;

}

#wrapper {

}

#container {
  margin: 0px auto;
  width: 1003px;
}

#head-photo {
  background-repeat: no-repeat;
  background-position: left top;
  height: 220px;
}

#page-header {
  background-image: url('/img/page-header-background.png');
  background-repeat: no-repeat;
  background-position: left top;
  overflow: auto;
}

#page-header-text {
  margin-top: 27px;
  margin-right: 10px;
  margin-bottom: 12px;
  float: right;
  height: 20px;
  font-size: 20px;
  color: #89211B;
}

#page-content {
  background-image: url('/img/page-content-background.png');
  background-repeat: no-repeat;
  background-position: 0px 30px;
}

#page-footer {
  background-image: url('/img/page-footer-background.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 1003px;
  overflow: auto;
}

#page-footer-text {
  font-size: 30px;
  padding-top: 18px;
  padding-bottom: 14px;
  color: #89211B;
  float: right;
  padding-right: 50px;
}

#menu {
  width:234px;
  float: left;
  padding-top: 110px; /* old: 45px */
}

#contact {
  margin-top: 60px;
  margin-left: 41px;
  float: left;
}

#contact-header {
  margin-left: 5px;
  font-size: 14px;
  color: white;
}

#contact-box {
  margin-top: 5px;
  background-color: #EE9A69;
  padding: 5px;
  width: 158px;
  color: black;
}

#contact-box a {
  color: black;
}

.error {
  color: red;
}

#menu-items a.menu-item-on {
  width: 180px;
  background-image: url('/img/menu-item-background-on.png');
  color: #88211B;
}

#menu-items a {
  margin-bottom: -6px;
  margin-left: 41px;
  padding-top: 3px;
  padding-left: 20px;
  display: block;
  height: 24px;
  width: 159px;
  background-image: url('/img/menu-item-background-off.png');
  color: black;
  text-decoration: none;
  font-size: 13px;
}

#menu-items a.last-menu-item {
  height: 19px;
  border-bottom: 1px solid white;
}



#content {
  background-image: url('/img/content-gradient.jpg');
  background-repeat: no-repeat;
  background-position: 607px -2px;
  width: 609px; /* orig is 769 */
  min-height: 500px;
  float: left;
  padding-top: 7px;
  padding-right: 160px;
  background-color: white;
}

#photo-row {
  width: 589px;
  height: 285px;
  margin-left: 20px;
  margin-top: 20px;
  clear: both;
}

#photo-row-front {
  position: absolute;
}

#photo-row-back {
  display: none;
  position: absolute;
}

#photo-row-buttons {
  text-align: right;
  float: right;
  margin-top: 255px;
  margin-right: 10px;
}

.photo-row-button {
  font-size: 14px;
  text-decoration: underline;
  margin-left: 15px;
  margin-bottom: 20px;
  cursor: pointer;
}

#persons {
  height: 138px;
  margin-left: 20px;
}

#last-person
{
  padding-right: 0px;
}

.person {
  float: left;
  width: 99px;
  padding-right: 23px;
  font-size: 10px;
}

.person img {
  margin-top: 5px;
}

#two-column {
  height: 380x;
}

.column {
  float: left;
  width: 293px;
}

#column p, #column ul {
  margin-right: 0px;
}