div.rounded {
    clear:both;
    max-width:2400px;
    margin:15px auto;
    width:830px;
}

div.rounded div.top {
    background:url(img/tl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(img/tr.png) no-repeat bottom right;
    height:22px;
    margin-left:22px;
}

div.rounded div.middle {
    background:url(img/ml.png) repeat-y left;
    clear:both;
    width:100%;
}

div.rounded div.middle div.right {
    background:url(img/mr.png) repeat-y right;
    margin-left:5px;
}

div.rounded div.middle div.right div.content {
    background:white;
    font-size:1.0em;
    line-height:1.3em;
    margin-right:5px;
    padding:15px;
    text-align:left;
}

div.rounded div.bottom {
    background:url(img/bl.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(img/br.png) no-repeat top right;
    height:33px;
    margin-left:25px;
}

