.box1 {
  background-color: #FFF;
  border: solid 1px #CCC;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  margin: 0 0 30px 0; }

h2 {
  background: #a0a0a1;
  color: #FFF;
  font-size: 18px;
  padding: 10px 10px;
  margin: 0;
  text-align: center;
  font-weight: bold; }
  h2 a:link, h2 a:visited {
    color: #FFF;
    text-decoration: none; }
  h2 a:hover, h2 a:active {
    color: #FFF;
    text-decoration: underline; }

p.more-link {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  font-weight: bold;
  font-style: normal;
  font-size: 16px; }

p.more-link a:link, p.more-link a:visited {
  text-decoration: none;
  color: #a92d2d; }

p.more-link a:hover, p.more-link a:active {
  text-decoration: underline;
  color: #a92d2d; }

#about {
  margin: 30px 0 0 0; }
  #about div.box1 {
    background-color: #f3f3e8; }
  #about h2 {
    background: #a92d2d;
    /* old browsers */
    color: #FFF;
    font-size: 18px;
    text-align: center; }
  #about p {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin: 0 0 15px 0; }
    #about p#signature-line {
      padding: 80px 0 0 0;
      background-image: url(../images/jimburgett_signature.png);
      background-repeat: no-repeat; }
    #about p span.BG_highlight {
      font-weight: bold;
      color: #a92d2d; }

#testimonials div.box1 {
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  padding: 30px; }
#testimonials p {
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  margin: 0 0 15px 0;
  color: #333; }
  #testimonials p.more-link {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: bold; }
  #testimonials p#testimonial-name {
    font-style: normal; }

#simple-truths {
  text-align: center;
  border: solid 1px #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
  padding: 10px 5px;
  margin-bottom: 30px; }
