body {
        background-color: #c39062;
        background-position: 50px 5px;
        background-repeat:no-repeat;
        color: Black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
        padding-bottom:5px;
}
p.align-center {
  text-align: center;
}

div#header {
  position: absolute;
  height: 100px;
  width: 1000px;
  background-image: url("../../images/header.gif");
  background-position: 50px 1px;
  background-repeat:no-repeat;
  color: #990000;
  text-align: center;
  font-variant: small-caps;
}

div#container {
  position: absolute;
  top: 100px;
  left: 260px;
  width: 467px; 
}
div#contenttop {
  width: 467px; 
  height: 25px; 
  background-image: url(../../images/backgroundtop.gif);
}
div#contentbottom {
  width: 467px; 
  height: 35px; 
  background-image: url(../../images/backgroundbottom.gif);
}
div#content {
  position: relative;
  width: 427px; 
  padding: 20px;
  background-image: url(../../images/background.gif);
  background-repeat:repeat-y;
}

div#menutop {
  position: absolute;
  top: 100px;
  width: 250px;
/*  padding : 21px; */
  padding-top: 60px;
  border-top : 5px double #659943;
  background : #990000;
  background-image: url(../../images/menu.gif);
  background-repeat: no-repeat;
  background-position: top;
  background-color:transparent;
}
div#menu {
  position: absolute;
  top: 164px;
/*  height: 400px; */
  width: 250px;
  border-bottom : 5px double #005698;
  background : #990000;
  background-image: url(../../images/backgroundbox.gif);
  background-repeat:repeat-y;
  background-color:transparent;
}
div#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 148px; /* Width of Menu Items */
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
display: block;
}
div#menu ul li {
  padding-top:5px;
  padding-bottom:5px;
}
div#menu ul li a {
  font-weight: bold;
  color: #ffcc66;
  font-size: larger;
  height: 1%;
  display: block;
  text-decoration: none;
  padding: 5px;

}
div#menu ul li a:hover {
  color: #659943;
  font-weight: bold;
  display: block;
}

div#picstop {
  position: absolute;
  top: 100px;
  width: 250px;
  left: 727px;
/*  padding : 21px; */
  padding-top: 60px;
  border-top : 5px double #659943;
  background : #990000;
  background-image: url(../../images/pictures.gif);
  background-repeat: no-repeat;
  background-position: top;
  background-color:transparent;
}
div#pictures {
  position: absolute;
  top: 164px;
/*  height: 400px; */
  width: 250px;
  left: 727px;
  padding-bottom: 5px;
  border-bottom : 5px double #005698;
  background : #990000;
  background-image: url(../../images/backgroundbox.gif);
  background-repeat:repeat-y;
  background-color:transparent;
}
