
#main_header div.headerLeft
{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 75%;
}

#main_header div.headerTitle
{
    color: #45422c;
    float: left;
    font-family: verdana, sans-serif;
    font-size: large;
    font-weight: bold;
    width: 75%;
}

#main_header div.headerSubTitle
{
    color: #45422c;
    float: left;
    font-family: verdana, sans-serif;
    font-size: small;
    font-style: italic;
    width: 75%;
}

#main_header div.headerRight
{
    float: right;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    width: 24%;
}

