body {
  font-family: Georgia, Times, serif;
  font-size: 12px;
  background: #4B1A1A url(../images/bg.gif) repeat top left;
  color: #4D391C;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}

a:link, a:visited {
  color: #B8111A;
}

#container {
  width: 702px;
  background-color: #FBF9E1;
  margin: auto;
  border: 1px solid #430A0A;
}

#header {
  width: 700px;
  margin: auto;
  color: #BE2931;
  margin: 10px auto 0 auto;
  }

#header h1 {
  width: 307px;
  height: 43px;
  text-indent: -9999px;
  background: url(../images/logo.gif) no-repeat top left;
  cursor: pointer;
  }

#header span {
  float: right;
  width: 152px;
  height: 43px;
  text-indent: -9999px;
  background: url(../images/contact.gif) no-repeat top left;
  }

#nav {
  background-color: #330808;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0 0 1px 0;
  padding: 10px 0;
}

#nav li {
  display: inline;
  margin: 0;
  padding: 0 25px 0 5px;
  background: url(../images/bullet.gif) no-repeat right;
}

#nav li a {
  color: white;
}

#nav li#nav-reserve {
  background: none;
  padding: 0 5px;
  font-weight: bold;
}

#leadin {
  background-color: #BC8C46;
  height: 319px;
  }

#leadin div {
  float: right;
  width: 230px;
  padding: 20px 20px 20px 0;
}

h2 {
  font-size: 1.5em;
  line-height: 1em;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 1em 0;
}

#leadin h2 {
  color: #F6E497;
}

h3 {
  font-size: 1.1667em;
  line-height: 1.286em;
  margin-top: 1.929em;
  margin-bottom: 0.643em;
}

cite {
  text-align: right;
}

#leadin img {
  border-right: 1px solid #FBF9E1;
  }

#content {
  float: left;
  width: 389px;
  border-right: 1px solid #EBDEBA;
  padding: 0 20px 20px 20px;
  margin-top: 20px;
}

#content li {
  line-height: 1.5em;
}

#extended {
  float: right;
  width: 230px;
  padding: 20px 20px 20px 0;
}

#footer {
  clear: both;
  font-size: 10px;
  padding: 10px 20px;
}

#footer p {
  float: right;
  text-align: right;
}

img {
  border: none;
  }

#gifts img {
  float: right;
  margin: 0 0 0 10px;
}

hr {
  border-top: 1px solid #EBDEBA;
  background-color: #FBF9E1;
}

/* Forms ---------------------------*/
input, select {
  font: 10px Arial, serif;
  color: #3f3f3f;
  }

input#subscribe, input#go {
  background: url(../images/subscribe.gif) no-repeat top left;
  width: 85px;
  height: 28px;
  text-indent: -9999px;
  border: none;  
}

input#go {
  background: url(../images/go.gif) no-repeat top left;
  width: 34px;
  height: 30px;
  float: right;
  margin-top: 5px;
}

/* Text ---------------------------*/

span.amp {
  font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  font-style: italic;
  font-size: 110%;
}


