/* Main Setup */

body
{
    background-color: #FFCB99;
    background-image: transparent;
    background-image: url(images/milli2.png);
    font-family: Verdana, Arial, Times;
    font-size: 10pt;
    color: #000;
    width: 100%;
}

a
{
    color: #FFFF00;
    
    font-weight: bold;
    text-decoration: underline;
    border-style: ridge;
    background-color: #000;
    left: 50px;
}

a:hover
{
    font-weight: bold;
    color: #FFFFFF;
}

a img
{
    border: none;
}

a:hover img
{
    margin-top: 2px;
    margin-left: 2px;
    box-shadow: 2px 2px 2px #808080;
}

h1
{
    text-shadow: 2px 2px 2px #ffff00;
}

/* Container-Setup */

#root-site
{
    height: 100%;
    width: 1150px;
    background-color: #080808;    
}

#header-container
{
    height: 200px;
    width: 100%;
    background-color: #558855;
    background: url(images/head2.jpg);
    float: left;
}

#navigation-container
{
    padding-left: 20px;
    height: 800px;
    width: 200px;
    background-color: #81007F;
    float: left;
}

#content-container
{
    height: 800px;
    width: 710px;
    background-color: #FFFFFF;
    padding-left: 10px;
    float: left;
}

#sidebar-container
{
    height: 800px;
    width: 190px;
    background-color: #81007F;
    padding-left: 20px;
    float: left;
    color: #FFFFFF;
}

#footer-container
{
    height: 50px;
    width: 100%;
    background-color: #81007F;
    float: left;
}
