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



#mainImageLeft {
    background-color:white;
    float: left;
    width: 183px;
    height: 342px;
}
#mainImageLeftUpper{
    width: 183px;
    height: 215px;
    margin-bottom: 1px;
    background-color:gray;
}
#mainImageLeftUpper img{
    width: 183px;
    height: 215px;
}
#mainImageLeftLower{
    width: 183px;
    height: 126px;
    background-color:gray;
}
#mainImageLeftLower img{
    width: 183px;
    height: 126px;
}

#mainImageRight{
    background-image: url(../../img/menu_main.jpg);
    background-color:#afa975;
    float: right;
    margin: 0 0 0 1px;
    width: 616px;
    height: 342px;
}


