
.chicagocontainer{
    background-color: #ffffff;
    background-image: url("images/mainback.gif");
    background-repeat: repeat-y;
    background-position: top;
    width:776px;
    height:685px;
    margin-left:auto;
    margin-right:auto;
    font-family:arial;
    font-size:12px;
    color:#ffffff;
    position:relative;
    top:10px;
    left:-8px;
}

.chicagositeHdr
{
    background-color: #cdced1;
    width:760px;
    height:48px;
    position:relative;
    left:8px;
    font-size:18px; 
}

.chicagosubContainer
{
    background-color: #fed6b3;
    background-image: url("images/subback.gif");
    background-repeat: repeat-y;
    background-position: top;
    width:750px;
    height:610px;
    position:relative;
    left:18px;

}

.chicagohomeHdr
{
    background-color:#666666;
    width:750px;
    height:40px;
    position:relative;
    font-size:16px;
}

.chicagoleftColumn
{
    float:left;
    position:relative;
    top:5px;
    width:140px;
    font-size:12px;
    margin:20px;
    line-height:16px;
}
.chicagorightColumn
{
    float:right;
    width:570px;
    position:relative;
    left:-1px;
}
.description
{
    position: absolute;
    top:64px;
    left:190px;
    font-size:9px;
    line-height:11px;
}   

.description a
{
    color:#ffffff;
}




