body {
  margin: 0px 0px 100px;
  padding: 0px;
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: small;
  text-align: center;
  background-color: #000;
  color: #fff;
}
* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other versions of IE */
}
#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 740px;
  text-align: left;
}
#header {
  position: relative;
  margin: 0;
  padding: 0;
  width: 740px;
  height: 194px;
  background: #000 url(/getaway/images/bg_header.jpg) top left no-repeat;
  color: #9d782b;
}
#navcontainer {
  clear: both;
  position: relative;
  margin: 0px 10px;
  padding: 0;
  text-align: center;
}
#content {
  clear: both;
  position: relative;
  margin: 0;
  padding: 14px 0 0;
}
body.special #wrapper #content {
  background: transparent url(/getaway/images/andrew_jackson_bob_turner.jpg) center 1em no-repeat;
  color: #000;
  margin: 20px 0 0;
  height: 650px;
}
#footer {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: transparent;
  color: #888;
}
