﻿html
{
    background: #e9c87a url( '../graphics/background.gif' ) repeat-x 0 120px;
    font-family: Sans-Serif;
    height: 100%;
}
body 
{
    font-size: 12px;
    position: relative;
    margin: auto;
    width: 970px;
    min-height: 100%;
    padding: 0 15px;
    background: #6fb044 url( '../graphics/body-background.png' );
}
#up-margin
{
    height: 5px;
    overflow: hidden;
}
#header
{
    width: 968px;
    height: 200px;
    border: 1px solid #6b6964;
    background: #e1e1e1 url( '../graphics/header.jpg' ) no-repeat right top;
}
#logo
{
    width: 140px;
    height: 125px;
    margin: 25px 190px;
    display: block;
    background: #e1e1e1 url( '../graphics/logo.jpg' ) no-repeat;
}
a
{
    font-weight: bold;
    color: Black;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
h1
{
    display: none;  
}
ul#menu
{
    padding: 0 80px;
    width: 808px;
    background: url( '../graphics/menu-background.gif' );
    height: 42px;
    border: 1px solid #6b6964;
    list-style: none;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
ul#menu li
{
    width: 133px;
    float: left;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 0;
    border-left: 1px solid #6b6964;
}
ul#menu li#last
{
    border-right: 1px solid #6b6964;
}
ul#menu li a
{ 
    color: #000000;
    font-size: 13px;
    font-variant: small-caps;
    font-weight: bold;
    background: url( '../graphics/menu-item.gif' );
    width: 100%;
    height: 100%;
    display: block;
}
ul#menu li a:hover
{ 
    background: url( '../graphics/menu-item-active.gif' );
}
#left-column
{
    padding: 15px;
    float: left;
    margin-right: 5px;
    border: 1px solid #6b6964;
    border-bottom: 5px solid #000000;
    background: #dadada url( '../graphics/background-left-column.gif' ) repeat-x;
    width: 180px;
}
#content
{
    padding: 15px;
    float: right;
    border: 1px solid #6b6964;
    border-bottom: 5px solid #000000;
    background: #ecdad6 url( '../graphics/background-content.gif' ) repeat-x;
    width: 721px;
}
p
{
    text-align: justify;
}
#background-fix-left, #background-fix-right
{
    position: absolute;
    left: 0;
    top: 120px;
    width: 10px;
    height: 152px; 
    background: #f1e4e1 url( '../graphics/background-fix.gif' ); 
}
#background-fix-right
{
    left: 990px;
    background: #f1e4e1 url( '../graphics/background-fix.gif' ) right; 
}
#footer
{
    clear: both;
}
#frame-content
{
    width: 100%;
    height: 100%;
    border: none;
    height: 1700px;
}
#frame-column
{
    width: 100%;
    height: 100%;
    border: none;
    height: 500px;
}
