
    .centered {
        text-align:center;
    }

    body {
        width: 100%;
        background: #970801 url(../images/background_wrapper.jpg) repeat-x;
        font-family: Arial, Helvetica, sans-serif;
    }


    .wrapper {
        margin: 0 auto;
    }

    .main-wrap {
        width: 960px;
        margin: 0 auto;
    }

    .main-content {
        background: white;
        clear: both;
        margin: 20px 0 0;
        min-height: 300px;
        padding: 30px;
    }

        .main-content h2 {
            color: black;
            text-align: center;
            font-size: 1.7em;
            margin: 20px;
        }

        .main-content p {
            line-height: 1.5em;
        }

    .header {
        width: 960px;
        height: 105px;
        margin: 0 auto;
        background: white;
        -ms-border-radius: 0 0 15px 15px;
        border-radius: 0 0 15px 15px;
    }

    .logo-wrapper {
        position: absolute;
        float: left;
        margin: 0 auto;
        padding: 15px 4px 5px 2px;
        -ms-border-radius: 0 0 15px 15px;
        border-radius: 0 0 15px 15px;
        background: white;
        z-index: 100;
    }


    .logo {
        display: block;
        margin: 5px auto 5px 8px;
        width: 260px;
        height: 80px;
        background: transparent url(../images/logos.png) top center no-repeat;
    }

    .social-wrapper {
        position: relative;
        float: right;
        width: 700px;
        height: 64px;
        background: #ffd415;
        margin: 41px 0 0 0;
        -ms-border-radius: 0 0 15px 0;
        border-radius: 0 0 15px 0;
        z-index: 90;
    }

    .social {
        float: right;
        margin: 10px auto;
        width: 600px;
        display: block;
    }
    

    .subpage-footer {
        background: #eee;
        padding: 13px 0;
        height: 50px;
        margin: 0 auto;
        -ms-border-radius: 0 0 15px 15px;
        border-radius: 0 0 15px 15px;
    }

    .subpage-footer-wrap {
        text-align: center;
        width: 100%;
    }


    .clear {
        clear: both;
    }

