body {
  margin: 47px 0 0 0;
  background: #D3CEBA url(/images/bg.gif) top repeat-x;
  font-family: arial, sans-serif;
}

a, a:link, a:visited, a:active {
  color: #036;
}

a:hover {
  color: #369;
}

#logo {
  text-align: center;
  margin: auto;
  margin-bottom: 23px;
}

#nav {
  text-align: center;
  margin: auto;
}

#c3 {
  background: url(/images/bg_content_top.gif) top no-repeat;
}
#c1 {
  background: url(/images/bg_content_middle.gif) top repeat-y;
}
#c2 {
  background: url(/images/bg_content_bottom.gif) bottom no-repeat;
}

#content {
  padding: 30px 0;
  padding-bottom: 60px;
  width: 700px;
  margin: auto;
}

#content h1 {
  font-family: georgia, times, garamond, serif;
  font-size: 42px;
  text-align: center;
  font-weight: normal;
  padding-bottom: 12px;
  border-bottom: 4px solid #605641;
  margin: 0;
}

#content p {
  padding: 5px 10px;
}

#content h2 {
  padding: 30px 10px 0px 10px;
  margin-bottom: -15px;
}

#content em.subtitle {
  font-weight: bold;
  color: #933;
}

#content div {
  display: block;
}

#nav {
  line-height: 0px;
  font-size: 0;
}

.nav {
  margin: 0 19px;
}

#footer {
  text-align: center;
  color: #605641;
  font-size: 10pt;
  margin-bottom: 40px;
}


#home-discover {
  float: right;
}

#home-bl {
  float: left;
}

#home-testimonials {
  float:right;
  background: url(/images/home_testimonials_bg.gif) top repeat-x;
  width: 241px;
  padding: 5px
}



.quote1 {
  font-family: georgia, serif;
  font-size: 28px;
  font-weight: bold;
  float: left;
}
.quote2 {
  font-family: georgia, serif;
  font-size: 28px;
  font-weight: bold;
  float: right;
}
.testimonial-quote {
  text-align: right;
  font-size: 11pt;
  font-style: italic;
  padding: 10px 25px 0px 10px;
}
.testimonial-content {
  text-align: left;
  font-size: 11pt;
  padding: 20px 25px 0px 35px;
}
#testimonial-name {
  font-size: 12pt;
  color: #933;
  font-weight: bold;
  text-align: right;
  margin-top: 15px;
  padding-right: 35px;
  margin-bottom: 5px;
}

#testimonial-link {
  text-align: right;
  padding-right: 15px;
  margin-bottom: 10px;
}

#testimonial-link a,
#testimonial-link a:link,
#testimonial-link a:visited
#testimonial-link a:active
{
  font-size: 10pt;
  color: #333;
}
#testimonial-link a:hover {
  color: #444;
}

div.testimonial {
  background: #EEE;
  padding: 20px;
  margin: 10px;
  margin-bottom: 20px;
  width: 75%;
}

div.testimonial .quote1,
div.testimonial .quote2 {
  font-size: 42px;
}

div.testimonial-a {
  margin-right: auto;
}

div.testimonial-b {
  margin-left: auto;
}

li {
  margin-bottom: .5em;
}


#gallery-thumbs {
  float: left;
  width: 168px;
  padding: 3px;
  background-color: #EEE;
  line-height: 0;
  margin-top: 20px;
}

#gallery-thumbs img {
  border: 1px solid #000;
  margin: 3px;
  padding: 0;
  cursor: pointer;
  cursor: hand;
}

#gallery-photo {
  border: 5px solid #EEE;
  float: right;
  margin-right: 50px;
  margin-top: 20px;
}


#contact-form {
  margin: 10px;
  padding: 10px;
  float: right;
  border: 5px solid #EEE;
}

#contact-form h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin:0;
  padding:0;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 3px solid #EEE;
}

#contact-form label {
  float: left;
  width: 100px;
  margin-bottom: 5px;
}

#contact-form input,
#contact-form textarea {
  margin-bottom: 5px;
}



#errorExplanation {
  color: #933;
}

#errorExplanation h2 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}

#errorExplanation p {
  margin: 0;
  font-size: 12px;
}

#errorExplanation ul {
  margin: 0;
}

#errorExplanation li {
  font-size: 12px;
}



