/* main */
  a.underline {
    text-decoration: underline;
  }
  a.underline:hover {
    text-decoration: none;
  }
  #imgs {
	position: relative;
    clear: both;
    z-index: 9;
  }
    #img_left {
      height: 75px;
    }
    #img_left img {
      height: 75px;
    }
    #img_right {
	  float: right;
      height: 75px;
    }
    #img_right img {
      height: 75px;
    }
  #copy-main {
    position: relative;
    padding: 30px 80px;
    line-height: 24px;
    color: #333;
    background-color: #ececba;
    text-align: justify;
    z-index: 999;
  }
  #copy-main a {
    color: #333;
  }
  
  #copy-main p.testimonial {
    margin: 0 0 20px;
    padding: 3px 6px;
    background-color: #ECEC9A;
    text-align: center;
    color: #333;
    font-size: 11px;
    font-style: italic;
  }
    
  #copy-main div.rates {
  }
  #copy-main div.rates table {
    width: 300px;
    margin: 0 auto 10px;
  }
  #copy-main div.image img {
    position: relative;
    float: left;
    width: 118px;
    height: 141px;
    margin: 15px;
  }