html {
  height: 100%; /* needed by Opera 8 & Konqueror 3.4 */
}

body {
  padding: 0;
  margin: 0;
  background: White url(img/img_116.gif);
  text-align: center; /* IE 5.x */
}

#menu {
  width: 650px; /* IE 5.x */
  width/**/:/**/ 610px;
  margin: 0 auto;
  padding: 10px 20px;
  background: transparent url(img/sample-menu-border.gif) repeat-y left top;
  text-align: left;
}

#menu h2 {
  display: inline;
  margin: 0 15px 0 5px;
  color: White;
  font: normal normal normal 1.50em Verdana, Geneva, sans-serif;
}

#menu ul {
  display: inline;
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
#menu li {
  display: inline;
  margin: 0 15px;
}

#contents {
  position: relative;
  width: 650px; /* IE 5.x */
  width/**/:/**/ 500px;
  margin: 0 auto;
  padding: 50px 75px 30px;
  background: transparent url(img/sample-contents-border.gif) repeat-y left top;
  text-align: justify;
}

#top-decoration {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 300px;
  height: 56px;
  background: transparent url(img/Sky.gif) no-repeat left top;
}

#bottom-decoration {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 200px;
  height: 267px;
  background: transparent url(img/Lighthouse.gif) no-repeat right bottom;
}

h2 {
  margin: 0;
  padding: 25px 0 15px;
  color: RoyalBlue;
  font: normal normal normal 1.50em Verdana, Geneva, sans-serif;
}
