* {
  margin: 0;
  padding: 0;
  font-family: verdana;
}

body {
  background: url('img/background.jpg') fixed repeat-y top center;
  text-align: center;
}

h1, h2, h3 {
  font-weight: normal;
  letter-spacing: normal;
  text-decoration: none;
  color: #666;
}

h2, h3 {
  padding-top: 1.5em;
}

p, ul, table {
  margin-top: 0.75em;
}

ul {
  list-style: disc;
  margin-left: 25px;
}

table {
  font-size: 0.85em;
}

th {
  letter-spacing: normal;
  color: #e26a13;
  vertical-align: top;
  font-size: 0.9em;
}

td, th {
  padding: 0.25em 0;
}

div#banner {
  text-align: center;
  height: 150px;
  width: 1000px;
  margin: 0 auto;
  background: url('img/banner.png');
} div#banner[id] {
  width: auto;
  background: url('img/banner.png') center no-repeat;
}

div#container {
  text-align: left;
  width: 900px;
  margin: 0 auto;
}

div#navigation_container {
  float: left;
  width: 188px;
  z-index: 1;
  position: relative;
  top: 50px;
  margin: 0 5px;
} div#navigation[id] {
  margin: 0 10px;
}

div#nav_top, div#nav_bottom {
  position: relative;
}

div#nav_top {
  height: 101px;
  background-image: url('img/nav_top.png');
} div#nav_top[id] {
  left: 10px;
}

div#nav_bottom {
  height: 109px;
  background-image: url('img/nav_bottom.png');
} div#nav_bottom[id] {
  left: 10px;
}

div#navigation {
  background: url('img/nav.png') repeat-y;
  width: 100%;
  padding: 20px 0;
}

div#contentWrapper {
  letter-spacing: 0.06em;
  float: left;
  width: 692px;
  padding: 25px;
  padding-left: 125px;
  padding-bottom: 20px;
  position: relative;
  right: 100px;
  background: url('img/content.png') repeat-y;
  z-index: 0;
} div#contentWrapper[id] {
  width: 550px;
}

div#content {
  height: 500px;
} div#content[id] {
  height: auto;
  min-height: 500px;
}

div#footer {
  position: relative;
  clear: both;
  right: 50px;
  top: 12px;
  font-size: 0.7em;
  text-align: center;
}

div#navigation a {
  display: block;
  padding-left: 25px;
  border-bottom: 1px solid #eee1c6;
  margin: 10px 0;
  margin-right: 7px;
  text-decoration: none;
  color: #666;
  font-size: 1.1em;
}

div#subItems {
  margin-left: 15px;
  padding-top: 5px;
  position: relative;
  bottom: 10px;
  border-left: 1px solid #f0a100;
}

div#subItems a {
  padding-left: 20px;
  font-size: 0.95em;
}

div#navigation a:hover {
  color: #222;
  border-color: #f0a100;
}

div#navigation a#current {
  border-color: #f0a100;
  color: #00A;
}

div#navigation a#currentTop {
  border-color: #f0a100;
}

div#contentWrapper a {
  font-weight: bold;
  text-decoration: none;
  color: #00A;
}

div#contentWrapper a:hover {
  text-decoration: underline;
  color: #00F;
}

div#content a {
  letter-spacing: normal;
  font-weight: normal;
}

div#footer a#current, div#footer a#current:hover {
  color: #222;
  text-decoration: none;
}

div#topAnchor {
  position: relative;
  top: 12px;
  vertical-align: bottom;
  clear: both;
}

div#topAnchor a {
  position: relative;
  right: 50px;
}

div#topAnchor img {
  border: 0;
}

div#footer div {
  border-top: 1px solid #666;
  float: left;
  width: 33%;
  letter-spacing: normal;
  position: relative;
  text-align: center;
  padding-top: 5px;
}

.left {
  float: left;
  margin-right: 1em;
}

.right {
  float: right;
  margin-left: 1em;
}

.image {
  padding: 5px;
  border: none;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.clear {
  clear: both;
}

.onTop {
  margin-top: 0;
}

.price {
  font-weight: bold;
}

.colored, cite {
  color: #634200;
  font-style: normal;
}

.nowrap {
  white-space: nowrap;
}

a.external {
  padding-right: 13px;
  background: url('img/external.png') no-repeat right center;
}

a.mail {
  padding-right: 16px;
  background: url('img/mail.png') no-repeat right center;
}
