  * {
    margin: 0px;
    padding: 0px;
  }
  body {
    text-align: center;
    font-family: arial, verdana, sans;
    font-size: 12px;
    color: #333333;
    background: url('images/bg.jpg') top center repeat-y;
    background-color: #f2f2f2;
  }
  #wrapper {
    position: relative;
    width: 780px;
    margin: 0 auto;
  }
  #topBar {
    position: relative;
    background: url('images/topBar.jpg') top left no-repeat;
    background-color: #2f3073;
    width: 780px;
    height: 60px;
    }
  #navcontainer {
    position: relative;
    background-color: #ce0d1e;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 780px;
  }
  #nav {
        background: url('images/navBg.jpg') top left repeat-x;
        width: 774px;
        margin: 0 auto;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 3px;
  }
  #nav a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -.3px;
  }
  #nav a:hover {
    background-color: #ce0d1e;
  }
  #bottomBar {
    position: relative;
    background-color: #2f3073;
    width: 780px;
    height: 140px;
  }
  #left {
    position: relative;
    float: left;
    width: 589px;
    height: 140px;
    background: url('images/bottomLeft.jpg') top center no-repeat;
  }
  #right {
    position: relative;
    float: left;
    width: 191px;
  }
    #right  p{
      color: #fff;
      padding-top: 10px;
      
    }
  #body {
    position: relative;
    clear: both;
    width: 780px;
    /*background: url('images/bodybackground.jpg') top left repeat-x;*/
    background-color: #fff;
  }
  #bodyLeft {
    position: relative;
    float: left;
    width: 312px;
    min-height: 548px;
  }
  #bodyRight {
    position: relative;
    float: left;
    text-align: left;
    width: 463px;
    min-height: 548px;
    margin-top: 15px;
    
  }
  h1 {
    color: #cd0c17;
    letter-spacing: -1px;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  p {
    padding: 5px;
  }
  .testimonial {
    font-style: italic;
    padding-left: 5px;
    padding-right: 5px;
  }
  .testimonialName {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #cd0c17;
    padding-left: 5px;
    padding-right: 5px;
  }
  #quote {
    color: #cd0c17;
    font-style: italic;
  } 
  #footer {
    position: relative;
    clear: both;
    width: 780px;
    height: 125px;
    background: url('images/footerBg.jpg') top center no-repeat;
    background-color: #2f3073;
    color: #fff;
  }
  #footer p {
        padding-top: 30px;
  }
  a {
    color: #cd0c17;
    font-weight: bold;
  }
  a:hover {
    color: #fff;
  }