    body {
      margin: 0px 0px 0px 0px;
      background-color: #80AC82;
    }
    #backgroundTop {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 180px;
      border: 0px solid #555555;
      border-bottom: 2px solid #FFFFFF;
      background-color: #555555;
      z-index: -10;
    }
    #mainCenter {
      margin: 15px auto 0px auto;
      width: 900px;
      border: 0px solid #005A04;
      background-color: #FFFFFF;
      min-height: 600px;
    }
    #header {
      position: relative;
      margin: 0px 0px 0px 0px;
      width: 900px;
      height: 130px;
      background-color: #FFFFFF;
    }
    #headerLogo {
      position: relative;
      float: left;
      margin: 15px 0px 0px 60px;
      width: 150px;
    }
    #headerLogoText {
      width: 150px;
      font-size: 11px;
      font-family: 'Arial', Sans-Serif;
      color: #000000;
      text-align: center;
      clear: both;
    }
    #headerLogoImage {
      position: relative;
      float: left;
      width: 100px;
      height: 100px;
      left: 18px;
    }
    #headerText {
      position: relative;
      float: left;
      margin: 40px 0px 0px 50px;
      width: 350px;
      height: 100px;
      background-color: #FFFFFF;
    }
    #headerCompanyName1 {
      font-size: 30px;
      font-family:"Times New Roman", Times, serif;
      color: #000000;
      text-align: center;
      font-variant: small-caps;
      letter-spacing: 1px;
    }
    #headerCompanyName2 {
      margin: -3px 0px 0px 0px;
      font-size: 19px;
      font-family:"Times New Roman", Times, serif;
      color: #006838;
      text-align: center;
      font-variant: small-caps;
      letter-spacing: 1px;
    }
    .menu{
      position: relative;
      float: left;
      margin: 0px 0px 0px 400px;
      width: 480px;
      background-color: #FFFFFF;
    }
    .menu ul {
      position: relative;
      float: left;
      margin: 0px;
      padding: 0px;
    }
    .menu ul li {
      display: inline;
    }
    .menu ul li a {
      position: relative;
      float: left;
      padding: 8px 8px;
      background-color: #FFFFFF;
      text-decoration: none;
      color: #005A04;
      font-family: 'Arial', Sans-Serif;
      font-size: 15px;
    }
    .menu ul li a:visited{
      color: #005A04;
    }
    .menu ul li a:hover {
      color: #80AC82;
      background-color:  #FFFFFF;
    }
    .menu ul li a.menuCurrent {
      color: #002402;
    }
    .clientQuoteDiv {
      position: relative;
      float: left;
      width: 900px;
      padding: 10px 0px 10px 0px;
      text-align: center;
      font-size: 12px;
      font-family: 'Arial', Sans-Serif;
      color: #000000;
    }
    #contentLeft {
      position: relative;
      float: left;
      margin: 10px 0px 0px 20px;
      width: 350px;
      height: 262px;
    }
    #contentRight {
      position: relative;
      float: left;
      margin: 10px 0px 10px 20px;
      width: 490px;
      min-height: 400px;
      font-size: 13px;
      font-family: 'Arial', Sans-Serif;
      color: #000000;
      text-align: left;
    }
    .homeQuoteLeft {
      position: relative;
      float: left;
      margin: 0px 0px 20px 10px;
      width: 310px;
    }
    .homeQuoteRight {
      position: relative;
      float: right;
      margin: 0px 10px 20px 0px;
      width: 310px;
    }

    #contentRight strong {
      line-height: 25px;
      display: block;
      margin: 0px 0px 5px 0px;
    }
    #contentRight > p {
      margin: 0px 0px 15px 0px;
    }
    #footer {
      position: relative;
      width: 900px;
      height: 58px;
      /*background-color: #006838;*/
      clear: both;
    }
    /* Will become a ID after I edit the image and add bricks to the right */
    /* Have to make the float move up the height of the bricks after I add them to the image */
    #footerGrass01 {
      position: relative;
      float: left;
      margin-top: -62px;
      width: 450px;
      height: 100px;
    }
    #footerGrass02 {
      position: relative;
      float: left;
      width: 450px;
      height: 38px;
    }
    #footerText {
      position: relative;
      float: left;
      width: 900px;
      padding: 2px 0px 5px 0px;
      font-size: 13px;
      font-family: 'Arial', Sans-Serif;
      color: #FFFFFF;
      text-align: center;
      background-color: #006838;
    }