body {
    margin: 0;
    padding: 0;
    text-align: center;
}

* {
    font: 13px/18px Tahoma;
    color: #001A3C;
    margin: auto;
}
.wrapper {
    display: inline-block;
    background: #ffffff;
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 1px solid #edf3f9;
}
div.header {
    display: inline-block;
    width: 1040px;
    height: 98px;
    background: url(header_strip.png) no-repeat center;
}

div.header div.contact {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    height: 40px; 
    width: 154px
}

div.header div.logo {
    display: inline-block;
    margin: 0px 0px 5px 245px;
    height: 40px; 
    width: 191px;
    
}

div.header div.button {
    display: inline-block;
    margin: 28px 20px 18px 205px;
    height: 40px; 
    width: 194px;
}


.mainmessage {
    width: 1040px;
    display: inline-block;
    height: 550px;
    background: url(swoosh2.jpg) no-repeat center bottom;
}

.social {
    width: 1040px;
    display: inline-block;
    height: 42px;
}

div.social div {
    display: inline-block;
    margin-right: 22px;
    margin-top:15px;
}

.doyourpart {
    width: 1040px;
    display: inline-block;
    height: 176px;
    margin-top:20px;
    background: url(doyourpart.png) no-repeat center top;
}


h1 {
    font-family: Magistral-Medium;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    }

h2 {

    font-family: Tahoma, Verdana, 'DejaVu Sans', sans-serif;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
}

p {

    font-family: Tahoma, Verdana, 'DejaVu Sans', sans-serif;
    font-size: 13px;
    line-height: 21px;
    margin-top: 10px;
    margin-bottom: 10px;

}

b {
    font-weight: bold;
}

.footer {
    display: inline-block;
    width: 1040px;
    height: 180px;
    background-color: #031d41;
}

.footer p {
    color: white;
    text-align: center;
    margin-top: 20px;
}

.footer p.fineprint {
    color: white;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 9px;
}

.footer img {
    margin-right: 35px;
    margin-top:30px;
}




