﻿div.rounded {
    clear:both;
    max-width:2400px;
    margin:5px auto;
    width:100%;
}

div.rounded div.top {
    background:url(../img/contentbg/tl.png) bottom left no-repeat;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(../img/contentbg/tr.png) bottom right no-repeat;
    height:35px;
    margin-left:35px;
}

div.rounded div.middle {
    background:url(../img/contentbg/l.png) left repeat-y;
    clear:both;
    width:100%;
}

div.rounded div.middle div.right {
    background:url(../img/contentbg/r.png) right repeat-y;
    margin-left:5px;
}

div.contentsha {
    background: #fff;
    margin-right:5px;
    padding:0px 7px;
    text-align:justify;
}

div.rounded div.middle div.right div.contentsha p {
    margin:0px;
    padding-top:15px;
}

div.rounded div.middle div.right div.contentsha h2 {
    color:#0f2;
    font-size:1.75em;
    font-weight:bold;
    margin:0px;
    padding:7px 0px;
}

div.rounded div.bottom {
    background:url(../img/contentbg/bl.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(../img/contentbg/br.png) no-repeat top right;
    height:35px;
    margin-left:35px;
}