body {
  font-family: Garamond, Georgia, serif;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  padding: 0; }

a {
  color: #ff9900; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-decoration: underline;
  text-align: center; }

h1 {
  font-size: 20px; }
  h1 a {
    color: #333; }

p {
  margin-bottom: 1em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

hr {
  color: #CCCCCC;
  border: 0 none;
  clear: both;
  margin: 1em 0;
  height: 38px;
  background-position: center center;
  background-repeat: no-repeat; }

hr.odd {
  background-image: url(/images/ornament.png); }

hr.even {
  background-image: url(/images/ornament-2.png); }

br.clear {
  clear: both; }

.pagination {
  clear: both;
  text-align: center; }
  .pagination span, .pagination a {
    border: 1px solid #CCCCCC;
    color: #333333;
    font-family: arial,sans-serif;
    font-size: 10px;
    padding: 0.25em 0.5em;
    text-decoration: none;
    text-transform: uppercase; }
  .pagination span {
    color: #CCCCCC; }

#container {
  width: 960px;
  margin: 0 auto; }

#content div.more {
  margin: 0 auto; }
  #content div.more a.more {
    display: block;
    text-align: right;
    float: right;
    color: #333;
    text-transform: uppercase;
    text-decoration: underline;
    padding-right: 14px;
    background-image: url(/images/more.png);
    background-position: center right;
    background-repeat: no-repeat;
    clear: both; }
  #content div.more a.buy-it {
    color: #333;
    text-transform: uppercase;
    text-decoration: underline; }
#content fieldset {
  margin-bottom: 1em; }
  #content fieldset legend {
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 1em;
    text-decoration: underline;
    text-align: center; }
  #content fieldset label {
    display: block;
    clear: left;
    margin-bottom: 1em; }
    #content fieldset label span.text_label {
      width: 10em;
      float: left; }
#content div.contact {
  margin-bottom: 10em; }
  #content div.contact h2 {
    color: #000;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
#content div.biography {
  margin: 1em auto 6em auto;
  width: 24.36em; }
  #content div.biography div.preamble {
    text-align: center;
    width: auto;
    margin-left: inherit; }
    #content div.biography div.preamble h2 {
      font-size: 1.71em;
      margin-top: 1em;
      margin-bottom: 2em; }
#content div.copy {
  width: 640px;
  margin: 0 auto; }
#content div.text.about {
  width: 400px;
  margin: 40px auto 0 auto; }
#content div.contact {
  width: 440px;
  margin: 0 auto; }
  #content div.contact h2 {
    font-size: 40px;
    line-height: 40px;
    color: #000;
    text-decoration: none;
    text-transform: none; }
#content p.footnote {
  clear: both;
  text-align: center;
  margin-top: 20px; }
#content sup {
  vertical-align: super;
  font-size: 75%; }

#navigation a.shop {
  display: block;
  width: 0;
  padding-left: 60px;
  height: 60px;
  background-image: url(/images/shop.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0;
  overflow: hidden;
  position: relative;
  top: -80px;
  left: 80px; }
#navigation a.cart {
  display: block;
  background-image: url(/images/cart.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0;
  overflow: hidden;
  position: relative;
  top: -160px;
  left: 640px;
  padding-top: 48px;
  padding-right: 58px;
  padding-bottom: 25px;
  padding-left: 57px;
  width: 25px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  text-decoration: none; }

#footer {
  clear: both;
  margin: 2em 0;
  background-image: url(/images/footer.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 9.36em 6em 0 6em; }
  #footer div {
    padding: 0.25em 0; }
  #footer div.copyright {
    float: left;
    width: 25%; }
  #footer div.navigation {
    float: left;
    width: 50%;
    text-align: center; }
    #footer div.navigation ol li {
      display: inline;
      padding: 0 0.5em;
      text-transform: uppercase;
      color: #333333; }
      #footer div.navigation ol li a {
        color: #333333; }
        #footer div.navigation ol li a:hover {
          background-color: #ffcc33;
          color: #333333; }
        #footer div.navigation ol li a.current {
          background-color: #ffcc33;
          color: #333333; }
  #footer div.shop {
    float: right;
    padding: 0 0.5em;
    text-transform: uppercase;
    color: #333333; }
    #footer div.shop a {
      color: #333333; }
      #footer div.shop a:hover {
        background-color: #ffcc33;
        color: #333333; }
      #footer div.shop a.current {
        background-color: #ffcc33;
        color: #333333; }
