﻿body {
    background-color: #9ba5ad;
    
    position: relative;
    top: 0px;
    margin-top: 0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: inherit;
}

div.bodyWrapper {
    position: relative;
    
    left: 0px;
    margin-left: 10px;
    width: 980px;
    
    font-family: Trebuchet MS;
    color: White;
    font-size: medium;
}


div.header {
    position: relative;
    height: 185px;
    width: 100%;
    left: 0px;
    margin-left: 0px;
}

div.header div.logo {
    position: relative;
    width: 450px;
    height: 155px;
    margin-left: auto;
    margin-right: auto;
}

div.header div.social
{
    position:absolute;
    top:5%;
    height:95%;
    left:0%;
    width:100%;
    
    text-align:right;
}


div.content {
    position: relative;
    left: 0px;
    top: 0px;
}


div.footer {
    position: relative;
    left: 0px;
    top: 0px;
}

div.footer div.social
{
    position:relative;
    top:15px;
    height:50px;
    left:0px;
    width:100%;
    
    text-align:right;
}
