﻿/* Quick Links */
.OBH_quicklinks
{
    background-color: #d5d5c9;
    padding: 4px 4px 4px 30px;
}

.OBH_quicklinks a, .OBH_quicklinks a:hover .OBH_quicklinks
{
    color: #9d9c80;
    font-size: 0.8em;
}

/* content cells */
.OBH_content
{
    height: 310px;
    background-color: #d5d5c9;
    color: #9d9c80;
    border-bottom: white 2px solid;
}

.OBH_content .right
{
    color: #d5d5c9;
    background-color: #acac94;
    padding: 3px 3px 3px 3px;
}

.OBH_content .right .bottom, .OBH_content .left .top
{
    vertical-align: top;
}

.OBH_content .left
{
    width: 353px;
    padding: 0px 2px 4px 0px;
}

.OBH_content .top
{
    height: 50px;
}

.OBH_content .bottom
{
    height: 260px;
    vertical-align: top;
}

/* footer */
.OBH_footer
{
    font-size: 0.8em;
    color: #d5d5c9;
    background-color: #9d9c80;
    padding: 2px 2px 2px 4px;
    border-top: #b9b8a4 2px solid;
}

.OBH_footer a, .OBH_footer a:visited
{
    font-size: 0.9em;
    color: #c7c5b8;
}