body {
    background: #6e5042;
    margin: 0;
    padding: 0;
      font-family: helvetica, arial;
  font-size: 11pt;
  color: #F8F6E8;
}

a {
  color: #b1905c;
  text-decoration: none;
  /*font-weight: bold;*/
}

a:hover {
  text-decoration: underline; }

a img {
  border: 0; }

a:focus {
  outline: none; }

p {
  font-size: 1.1em;
  padding: 0.1em 0.1em 0 0;
  line-height: 1.3em; }

h1, h2, h3, h4 {
  padding: 0.2em 0.2em 0 0;
  margin: 0.5em 0.25em 0 0; }

h1 {
  font-size: 2.0em;
  color: #463c2a;
  font-weight: bold; }

h2 {
  font-size: 1.75em;
  color: #463c2a;
  font-weight: bold; }

h3 {
  font-size: 1.5em;
  color: #463c2a; }

  .red {
  color: #cb2210; }

.tan {
  color: #e3ba7a; }

.sand {
  color: #eddd9b; }

.gray {
  color: #525459; }

.green {
  color: #9b9b26; }

.brightgreen {
  color: #79ce08; }

.faint {
  color: #aaa; }

#frame {
/*    width: 850px;
    margin: 0 auto;*/
}

#content {
    
}

.wrap {
    width: 850px;
    margin: 0 auto;
}

#header {
    width: 1000px;
    margin: 0 auto;
    background: #6e5042;
    text-align: center;
    position: relative;
    padding: 0;
}
#header img { margin: 0; padding: 0;}

#thanks {
    float: right;
    color: #EFE9CB;
    font-style: italic;
    font-size: 22pt;
    position: absolute;
    right: 150px;
    bottom: 10px;
}

#pressquotes {
    background: #F8F6E8;
    color: #463c2a; 
    padding-top: 30px;
    padding-bottom: 25px;
}

#contact {
    text-align: center;
    padding: 25px;
}
#contact a {color: #DDD9BD;}
.hr {
    background: url('images/header_top.png') center 0 repeat-x;
    height: 5px;
}

.presslink {
    margin:0 0 5em 320px;
    padding-top:2em;
    font-family:helvetica,arial;
    font-size:11pt;
}
.pressquote {
    margin-top:2em;
    margin-bottom:5em;
}
blockquote
{
    margin:0 0 0 240px;
    padding:0 80px 0 80px;
    line-height:18pt;
    font-size:14pt;
    width:500px;
}
blockquote:before
{
    font-family:georgia;
    color: #888888;
    content: '“';
    font-size: 1.8em;
    font-weight: bold;
    vertical-align:bottom;
    margin: 0px 0px 0px -25px;
    line-height:8pt;
}
blockquote .byline {
    float:left;
    font-family:helvetica,arial;
    font-size:11pt;
    padding: 10px 10px 0 0;
}
