body { }

div.rounded { clear: both; max-width: 2400px; }

div.rounded div.bottom-outer {
/*	background: url(../Images/bl.gif) no-repeat left top;*/
	clear: both;
	padding: 0px;
	width: 100%;
}

div.rounded div.bottom-outer div.bottom-inner {
/*	background: url(../Images/br.gif) no-repeat right top;*/
	margin-left: 12px;
}

div.rounded div.mid-outer {
	/*background: url(../Images/bg.gif) repeat-y;*/
	clear: both;
	width: 100%;
}

div.rounded div.mid-outer div.mid-inner { /*background: url(../Images/bg.gif) repeat-y;*/ }

div.rounded div.mid-outer div.mid-inner div.mid { /*background: url(../Images/bg.gif) repeat;*/ }

div.rounded div.top-outer {
/*	background: url(../Images/tl.gif) no-repeat left bottom;*/
	padding: 0px;
	width: 100%;
}

div.rounded div.top-outer div.top-inner {
/*	background: url(../Images/tr.gif) no-repeat right bottom;*/
	margin-left: 12px;
}

div.rounded div.top-outer div.top-inner div.top, div.rounded div.bottom-outer div.bottom-inner div.bottom {
/*	background: url(../Images/bg.gif) repeat;*/
	font-size: .01em;
	height: 12px;
	margin-right: 12px;
}
