﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #585858;
    background-color: #ffffff;
    margin: 10px 10px 10px 10px;
    height: 100%;
    background-image: url(../images/bg_main.gif);
}
a
{
    color: #3C5A50;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}

/* layout */
#container
{
    width: 800px;
    height: inherit;
    left: 50%;
    margin-left: -400px; /* half the width of the div */
    margin: 10px auto;
    background-color: #ffffff;
    height: 100%;
    border: solid 8px #ffffff;
}

.content
{
    background-color: #ffffff;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.text-content
{
    width: 480px;
    float: left;
}
.flash-holder
{
    width: 280px;
    float: right;
    background-image: url(../images/bg_main_p.gif);
    padding: 15px 15px 15px 15px;
    margin-top: 35px;
}

#main-menu
{
    background-image: url(../images/bg_main_p.gif);
    padding: 5px 5px 5px 5px;
}
#main-menu a
{
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    background-color: #ffffff;
}

.ad-login
{
    width: 92%;
    background-image: url(../images/bg_main_p.gif);
    padding: 15px 15px 15px 15px;
}
.ad-login div
{
    background-color: #ffffff;
    padding: 4px 4px 4px 4px;
}

.padit5
{
    padding: 5px 5px 5px 5px;
}

/* footer */
#footer
{
    clear: both;
    width: 100%;
    font-size: 10px;
    color: #989898;
    text-align: left;
    background-color: #ffffff;
    border-top: solid 1px #989898;
}

#wow-footer
{
    width: 290px;
    height: inherit;
    left: 50%;
    margin-left: -145px; /* half the width of the div */
    margin: 10px auto;
    font-size: 10px;
    color: #989898;
    text-align: left;
    background-color: #ffffff;
    padding: 4px 4px 4px 4px;
    text-align: center;
}

.strap
{
    font-size: 12px;
    font-weight: bold;
    color: #993bb1;
    line-height: 1.5em;
}
