﻿#header
{
    height: 100px;
    color: White;
    background-image: url(../images/bkgrnd.jpg);
    background-repeat: repeat-x;
    background-color: #660099;
}

#header #headerLogo
{
    background-image: url(../images/patch.jpg );
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

#header #headerTitle
{
    font-size: 25px;
    padding-top: 9px;
}

#header #headerSubtitle
{
    font-size: 16px;
    font-style: italic;
}

#header #headerQuote
{
    float: right;
    font-size: 10pt;
    padding-top: 2px;
    padding-right: 2px;
    
}

#sidebar
{
    font-size: small;
    width: 10%;
    float: left;
    padding-top: 10px;
}

#sidebar .loginStat
{
    margin-top:2em;
}

#content
{
    background-color: Transparent;
    float: right;
    width: 89%;
    margin-bottom: 1em;
}

#footer
{
    color: Gray;
    clear: both;
    text-align: right;
    font-size: xx-small;
}
