﻿body 
{
    font-family: Arial;
    background-color: Black;
}

.container 
{
    width: 800px;
    border: solid 0px #000033; 
    margin: 0 auto;   
}

.header
{
    color:White;
    text-align: right;
    vertical-align: middle;
    background-image: url(images/temp-head.jpg);
    background-repeat: no-repeat;
    width: 790px;
    padding-right: 10px;
    height: 180px;
}

.header1 { font-size: 20px; font-weight: bold; }
.header2 { font-size: 16px; font-weight: bold; margin-top: 5px; }
.header3 { font-size: 16px; font-weight: bold; }
.header4 { font-size: 14px; margin-top: 10px; }

.menucell
{
    width: 150px;
    background-color: Red;
    vertical-align: top;
}

.menu
{
    list-style-type: none;
    margin: 0;    
    padding: 0;
    border-top: solid 1px white;
    text-align: center;
}

.menu a
{
    background-color: #C2B690;
    text-decoration: none;
    border-bottom: solid 1px white;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #CC0000;
    font-weight: bold;
    font-size: 13px;
}

.menu a:hover
{
    background-color: #A0A0A0;
}

.menu a.selected
{
    background-color: Red;
}

.content
{
    vertical-align: top;
    background-color: #FFFFFF;
    width: 630px;
    padding: 10px;
    padding-top: 0px;
}

.footer
{
    background-color:#C2B690;
    padding: 5px;
    color: White;
    font-size: 10px;
    text-align: center;
    width: 790px;
}

.footer a
{
    color: White;
    text-decoration: none;
}

.footer a:hover
{
    color: Yellow;
}

h1 
{
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;    
}

.footermenu
{
    list-style-type: none;
    display: inline-block;
}

.footermenu li
{
    display: inline-block;
    border-right: 1px solid white;
    padding-right: 3px;    
}

.footermenu li:last-child
{
    border-right: none;
}
