html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: Trebuchet, Arial, Verdana;
    color: #FFFFFF;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 120px 0;
    background: #030507;
    _background-image: url('/images/footer.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
}

h1 {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 532px;
    top: 10px;
}

h1 a {
    background-color: transparent;
    display: block;
    width: 392px;
    height: 104px;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFFFFF;
    font-size: 0.5em;
    text-decoration: none;
    text-align: center;
}

h1 span {
    width: 392px;
    height: 104px;
    background: url('/images/logo.jpg') 0 0 no-repeat;
    cursor: pointer;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

h2 {
    color: #826297;
    font-size: 1.4em;
    font-family: Times new roman;
    margin: 0 0 5px 0;
    padding: 0;
}

h3 {
    color: #826297;
    font-size: 1.2em;
    font-family: Times new roman;
    margin: 0 0 5px 0;
    padding: 0;
}

ol {
    color: #FFFFFF;
    font-size: 0.7em;
    float: left;
}

p {
    color: #FFFFFF;
    font-size: 0.7em;
}

p span.date {
    font-weight: bold;
    display: block;
}

p.cont {
    width: 350px;
    float: left;
}

p.cont strong {
    font-size: 1.2em;
    display: block;
}

p.spacing {
    line-height: 2em;
}

p.error, span.error {
    font-weight: bold;
    color: #FF0000;
}

a, a:active, a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

hr {
    clear: left;
    color: #826297;
}

img {
    border: 0px;
}

a img.border {
    border: 1px solid #826297;
    margin: 2px 0 2px 0;
}

ul#menu {
    position: absolute;
    left: 240px;
    top: 120px;
    width: 700px;
    height: 41px;
    padding: 0;
    margin: 0;
}

ul#menu li {
    float: left;
    width: auto;
    height: 41px;
    position: relative;
    list-style-type: none;
    margin: 0;
}

ul#menu li.active {
    background-color: #40314B;
}

ul#menu li a {
    display: block;
    position: relative;
    left: 0;
    top: 25%;
    padding: 0 12px 0 12px;
    color: #FFFFFF;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}

div#content {
    float: left;
    width: 1005px;
    height: auto;
    background: transparent url('/images/background.jpg') 0 0 no-repeat;
    padding-bottom: 100px;
}

div#contentSide{
    float: left;
    display: block;
    width: 200px;
    height: 500px;
    background: url('/images/background-side.jpg') 0 0 no-repeat;
    margin: 200px 0;
}

div#contentLeft {
    float: left;
    display: block;
    width: 450px;
    height: auto;
    margin: 200px 10px -100px 0;
}

div#contentLeft ul li {
    font-size: 0.7em;
}

div#contentRight {
    float: left;
    display: block;
    width: 270px;
    height: auto;
    margin: 200px 0 0 0;
}

div#contentRight p {
    width: 270px;
    text-align: justify;
}

div#contentRight img {
    margin-top: 80px;
}

div#contentFull {
    float: left;
    display: block;
    width: 730px;
    height: 750px;
    margin: 200px 0 0 0;
}

div.divider1 {
    display: block;
    width: 273px;
    height: 15px;
    background: url('/images/divider1.gif') 0 0 no-repeat;
}

div.divider2 {
    display: block;
    width: 273px;
    height: 15px;
    background: url('/images/divider2.gif') 0 0 no-repeat;
}

div.cleaner {
    width: 100%;
    clear: both;
}

div#band {
    display: block;
    font-size: 0.7em;
    margin-left: 80px;
}

div#band div {
    float: left;
    display: inline;
    text-align: center;
    margin-left: 25px;
}

input, textarea {
    border: 0;
    font-family: Trebuchet, Arial, Verdana;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
    margin: 0;
}

div#footer {
    float: left;
    display: block;
    width: 730px;
    margin: 0;
    padding: 4px 0 4px 200px;
    font-size: 0.7em;
    border-top: 2px solid #40314B;
}