﻿.headerTitle
{
    opacity: 0.7;
    position: relative;
    bottom: 80px;
    height: 80px;
    width: 100%;
}

.headerTitleText
{
    margin: 0px;
    position: relative;
    bottom: 155px;
    padding-left: 10px;
    font-size: 30px;
}

.headerTitle a
{
    opacity: 1;
    color: White;
}

.headerSubTitle
{
    margin: 0px;
    position: relative;
    bottom: 152px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: normal;
}

.headerBody
{
    width: 700px;
    height: 200px;
    overflow: hidden;
}

.headerBody img
{
    height: 200px;
    width: 700px;
    padding-top: 0px;
}

