﻿body
{
    background-color: #9B7D7D;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    margin: 0px 0px 0px 0px;
}
img
{
    padding: 4px 4px 4px 4px;
    border: 0px;
}
h1
{
    font-size: large;
    color: #7E483E;
    padding: 0px 0px 0px 0px;
}
li
{
    padding: 4px 0px 4px 0px;
}
div a:active
{
    text-decoration: underline;
    color: #807D5C;
}
div a:link, div a:visited
{
    color: #807D5C;
    text-decoration: none;
}
div a:hover
{
    text-decoration: underline;
    color: #807D5C;
}
hr
{
    border: 0px;
    height: 1px;
    width: 100%;
    border-top: 1px dotted #69aee2;
}
input, textarea
{
    border: 1px solid #6AC930;
    background-color: #f9f9f9;
    padding: 2px 2px 2px 2px;
}
#emptyPlaceHolder
{
    width: 100%;
}
#center
{
    width: 687px;
    margin: 0px auto;
}
#header
{
    width: 687px;
    height: 156px;
    background-image: url(gfx/header.jpg);
}
#content
{
    background-color: #ffffff;
    width: 687px;
    float: left;
}
#menu_content
{
    width: 160px;
    font-size: 16px;
    margin: 2px 2px 2px 6px;
    background-color: #ffffff;
    float: left;
}
#main_content
{
    width: 509px;
    margin: 2px 2px 2px 2px;
    background-color: #ffffff;
    float: left;
}
#footer
{
    background-color: #7E5857;
    width: 687px;
    height: 25px;
    line-height: 25px;
    clear:both;
    text-align:center;
    color: #ffffff;
    font-weight: bold;
}
