﻿body
{
    font-family: Verdana;
    height: 100%;
    width: 100%;
    background-image: url( '../Images/back.jpg' );
    background-repeat: no-repeat;
    background-position: 100% 0px;
    background-attachment: fixed;
    background-color: Black;
    color: White;
}
div, body
{
    margin: 0;
    padding: 0;
}
h1
{
    font-size: large;
}
h2
{
    font-size: medium;
}
div#Container
{
    height: 100%;
    width: 100%;
    position: absolute;
}
div#Container a
{
    color: #6699FF;
}
div#Header
{
    width: 100%;
    background-color: #666666;
}
div#Header
{
    width: 100%;
    background-color: Gray;
}
div#Header a
{
    color: white;
}
div#TopMenu
{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: Red;
    padding: 10px;
}
div#TopMenu ul
{
    width: 100%;
    margin: 5px;
}
div#TopMenu ul, li
{
    list-style: none outside none;
    display: inline;
    text-transform: uppercase;
}
div#TopMenu li
{
    margin: 5px;
}
.MenuA
{
    color: White;
}

div#Content
{
    color: white;
    letter-spacing: 0;
    line-height: 1.2em;
    font-size: 1.0em;
    padding: 0px 20px 20px 10px;
    width: 75%;
    height: 100%;
    padding: 10px;
}
div#Content img
{
    border: solid 1px gray;
}
.List
{
    list-style: disc outside none;
    display: block;
    text-transform: none;
}
div#Footer
{
    font-size: .75em;
    text-align: center;
}
