    body {
      font-family: Arial, Verdana, Helvetica, sans-serif;
      margin:3% 0 0 0;
      padding:0;
      background: #000 url(../images/background.jpg) no-repeat center top;
    }

    img {
      display:block;
      border:none;
    }

    p {
      color: #bbb;
      font-size: 14px;
      line-height: 18px;
    }

    .intro {
      color: #ffe5b2;
      font-size: 13px;
      line-height: 18px;
      margin: 34px 30px 0 22px;
    }

    .contenttext {
      color: #ffe5b2;
      font-size: 13px;
      line-height: 18px;
      margin: 25px 10px 0 32px;
    }

    .maintext {
      color: #000000;
      font-size: 13px;
      font-weight: bold;
      line-height: 15px;
      margin: 29px 45px 0 28px;
    }

    .testimonial {
      color: #f4f4d9;
      font-size: 13px;
      font-weight: bold;
      line-height: 20px;
      margin: 31px 27px 0 27px;
    }

    .footertext {
      color: #f7f2e8;
      font-size: 11px;
      margin: 0 0 0 0;
      padding: 15px 0 0 0;
    }

    .formsuccesstext {
      color: #7CFC00;
      font-size: 15px;
      line-height: 18px;
      margin: 25px 10px 0 32px;
    }

    .formerrortext {
      color: #FF0000;
      font-size: 13px;
      line-height: 18px;
      margin: 25px 10px 0 32px;
    }

    #wrapper {
      width:945px;
      margin: 0 auto;
    }

    #header {
      height: 192px;
      position: relative;
      /* border: 1px solid #999; /* purely so you can see the layout */
    }

    #logo {
      display: block;
      text-indent: -2000px;
      width:234px;
      height:192px;
      background: url(../images/logo.png);
      position:absolute;
      left:0;
      bottom:-46px;
    }

    #navcontainer {
      margin: 0px;
      padding: 0px;
    }

    #navcontainer ul {
      margin: 0px;
      padding: 151px 0 0 234px;
      list-style-type: none;
    }

    #navcontainer ul li {
      float: left;
    }

    #navcontainer li a {
      display:block;
      height:100%;
      overflow:hidden;
      text-indent:-9999em;
      width:100%;
    }

    .nav1 {
      background: url(../images/nav1.png);
      float: left;
      height: 41px;
      width: 114px;
    }

    .nav1:hover {
      background-position:0 -41px;
    }

    .nav2 {
      background: url(../images/nav2.png);
      float: left;
      height: 41px;
      width: 92px;
    }

    .nav2:hover {
       background-position:0 -41px;
    }

    .nav3 {
      background: url(../images/nav3.png);
      float: left;
      height: 41px;
      width: 97px;
    }

    .nav3:hover {
       background-position:0 -41px;
    }

    .nav4 {
      background: url(../images/nav4.png);
      float: left;
      height: 41px;
      width: 81px;
    }

    .nav4:hover {
       background-position:0 -41px;
    }

    .nav5 {
      background: url(../images/nav5.png);
      float: left;
      height: 41px;
      width: 70px;
    }

    .nav5:hover {
       background-position:0 -41px;
    }

    .nav6 {
      background: url(../images/nav6.png);
      float: left;
      height: 41px;
      width: 137px;
    }

    .nav6:hover {
       background-position:0 -41px;
    }

    .nav7 {
      background: url(../images/nav7.png);
      float: left;
      height: 41px;
      width: 120px;
    }

    .nav7:hover {
       background-position:0 -41px;
    }

    #content {
      /* margin-bottom: 30px; /* purely so you can see the layout */
    }

    #content-top {
      background: url(../images/mainpic.jpg) no-repeat;
      height: 373px;
      overflow: hidden;
    }

    #content-bottom {
      background: url(../images/home_bottom.jpg) no-repeat;
      height: 446px;
      overflow: hidden;
    }

    #content-page {
      background-color: #1b1a1c;
      height: auto;
      padding: 0 0 30px 0;
      overflow: hidden;
    }

    .left-col {
      display: inline;
      float: left;
      /* margin: 15px; /* purely so you can see the layout */
      width: 554px;
      /* border: 1px solid #999; /* purely so you can see the layout */
    }

    .right-col {
      display: inline;
      float: right;
      /* margin: 15px; /* purely so you can see the layout */
      width: 391px;
      /* border: 1px solid #999; /* purely so you can see the layout */
    }

    #footer {
      background-color:#3d382a;
      height:50px;
    }

    #button {
      display: block;
      float: left;
      text-indent: -2000px;
      width:89px;
      height:89px;
      background: url(../images/button.png);
      position:relative;
      left:-19px;
      top:-19px;
    }

    #homebutton1 {
      background:transparent url(../images/button_home_getintouch.gif)
      no-repeat scroll 0 0;
      display:block;
      height:27px;
      overflow:hidden;
      left:32px;
      margin-top:34px;
      position:relative;
      width:135px;
      text-indent:-9999px;
    }

    #homebutton1:hover {
      background-position:0 -27px;
    }

    #homebutton2 {
      background:transparent url(../images/button_home_facebook.gif)
      no-repeat scroll 0 0;
      display:block;
      height:27px;
      overflow:hidden;
      left:176px;
      margin-top:-27px;
      position:relative;
      width:197px;
      text-indent:-9999px;
    }

    #homebutton2:hover {
      background-position:0 -27px;
    }

