
#master_container
{
    background-color: white;
}

#below_container
{
    border: 1px solid #a8b0b7;
    float: left;
    width: 100%;
    margin-top: 10px;
}

#box_header
{
    background-image: url(../images/heading_gradient.gif);
    background-repeat: repeat-x;
    height: 30px;
    padding: 10px 10px 0px 10px;
}

#below_container_content
{
    padding: 10px;
}
