﻿#wrapper
{
    background-position: 0 0;
    background: transparent url('../images/bfad_background.gif') repeat-y scroll 0 0;
    margin: 0 auto;
    width: 930px;
    z-index: 0;
    padding: 0px;
    float: left;
}
#top
{
    background: url('../images/bfad_top.gif') no-repeat;
    width: 930px;
    height: 25px;
    z-index: 0;
    float: left;
}
#bottom
{
    background: url('../images/bfad_bottom.gif') no-repeat;
    width: 930px;
    height: 25px;
    float: left;
}
#content
{
    margin-left: 25px;
    margin-right: 25px;
    height: 100%;
    float: left;
    width: 870px;
    background-image: url('../images/watermark.png');
    background-repeat: no-repeat;
}
body
{
    background-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 22px;
}
#left_column
{
    width: 100px;
    float: left;
}
#right_column
{
    float: left;
    padding-right: 10px;
    width: 750px;
}

h1
{
    font-family: "Arial Black";
    font-size: 24px;
    font-weight: bold;
}

h2
{
    font-size: 16px;
    font-weight: bold;
}

h3
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px;
}
