div.rounded {
	background-color:#edead4;
    clear:both;
    max-width:2400px;
    width:100%;
}

div.rounded div.top {
    background:url(/images/t.gif) repeat-x bottom;
    padding:0px;
    width:100%;
}

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

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

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

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

div.rounded div.middle div.right div.content {
    margin:0px;
    padding:0 15px;
}

div.rounded div.middle div.right div.content p {
    margin:0px;
    padding:15px;
}

div.rounded div.middle div.right div.content a {
	color: #577b95;
}

div.rounded div.middle div.right div.content h2 {
    color:#0f2;
    font-size:1.75em;
    font-weight:bold;
    margin:0px;
    padding:7px;
}

div.rounded div.bottom {
    background:url(/images/b.gif) repeat-x top;
    clear:both;
    padding:0px;
    width:100%;
}

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

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