body {
  background-color: #dcdcdc;
  background-color: #aeaeae;
  background-color: #888;
  background-color: #444;
  background-color: #fff;
  background-color: #9a9a9a;
  padding: 0;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 12pt;
  cursor: move;
  cursor: crosshair;
}

#brand {
  position: absolute;
  z-index: 20;
  margin-top: 9px;
  width: 275px;
  text-align: center;
}

#center {
  position: absolute;
  height: 590px;
  margin-top: -295px;
  top: 50%;
  background-color: #fff;
  background-color: #9a9a9a;
  white-space: nowrap;
}

/* pad browser window if images don't fill entire width */
#center-fill {
  position: absolute;
  left: 0;
  right: 0;
  height: 590px;
  margin-top: -295px;
  top: 50%;
  background-color: #fff;
  width: 250px;
}

#nav {
  position: absolute;
  display: inline;
  width: 275px;
  margin-right: 182px;
  margin-top: 0px;
  color: #777;
  background-color: #fff;
  height: 590px;
}

#images {
  display: inline-block;
  height: 590px;
  margin-left: 275px;
  /*background-color: #fff;*/
  z-index: 10;
}

#images > img,
#images > div {
  margin-right: 66px;
  margin-top: 0px;
  /*outline: 1px solid #fff;*/
}

#images > img:first-of-type,
#images > div:first-of-type {
  margin-left: 70px;
}

#nav ul {
  list-style-type: none;
  margin-top: 125px;
  letter-spacing: 0.1em;
}

#nav ul li {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#nav ul li:hover {
  color: black;
}

#nav ul li.sub {
  margin-left: 1em;
}

#nav ul li.selected {
  background-color: #dcdcdc;
  background-color: #9a9a9a;
  color: #fff;
}

.clear {
  clear: both;
}

#select {
 position: fixed;
 bottom: 3px;
 left: 100px;
 right: 100px;
 height: 35px;
}

#select img {
  height: 30px;
  width: auto;
}

