

body
{
    
    background: #42b2d7 url(../images/bg.jpg) repeat-x;
    
    font-size: 12px;
    line-height: 17px;
    color: #424242;
}

h1
{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 0px;
    margin: 0px;
    color: #d51046;
    padding-bottom: 10px;
}

h2
{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 0px;
    margin: 0px;
    color: #0067ae;
    padding-bottom: 10px;
}

#logo-text
{
    font-family: arial;
    font-size: 12px;
    color: #d51046;
    padding-left: 10px;
}

#ribbon
{
    background: url(../images/ribbon-top.jpg) no-repeat;
    width: 400px;
    height: 135px;
}

#nav
{
    background: url(../images/nav-bg.jpg) no-repeat;
    width: 880px;
    height: 30px;
}

#nav a
{
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    letter-spacing: -1px;
    color: #fff;
    padding: 0px 20px;
}

#nav a:hover
{
    color: #fef513;
}

#rotate
{
    height: 175px;
    width: 880px;
    z-index: 1;
    position: relative;
}

#rotate>div
{
    position: absolute;
    top: 0px;
    z-index: 2;
}

#banner-overlay
{
    background: url(../images/banner-overlay.png) no-repeat;
    width: 880px;
    height: 175px;
}

#rotate>img
{
    position: absolute;
    top: 0px;
    z-index: 1;
    display: none;
}

#buttons>div
{
    float: left;
}

#content
{
    background: url(../images/body-bg.jpg) repeat-y;
    width: 880px;
    clear: both;
}

#content-wrapper
{
    padding: 20px;
}

#highlights a
{
    font-size: 14px;
    line-height: 19px;
    color: #0067ae;
    text-decoration: none;
    display: block;
    padding: 4px 0px;
}

#highlights a:hover
{
    color: #42b2d7;
}

#footer
{
    background: url(../images/footer-bg.png) no-repeat;
    width: 880px;
    height: 50px;
}

#copy
{
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    padding-left: 20px;
    float: left;
    width: 580px;
}

#facebook
{
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    padding-right: 30px;
    float: right;
    width: 100px;
}

#facebook a
{
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}
