body
{
    margin: 0;
    font-family: 'Titillium Web', Calibri, 'Galdeano', Arial, Trebuchet MS, Georgia, Arial;
    font-size: 14px;
    line-height: 18px;
    color: #3e3e3e;
    background-color: white;
}

.header
{
    background-color: #161616;
    height: 80px;
    color: white;
    font-size: 28px;
    vertical-align: middle;
    line-height: 80px;
}

.header-content
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.content
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 50px;
}

.advertising
{
    height: 120px;
}

.footer
{
    background-color: rgb(58, 58, 58);
    background-image: -webkit-linear-gradient(top, rgb(80, 80, 80), rgb(25, 25, 25));
    background-repeat: repeat-x;
    bottom: 0px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    color: rgb(0, 0, 0);
    display: block;
    font-family: 'Titillium Web', Calibri, Galdeano, Arial, 'Trebuchet MS', Georgia, Arial;
    font-size: 14px;
    height: 46px;
    left: 0px;
    line-height: 18px;
    position: relative;
}

.footer-content
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

h1
{
    color: rgb(26, 26, 26);
    display: block;
    font-family: 'Titillium Web', Calibri, Galdeano, Arial, 'Trebuchet MS', Georgia, Arial;
    font-size: 32px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    text-rendering: optimizeLegibility;
}

.footer-contactus
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 129, 17);
    background-image: none;
    background-origin: padding-box;
    background-repeat: repeat;
    background-size: auto;
    border-bottom-color: rgba(0, 0, 0, 0.247059);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left-color: rgba(0, 0, 0, 0.0980392);
    border-right-color: rgba(0, 0, 0, 0.0980392);
    border-top-color: rgba(0, 0, 0, 0.0980392);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    filter: none;
    font-family: 'Titillium Web', Calibri, Galdeano, Arial, 'Trebuchet MS', Georgia, Arial;
    font-size: 17px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-bottom: 0px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 14px;
    text-align: center;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: 0.8s;
    transition-property: all;
    transition-timing-function: ease-out;
    vertical-align: middle;
}
