﻿div.rounded {
	margin: 8px auto;
	margin clear: both;
	max-width: 2400px;
	background-color: #FFFFFF;
}

div.rounded div.top {
    background:url(../img/tl.gif) no-repeat left bottom;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(../img/tr.gif) no-repeat right bottom;
    height:14px;
    margin-left:14px;
}

div.rounded div.middle {
    background:url(../img/l.gif) repeat-y left;
    clear:both;
    width:100%;
}

div.rounded div.middle div.right {
    background:url(../img/r.gif) repeat-y right;
    margin-left:14px;
}

div.rounded div.middle div.right div.content {
    background:url(../img/bg.gif) repeat top left;
    margin-right:14px;
}

div.rounded div.bottom {
    background:url(../img/bl.gif) no-repeat left top;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(../img/br.gif) no-repeat right top;
    height:14px;
    margin-left:14px;
}