

#maincallouttext {
    width: 540px;
    float: left;
}

#maincalloutimg {
    float: right;
    border: 1px solid #c1c1c1;
    background: #dfdfdf;
    padding: 3px;
}

#smallcallouttop {
    line-height: 0px;
    font-size: 0px;
    height: 10px;
    background: url(images/callouttop.png);
}
#smallcalloutbottom {
    line-height: 0px;
    font-size: 0px;
    height: 4px;
    background: url(images/calloutbottom.png);
}
#smallcalloutmiddle {
    background: url(images/calloutmiddle.png);
}

.smallcallout {
    width: 280px;
    margin-left: 30px;
    margin-right: 10px;
    float: left;
}

.firstcallout {
    margin-left: 10px;
}

.smallcallout img {
    border: 1px solid #c1c1c1;
}


