/* -------------------- full-rounded.css lastmod 03-09 --------------------*/
/* include this **only** on pages that utilize the full page width rounded
corners with the white background. */


/* watch out, may need to remove 100% for IE --*/
.full-rounded { 
	float:left; 
	margin:0 auto 18px auto;  
	width: 100%; 
	padding: 0; 
	background: #ffffff url(/images/full-rounded-left.gif) top left repeat-y; 
}
.full-rounded-inner { 
	margin:0; 
	padding: 0; 
	background: transparent url(/images/full-rounded-right.gif) top right repeat-y; 
}
.full-rounded-content { margin: 0 16px 0 16px; padding: 12px 24px 12px 24px; }
.fr-top,
.fr-bot	{ height: 37px; float: left; margin:0; padding:0; }
.fr-top	{ width: 100%; background: #FEDA6C url(/images/full-rounded-top.gif) top left repeat-x; }
.fr-bot	{ width: 100%; background: #FEDA6C url(/images/full-rounded-bot.gif) bottom left repeat-x; }
.fr-tl,
.fr-tr,
.fr-bl,
.fr-br	{ 
	height: 37px; 
	width: 37px; 
	font-size: 2px; 
	margin:0; 
	padding:0; 
	background:url(/images/full-page-corner.gif); 
}
.fr-tl	{ float: left; background-position: 0 0;  }
.fr-tr	{ float: right; background-position: 37px 0;  }
.fr-bl	{ float: left; background-position: 0 -37px; }
.fr-br	{ float: right; background-position: -37px -37px; }