﻿body {
margin: 0 auto;
font-family: Arial;

}

body div {
text-align: left
}

#main
{
    width: 800px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

#head
{
    height: 110px;
    width: 100%;
    border-bottom: 4px solid #a09386;
    background-color: #996699;
}

#head h1
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 16px;
    color: #663355;
}

#head h3
{
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #663366;
}

#menu
{
    float: left;
    clear: left;
    width: 180px;
    margin-top: 20px;
    font-family: sans;
    margin-bottom: 10px;
    margin-left: 10px;
    background-color: #996699;
}

#menu h1 {
height: 25px;
padding-left: 5px;
padding-top: 5px;
font-size: 18px;
margin: 0px;
color: #575252;
border-bottom: 1px solid #686161;
}

#menu a
{
    color: #000000;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    display: block;
    background-color: #cc99cc;
    border-bottom: 1px solid #686161;
}

#menu a:hover {
background-color: #a09986;
}

a img {
border: 2px solid #575757;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
}

a:hover img {
border: 2px solid #676767;
}

#content {

padding: 0px 10px 0px 10px;
margin-left: 200px;
margin-bottom: 10px;
margin-top: 20px;
width: 570px;
color: #292929;
}

#content .header 
{
    background-color: #996699;
    font-weight: bold;
    width: 100%;
    height: 25px;
padding-left: 5px;
padding-top: 5px;
font-size: 18px;
margin: 0px;
color: #575252;
border-bottom: 1px solid #686161;

}

#content h1 {
font-size: 14px;
margin-top: 5px;
margin-bottom: 0px;
color: #292929;

}

#content a
{
    text-decoration: none;
    color: #6699ff;
    font-style: italic;
    font-weight: bold;
    font-size: 9pt;
}

#content a:hover {
text-decoration: underline;
}

#foot {
text-align: center;
color: #676767;
font-size: 12px;
}

#foot a {
color: #676767;
text-decoration: none;
font-style: italic;
}

#foot a:hover {
text-decoration: underline;
}
