body {
  width: 750px;
  background: #444;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 1.5)
}

#header {
  padding: 0;
  margin: 0;
  height: 137px;
  text-align: center;
  background: black;
  color: white;
}

#menubar {
  font: bold 10pt arial;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
  height: 61px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

#menubar a {
  display: block;
  float: left;
  color: black;
  overflow: hidden;
  margin: 2px 2px;
  padding: 8px 4px;
  white-space: nowrap;
}

#menubar a:hover,
#menubar .active {
  text-decoration: none !important;
  border: solid 1px #bbb;
  background: #e8e9ea;
  margin: 2px 2px;
  padding: 7px 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#menubar .selected {
  border: solid 1px #777;
  background: #a0b0be;
  margin: 2px 2px;
  padding: 7px 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#menubar .text {
  padding: 0 20px;
  white-space: nowrap;
}

#submenu {
  clear: both;
  padding: 0 0 0 20px;
  margin: 0;
}

#main {
  background: white;
  color: black;
}

#content {
  padding: 10px 0;
  margin: -1px 0 0 0;
  background: white;
  color: black;
}

#slideshow_box {
  position: relative;
  float: left;
  clear: left;
  width: 563px;
  height: 313px;
  padding: 10px;
}

#slideshow_box img {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 8;
}

#slideshow_box img.active {
    z-index: 10;
}

#slideshow_box img.last-active {
    z-index: 9;
}

#footer {
  color: white;
  height: 30px;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  font-size: small;
  text-align: center;
}

#footer a {
  color: white;
  line-height: 1.4em;
  padding: 0 8px;
}

#copyright,
#copyright a {
  color: #888;
  background: transparent;
  float: right;
  margin-top: 5px;
  font: normal 10pt arial;
  text-shadow: 0px 0px 1px black;
}
