﻿div.rounded {
    clear:both;
    max-width:1024px;
    margin:5px auto;
}
div.rounded div.top {
    background:url(../images/tl.jpg) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(../images/tr.jpg) no-repeat bottom right;
    height:12px;
    margin-left:12px;
}

div.rounded div.middle {
    background:url(../images/l.jpg) repeat-y left;
    clear:both;
    width:100%;
}

div.rounded div.middle div.right {
    background:url(../images/r.jpg) repeat-y right;
    margin-left:12px;
}

div.rounded div.middle div.right div.content {
    background:url(../images/bg.jpg) repeat top left;
    color:#fff;
    /*font-family:"Trebuchet MS", Calibri, Tahoma, sans-serif;*/
    /*font-family: Calibri, "Trebuchet MS", Helvetica, sans-serif;*/
    font-family:  Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.3em;
    margin-right:12px;
    padding:0px 7px;
    text-align:justify;
}

div.rounded div.middle div.right div.content p {
    margin:0px;
    padding-top:15px;
}

div.rounded div.middle div.right div.content h2 {
    color:#0f2;
    font-size:1.75em;
    font-weight:bold;
    margin:0px;
    padding:7px 0px;
}

div.rounded div.bottom {
    background:url(../images/bl.jpg) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(../images/br.jpg) no-repeat top right;
    height:12px;
    margin-left:12px;
}