body {
  background: #fff;
  padding: 0;
  margin: 0;
  font: 12.5px Helvetica, Arial, sans-serif;
  text-align: center;
}

#header {
  width: 100%;
  background: #c2b59b;
  height: 100px;
}

#nav {
  width: 100%;
  background: #96171a;
  height: 28px;
}




#content hr {
  text-align: left;
  margin: 0 auto 0 0;
  border-top: 1px dashed #666;
}

#content {
  position: relative;
  top: -22px;
  width: 760px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #5a4a42;
}
#content .left {
  float: left;
  margin-right: 40px;
}
#content .right {
  float: right;
  margin-left: 40px;
}
#content a.nav {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  float: right;
  display: block;
  height: 14px;
  padding: 4px 0 0 20px;
  text-decoration: none;
}


#content a:hover.nav {
  color: #aca4a0;
  text-decoration: none;
}

#content a {
  color: #96171a;
}
#content a:hover {
  color: #5a4a42;
}
#content blockquote {
  width: 250px;
  background: url('quote.jpg') no-repeat;
  padding: 12px;
  font: 15px Helvetica, Arial, sans-serif;
  color: #5a4a42;
}
#content blockquote.long {
  margin: 0 auto;
  width: 600px;
  background: url('quote.jpg') no-repeat;
  font: 15px Helvetica, Arial, sans-serif;
  color: #5a4a42;
}
#content h1 {
  color: #96171a;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin: 0;
}
#content h2 {
  color: #5a4a42;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#content img {
  padding: 6px;
  margin: 10px;
  margin-bottom: 14px;
  border: 1px solid #5a4a42;
}
#content img.logo {
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  top: -17px;
  float: left;
}
#content p {
  line-height: 1.5em;
  padding: 0 0 .8em 0;
}
#content ul {
  list-style: outside url('bullet.jpg');
  line-height: 1.7em;
  padding: 0 0 0 20px;
  margin: 4px;
  margin-left: 45px;
  position: relative;
  top: -1.5em;
}

#location {
  padding: 20px 0 35px 0;
  float: left;
  width: 175px;
}
#location p {
  color: #5a4a42;
  line-height: 1em;
}

#footernav {
  clear: both;
  width: 765px;
  text-align: right;
}
#footernav a {
  font-size: 11px;
  text-transform: uppercase;
  color: #5a4a42;
  text-decoration: none;
  padding: 0 0 0 20px;
}
#footernav a:hover {
  color: #96171a;
}
#footernav a.current {
  color: #96171a;
}

#footer {
  clear: both;
  width: 765px;
  padding: 6px;
  font-size: 9px;
  border-top: 1px dashed #aca4a0;
  text-transform: uppercase;
  color: #aca4a0;
}
#footer a {
  color: #aca4a0;
  text-decoration: none;
}
#footer a:hover {
  color: #5a4a42;
}
#footer hr {
  color: #aca4a0;
  