body {
        margin: 0px;
        padding: 0px;
        background: #2B4170;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #D0D0D0;
        line-height: 18px;
}


#header {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 50;
        margin-left: 100px;
        padding: 8px 0px 20px 20px;
        background-image: url(images/logo.gif);
        background-repeat: no-repeat;
        clear: both;
}

#leftcolumn {
        position: absolute;
        top: 85px;
        left: 0px;
        height: 100%;
        width: 140px;
        padding: 50px 0px 0px 10px;
        font-size: 18px;
        clear: both;
}

#rightcolumn {
        position: absolute;
        top: 90px;
        left: 151px;
        padding: 20px 0px 30px 10px;
        font-size: 16px;
        clear: both;
}

#footer {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 30px;
        margin-bottom: 10px;
        padding: 5px;
        font-family: Comic Sans MS, Arial;
        font-size: 10px;
        letter-spacing: .2em;
        color: #C8C8C8;
        clear: both;
}

a {
        color: #DDDDDD;
}

a:hover {
        color: #333333;
}

