#maintop {
    
    width: 780px;
    height: 265px;
    
}

#maintopleft {
 
    float: left;
    width: 374px;
    height: 265px;
    background-image: url(/images/top_left.jpg);
    background-repeat: no-repeat;
    border-right: solid 1px #FFFFFF;   
}

#maintopcenter {
 
    float: left;
    width: 134px;
    height: 265px;
    background-image: url(/images/top_middle.jpg);
    background-repeat: no-repeat;
}

#maintopright {
 
    float: left;
    width: 271px;
    height: 265px;
    background-image: url(/images/top_right.jpg);
    background-repeat: no-repeat;
}

#divider {

    width: 780px;
    height: 14px; 
    
}

#dividerinner {
 
    margin-left: 23px;
    width: 734px;
    height: 4px;
    background-color: #FFFFFF;
}

#mainbottom {
    
    width: 780px;
    height: 174px;
}

#mainbottomleft {
    
    float: left;
    width: 227px;
    height: 174px;
    background-image: url(/images/bottom_left.jpg);
    background-repeat: no-repeat;
}

#mainbottommiddle1 {
    
    float: left;
    width: 148px;
    height: 174px;
    background-image: url(/images/bottom_middle1.jpg);
    background-repeat: no-repeat;
}

#mainbottommiddle2 {
    
    float: left;
    width: 133px;
    height: 174px;
    background-image: url(/images/bottom_middle2.jpg);
    background-repeat: no-repeat; 
}

#mainbottommiddle3 {
    
    
    float: left;
    width: 95px;
    height: 174px;
    background-image: url(/images/bottom_middle3.jpg);
    background-repeat: no-repeat;
}

#mainbottomright {
    
    float: left;
    width: 177px;
    height: 174px;
    background-image: url(/images/bottom_right.jpg);
    background-repeat: no-repeat;
}
