table.bottom {
  color: #FFFFFF;
  background: transparent;
}
div.rounded {
    clear:both;
    max-width:2400px;
    margin:5px auto;
    width:100%;
}

div.rounded div.top {
    background:url(images/tl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded div.top2 {
    background:url(images/tl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(images/tr.png) no-repeat bottom right;
    height:24px;
    margin-left:24px;
}

div.rounded div.top2 div.right2 {
    background:url(images/tr.png) no-repeat bottom right;
    height:24px;
    margin-left:24px;
}

div.rounded div.middle {
    background:url(images/l.png) repeat-y left;
    clear:both;
    width:100%;
}

div.rounded div.middle2 {
    background:url(images/l.png) repeat-y left;
    clear:both;
    width:100%;
}

div.rounded div.middle div.right {
    background:url(images/r.png) repeat-y right;
    margin-left:13px;
}

div.rounded div.middle2 div.right2 {
    background:url(images/r.png) repeat-y right;
    margin-left:13px;
}

div.rounded div.middle div.right div.content {
    background-image: url(images/bg_content.png);
    font-family:"Trebuchet MS", Calibri, Tahoma, sans-serif;
    font-size:1.0em;
    line-height:1.3em;
    margin-right:13px;
    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 {
    margin:0px;
    padding:7px 0px;
}

div.rounded div.bottom {
    background:url(images/bl.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(images/br.png) no-repeat top right;
    height:24px;
    margin-left:24px;
}
