* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #FFFFFF;
}

body {
  background-color: #fffeef;
  text-align: center;
  padding-top: 100px;
}

#wrapper {
  margin: 0 auto;
  border: 1px solid #000000;
  width: 750px;
}

#header {
  width: 100%;
  height: 58px;
  background-color:#000000;
}

#buttons {
  width: 100%;
  height: 78px;
}

#button1, #button2 {
  width: 50%;
  float: left;
  text-align: left;
}

#button2 {
 text-align: right;
}

#content_wrapper {
  width: 100%;
}

#menu, #content {
  float: left;
}

#menu {
  width: 150px;
  text-align: left;
  padding-left: 20px;
}

#menu_list {
  list-style: none;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 60px;
}

#menu_list li {
  margin-bottom: 15px;
}

#menu_list a {
  text-decoration: none;
}

#menu_list a:hover {
  color:#f00;
}

#content {
  width: 540px;
  padding: 20px;
  text-align: left;
  white-space: normal;
  font-size: 16px;
  font-weight: bold;
}

#footer {
  float:none;
  width: 100%;
  height: 84px;
  background-color: #000000;
}

/* Gallery */

.hidden {
  display: none;
}

#gallery {
  width: 100%;
}

#gallery img {
  border: 1px solid #FFFFFF;
  margin: 5px 10px;
}

#guestbook {
  width: 100%;
  height: 350px;
  padding: 20px 0 30px 0;
}

#gal_pages {
  width: 100%;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 10px;
}

#gal_pages a {
  text-decoration: none;
  margin-left: 5px;
}

#gal_pages a:hover {
  text-decoration: overline underline;
}