#mainImage{
 position:relative; 
 height:342px; 
 background-color:white;
 width:800px;
}


#mainImageLeft {
    background-color:white;
    float: left;
    width: 183px;
    height: 342px;
}
#mainImageLeftUpper{
    width: 183px;
    height: 341px;
    background-image: url(../../img/tapete_bg.gif);
    margin-bottom: 1px;
    background-color:gray;
    /*padding-top: 55px;*/
}
#mainImageLeftUpper img{
    width: 183px;
    height: 341px;
}
#mainImageLeftUpper .bodytext{
    margin: 0;
    padding: 0 0 0 10px;
    color:#FFFFFF;
    font-family:Helvetica;
    font-size:9pt;
}


#mainImageLeftLower{
    height: 0;
}

#mainImageRight{
    background-color:#afa975;
    float: right;
    margin: 0 0 0 1px;
    width: 616px;
    height: 342px;
}
#mainImageRight .csc-textpic-imagewrap img{
    width: 616px;
    height: 342px;
}

