body, html {
  background: #fff;
  color: #000;
  font-family: 'Droid Sans', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 50px;
}

br.clear {
  clear: both;
}

a {
  color: #7d330b;
  text-decoration: none;
}
  a:hover, a:active {
    text-decoration: underline;
  }

.container {
  width: 870px;
  margin: 50px auto;
  overflow: hidden;
}

.lcol {
  float: left;
  width: 370px;
}

.rcol {
  float: left;
  width: 500px;
}

.para {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px;
}

.quote {
  position: relative;
  left: 15px;
  font-size: 14px;
  line-height: 17px;
  margin: 10px 0 0;
  padding-right: 15px;
  text-indent: 15px;
  color: #333;
}

.logo {
  float: left;
  margin: 0 30px 35px 0;
  background: #412f24;
  padding: 2px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
  box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

.images {
  width: 350px;
}
  .images img {
    background: #412f24;
    padding: 1px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    box-shadow: 0 3px 6px rgba(0,0,0,.25);
    margin: 24px 24px 0 0;
  }
  