﻿.left-column
{
    background: White none repeat scroll 0% 50%;
    border-right: 1px solid gray;
    height: 238px;
    width: 208px;
    float: left;
}
.left-column-header
{
    background-image: url(images/fade_medium.gif);
    background-repeat: repeat-x;
    padding: 8px 0 10px 5px;
    width: 203px;
}
.left-column-content
{
    background-color: white;
    background-image: url(images/fade_white.gif);
    background-repeat: repeat-x; /*    font-size: 10px;*/
    width: 198px;
    padding: 5px;
}

#image-container div
{
    margin: 0;
}
#market-focused-business-container
{
    clear:both;
}
#market-focused-business-header
{
    background-image: url(images/fade_medium.gif); /*height: 34px;*/
    padding: 8px 0 10px 5px;
    width: 770px;
}
#market-focused-business-content
{
    width: 770px;
    background-image: url(images/fade_white.gif);
    background-repeat: repeat-x;
    background-color: white;
    padding-left: 5px;
}
#market-focused-business-content table
{
    width: 770px;
}
#market-focused-business-content img
{
    float: left;
    margin-right: 4px;
    border: solid 1px black;
}
#market-focused-business-content div
{
    text-align: left;
    height: 66px;
}
#market-focused-business-content td
{
    /*float: left;*/
    background-repeat: no-repeat;
    background-position: center;
    font-size: 10px;
    padding: 5px 4px 5px 4px;
    margin: 0 0 0 0;
    width: 180px;
    height: 404px;
    text-align: left;
}
#market-focused-business-content .dotted
{
    border-right: gray 1px dotted;
}
