body {
        margin: 0;
        padding: 200px 50px 20px 50px;
        background: #fff url(img/bg_main.gif) repeat-x top;
        }

img {
        border: 0;
        }

hr {
        display: none;
        }

/*---------------------------------*/

#logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 450px;
        height: 100px;
        background: url(img/logo.jpg) no-repeat;
        overflow: hidden;
        }

#logo a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        }

#logo a i {
        visibility: hidden;
        }

#header {
        position: absolute;
        top: 0;
        right: 0;
        width: 500px;
        height: 200px;
        background: url(img/header.jpg) no-repeat;
        overflow: hidden;
        }

/*---------------------------------*/

a {
        color: #0E373B;
        text-decoration: underline;
        }

a:hover {
        color: #000;
        text-decoration: none;
        }

        /*---------------------------------*/

#menu {
        position: absolute;
        left: 50px;
        top: 150px;
        }

#menu a {
        padding-right: 2em;
        font-size: large;
        color: #EFDFF7;
        text-transform: uppercase;
        text-decoration: none;
        }

#menu a:hover {
        color: #F7EB8C;
        color: #6BB239;
        }

        /*---------------------------------*/

#content {
        /*margin-right: 20em;*/
        width: 45em;
        max-width: 100%;
        font-family: Tahoma, sans-serif;
        float: left;
        }

#content h1 {
        margin-top: 0;
        margin-left: -50px;
        padding-top: 1.2em;
        padding-left: 50px;
        /*background: url(img/arrow_magenta.gif) no-repeat left;*/
        font-family: Georgia, serif;
        font-size: x-large;
        color: #184037;
        text-transform: uppercase;
        }

#content h2 {
        margin-top: 1.2em;
        margin-left: -50px;
        padding-left: 50px;
        /*background: url(img/arrow_yellow.gif) no-repeat left;*/
        font-family: Georgia, serif;
        font-size: large;
        color: #6D3A78;
        color: #6B96A5;
        text-transform: uppercase;
        }

#content h4 {
        font-size: small;
        font-weight: bold;
        text-transform: uppercase;
        }

#content #brad_crumbs {
        padding-top: 0.5em;
        font-size: x-small;
        text-transform: lowercase;
        }

#content .announce, #content .go_off {
        padding-bottom: 1em;
        font-family: Tahoma, sans-serif;
        color: #333;
        font-size: small;
        background: url(img/bg_line.gif) repeat-x bottom;
        }

#content .date {
        margin-bottom: -0.5em;
        display: block;
        font-family: Georgia, serif;
        color: #44773E;
        font-weight: normal;
        }

#content .go_off .date {
        color: #666;
        }

#content .announce a.title, #content .go_off a.title {
        color: #000;
        font-size: x-large;
        font-weight: normal;
        text-decoration: none;
        }

#content .go_off a.title {
        color: #333;
        font-size: medium;
        }

#content .announce a.title:hover, #content .go_off a.title:hover {
        color: #193B48;
        text-decoration: underline;
        }

#content .place {
        display: block;
        margin-top: 10px;
        padding: 5px;
        background: #F7F7F7;
        color: #000;
        font-size: small;
        }

#content .place {
        background: #F7F7F7 url(img/bg_address.gif);
        }

#content .line {
        margin-top: 20px;
        height: 1px;
        border: #44783A 1px dotted;
        border-width: 1px 0;
        line-height: 1px;
        }

#content p, #content li {
        font-size: small;
        text-align: justify;
        }

#content li {
        margin-bottom: 0.5em;
        }

#content .comm {
        font-size: x-small;
        }

#content .error {
        color: red;
        }

#content .info {
        margin-top: 2em;
        padding: 0 1em;
        border: 1px #184131 dotted;
        }

#content .info h4 {
        margin: 0.4em 0;
        }

/*---------------------------------*/

#sidebar {
        display: block;
        margin-top: 3em;
        padding: 0 0 0 1em;
        width: 20em;
        background: #fff;
        border-left: #427939 1px dotted;
        font-family: Tahoma, sans-serif;
        font-size: small;
        float: right;
        }

/*---------------------------------*/

#footer, #menucopy {
        padding-top: 1em;
        border-top: 1px #000 solid;
        color: #184037;
        font-family: Tahoma, sans-serif;
        font-size: x-small;
        text-align: right;
        }

#menucopy {
        padding: 4em 0 2em 0;
        border: 0;
        text-align: center;
        clear: both;
        }

#footer a, #menucopy a {
        color: #0E373B;
        text-decoration: underline;
        }

#footer a:hover, #menucopy a:hover {
        color: #000;
        text-decoration: none;
        }

#counters {
        width: 30em;
        text-align: left;
        float: left;
        }
