

h1, h2 {
    color: #494949;
    font-family: arial;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}

h2 {
    display: block;
    padding-bottom: 5px;
    border-bottom: solid 1px #40ab0f;
}

body {
    background: #f5f5f5;
    font-family: arial;
    font-size: 12px;
    color: #2e2e2e;
    line-height: 22px;
}

.wrapper {
    width: 984px;
    margin: 0px auto;
}

#banner-bg {
    background: url(../images/banner-bg.jpg) no-repeat;
    width: 984px;
    height: 310px;
}

#rotate {
    width: 984px;
    height: 310px;
    z-index: 1;
    position: relative;
}

#rotate>img {
    position: absolute;
    top: 11px;
    left: 11px;
}

#banner-shadow {
    background: url(../images/banner-shadow.jpg) no-repeat;
    width: 984px;
    height: 20px;
}

.col {
    background: #f5f5f5;
    font-family: arial;
    font-size: 12px;
    color: #2e2e2e;
    line-height: 22px;
}

.col img {
    border: solid 5px #e7e7e7;
}

#footer-shadow {
    background: url(../images/footer-shadow.jpg) no-repeat;
    width: 984px;
    height: 10px;
}

#footer-nav {
    text-align: center;
}

#footer-nav a {
    font-family: arial;
    font-size: 12px;
    color: #474747;
    padding: 0px 10px;
    text-decoration: none;
}

#copy {
    font-family: arial;
    font-size: 12px;
    color: #2e2e2e;
    text-align: center;
    padding-top: 10px;
}

#test-top {
    background: url(../images/testimonial-top.jpg) no-repeat;
    width: 290px;
    height: 30px;
}

#test-mid {
    background: url(../images/testimonial-mid.jpg) repeat-y;
    width: 290px;
}

#test-wrapper {
    padding: 0px 25px;
}

#test-bot {
    background: url(../images/testimonial-bot.jpg) no-repeat;
    width: 290px;
    height: 30px;
}
