﻿body
{
    background-color: #000000;
    font-family: Verdana;
    font-size: 11px;
    color: #999966;
 
}


#wholepage
{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}


img
{
    text-decoration: none;
    border-style: none;
}

h1
{
    padding: 10px;
    color: #FFCC00;
    font-family: Script;
    font-weight: bold;
    font-size: 45px;
}


p, li, ul
{
    font-family: Verdana;
    font-size: 11px;
    color: #999966;
    padding-right: 10px;
    padding-left: 10px;
}

.aboutussections
{
    font-size: 12px;
    color: #E9BC2E;
}

#banner
{
    background-color: #FFFFFF;
    width: 690px;
    height: 268px;

}

#banner a
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding-left: 75px;
    vertical-align: top;
}

#banner a:hover
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
    padding-left: 75px;
    vertical-align: top;
}

#Content
{
    border: thick double #E9BC2E;
    width: 800px;

}

#LeftColumn
{
    width: 200px;
    float: left;

}

#Main
{
    width: 580px;
    float: left;
    border-left-style: groove;
    border-left-width: thin;
    border-left-color: #E9BC2E;
}

.quote
{
    font-family: Georgia;
    font-size: 10px;
    font-style: italic;
    color: #CCCCCC;
}

#Menu
{
    padding-bottom: 5px;
}

#Menu a
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    padding-right: 20px;
}

#Menu a:hover
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #FFCC00;
    padding-right: 20px;
}


