body {
  background-color: #cfbaa6;
}

h1 {
  color: #105706;
  font-size: 16pt;
  font-weight:bold;
}

h2 {
  font-size: 14pt;
  font-weight: bold;
}

h3 {
  color: #105706;
  font-size: 12pt;
  font-weight:bold;
  margin-top: 10px;
}

h4 {
  color: #105706;
  font-size: 11pt;
  margin-top: 10px;
  margin-bottom: 5px;
}

.clear {
  clear:both;
}

.gray {
  color: #767c7c;
}

.center {
  text-align: center;
  padding-left: 30px;
  padding-right: 33px;
}

.smaller {
  font-size: 88%;
}

.bold {
  font-weight: bold;
}

.upper {
  text-transform:uppercase;
}

.red {
  color:red;
}

.quote {
  padding-left: 20px;
  padding-right: 20px;
}

.quoteBorder {
  border: 2px solid #105806;
  margin: 10px;
}

#logo {
  padding-left: 5px;
}

#truck {
  position: absolute;
  float: right;
  padding-right: 5px;
  padding-top: 5px;
  margin-left:444px;
}

#head {
  width:950px;
  min-height:90px;
  background-color: #105806;
}

#navigation {
  width:948px;
  height: 30px;
  background-color: #105806;
  border: 2px solid #d8cf21;
}

#navigation li{
  display:inline;
}

.nav_link{
  color:#d8cf21;
  margin-left: 35px;
  text-decoration: none;
  font-weight: bold;
}

#towns {
  margin-top: -8px;
  margin-bottom: 10px;
}

#content {
  background-color: #fff;
  min-height: 300px;
  width: 930px;
  padding: 10px;
}

.testimonial {
  background:#FFFFCC none repeat scroll 0 0;
  border:2px solid black;
  margin:20px 0;
  padding:10px;
  width:550px;
}

.testimonial p {
  font-family:tahoma,arial;
  font-size:9pt;
  font-style:italic;
  font-weight:normal;
}

.testimonial p.submitter {
  color:blue;
  font-style:normal;
  margin-bottom:0px;
  text-align:right;
}

