body
{
    margin: auto;
    padding: 0;
    background: #F4F9D9 url(images/bg.png) repeat-x;
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    z-index:1;
}
h1
{
    font-size: 30px;
    font-family: Tahoma;
    color: #0F9CBB;
    font-weight: normal;
}
h2
{
    font-size: 25px;
    font-family: Tahoma;
    color: #333333;
    font-weight: normal;
}
h3
{
    font-size: 20px;
    font-family: Tahoma;
    color: #333333;
    font-weight: normal;
}
a
{
    color:#0F9CBB;
    text-decoration:none;
}
a:hover
{
    color:#0F9CBB;
    text-decoration:underline;
}
.button
{
    background-color:#0E8FAB;
    color:White;
}
.top,
.topmenu,
.content_left,
.topbanner,
.bottom
{
    display:none;
    margin:0;
    padding:0;
}
.content
{
        margin:0;
        float:left;
    padding:0;
}
.content_right
{
    margin:auto;
    text-align:left;
    margin:0;
    float:left;
    width:650px;
    padding:0;
}



