﻿div#headerContainer
{
    width: 894px;
    height: 87px;
    margin-top: 20px;
    background-image: url('../images/header_background.gif');
}

div#headerLogoContainer
{
    float: left;
    height: 61px;
    margin: 13px 28px;
}

div#headerText
{
    float: left;
    padding: 32px;
}

div#headerButtonsContainer
{
    float: right;
    padding: 4px 24px;
}

div.headerButton
{
    background-image: url('../images/header_button.png');
    width: 90px;
    height: 14px;
    padding: 3px 0px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 2px;
}

div.headerButton:active
{
    padding: 4px 0px 2px 0px;
}
