﻿#header td {
    padding: 0px;
    margin: 0px;
}

#header img {
    margin-right: 8px;
}

#header h2 {
    font-size: 11px;
    font-weight: bold;
    color: white;
    margin: 0px;
    padding: 0px;
}

#header h1 {
    font-size: 22px;
    font-weight: bold;
    color: #ccc;
    margin: -1px 0px 0px 15px;
    padding: 0px;
}

#header {
    background-image: url('/content/images/main-nav-bg.gif');
    background-repeat: repeat-x;
    background-color: transparent;
    font-family: verdana, "Helvetica",Garuda,Arial,sans-serif;
    height: 36px;
}

    #header table {
        width: 100%;
        height: 38px;
    }
