html, body {
  background-color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 836px;
}

div, p, span, li, input, textarea {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  text-align: left;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
}

#page-outer {
  height: 836px;
  width: 1020px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

#page {
  text-align: left;
}

#page-inner {
  width: 1020px;
  height: auto; /* 836px */
}

#header {
  width: 100%;
  height: 201px;
}

#logo {
  position: absolute;
  top: 60px;
  left: 580px;
  width: 20px;
  height: 20px;
}

#logo-inner {
  width: 100%;
  height: 100%;
}

#logo a {
  position: relative;
}

#logo img {
  border: none;
  width: 100%;
  height: 100%;
}

#content-left {
  width: 1020px;
  height: 195px;
}

#content-right {
  width: 1020px;
  height: 440px;
}

#content-right-inner {
  text-align: center;
}

#navi {
  position: absolute;
  top: 175px;
  left: 14px;
  width: 972px;
}

#navi-inner {
  width: 100%;
  height: 100%;
}

#navi-top {
  display: none;
}

#navi div div {
  height: 26px;
  width: 115px;
  margin: 0;
  padding: 0;
  text-indent: 0;
  overflow: hidden;
  line-height: 1.4em;
  float: left;
}

#navi div.last {
  border-bottom: 0 none;
  margin-bottom: 1px;
}

#navi div p {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#navi div img {
  width: 100%;
  height: 100%;
}

#navi-bottom {
  display: none;
}

#gallery-thumbnails {
  position: absolute;
  top: 525px;
  left: 145px;
  width: 710px;
  height: 85px;
  overflow: hidden;
  z-index: 10;
}

#gallery-thumbnails-inner div {
  width: 710px;
  height: 85px;
  overflow: hidden;
  float: left;
}

a img.gallery-thumbnail {
  border: 2px solid #e59027;
  height: 75px;
  width: 75px;
  margin: 6px 15px 0 15px;
}

a:hover img.gallery-thumbnail {
  border: 2px solid #e59027;
}

#gallery-pager {
  left: 90px;
  position: absolute;
  top: 560px;
  z-index: 5;
}

#gallery-pager a {
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  width: 30px;
  display: block;
  float: left;
}

#gallery-pager a#gallery-next {
  text-align: right;
  margin-left: 760px;
}

#gallery-image {
  position: absolute;
  top: 225px;
  left: 175px;
  width: 650px;
  height: 400px;
}

#gallery-image-0, #gallery-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 650px;
  text-align: center;
}

#gallery-image-1 {
  display: none;
}

#gallery-image img {
  border: 0 none;
}
