﻿body
{
    margin: 0;
    text-align: center;
    background: #fff url(Images/bgBg.gif) repeat-x;
    font-family: Arial, Sans-Serif;
    font-size: 1em;
}

#Container
{
    margin: 0 auto;
    width: 800px;
    text-align: left;
    position: relative;
    background: #fff;
    border-bottom: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
}

#Header
{
    background: url(Images/headerBg.jpg) no-repeat;
    position: relative;
    left: 5px;
    height: 114px;
    width: 788px;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
}

#Logo
{
    position: absolute;
    left: 14px;
    top: 0;
}

#Logo img
{
    border-width: 0;
}

#Menu
{
    position: absolute;
    left: 185px;
    bottom: 1px;
    padding: 0;
    margin: 0;
    height: 27px;
}

#SubContainer
{
    background: #eaf3d9 url(Images/greenStripes.gif) repeat-x;
    margin: 0 0 0 5px;
    padding-bottom: 10px;
    width: 788px;
    float: left;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    display: inline;
}

#SubMenu
{ 
    width: 170px;
    min-height: 600px;
    float: left;
    margin: 13px 0 10px 6px;
    background: #e4e3e3 url(Images/subMenuBg.gif) repeat-x;
    font-size: 0.9em;
    display: inline;
}

.Content
{
   width: 450px;
   float: left;
   margin: 13px 0 10px 7px;
   font-size: 0.9em;
   display: inline;
}

.AdminContent
{
   width: 598px;
   float: right;
   margin: 13px 5px 10px 6px;
   font-size: 0.9em;
   display: inline;
}

#Ads
{
    width: 140px;
    min-height: 600px;
    background: #e4e3e3 url(Images/subMenuBg.gif) repeat-x;
    float: right;
    margin: 13px 6px 10px 6px;
    font-size: 0.9em;
    display: inline;
}

#Footer
{
    clear: both;
    padding: 15px 5px 5px 5px;
    width: 788px;
    height: 20px;
    background: #fff;
    font-size: 0.7em;
    text-align: center;
}

.Copyright
{
    font-size: 1.2em;
}

.FooterLink
{
    text-decoration: underline;
    cursor: pointer;
    color: #000;
}
