body
{
    margin: 0;
    text-align: center;
    /* background-color: #68A7F9; */
    background-color: #78B0FF;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
    font-family: Helvetica,sans-serif;
}

#frame {
    background-color: gray;
    width: 700px;
    padding: 5px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#innerFrame {
    text-align: left;
    background-color: white;
    width: 700px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#content {
    margin-top: 20px;
}

#footer {
    background-color: gray;
    margin: 30px 5px 0px 5px;
    color: white;
    font-size: .75em;
    padding: 7px;
}

#footer a, a:visited {
    color: white;
    text-decoration: none;
}

#contactUs
{
    margin: 0;
    text-align: center;
    font-size: smaller;
    background-image: url(../images/contact-us-bg.png);
    background-repeat: no-repeat;
    padding: 25px;
    padding-top: 45px;
    height: 250px;
    padding-left: 27px;
}