div.RoundBox {
	clear:both;
	background: url(../images/top_left1.gif) top left no-repeat;
	padding: 0;
 }

div.RoundBoxHeader {
	background: url(../images/top_right1.gif) top right no-repeat;
	padding-top: 10px;
}

div.big {
	width: 600px;
}

div.small{
	width:90%;
}

div.RoundBoxBody {
	background: url(../images/middle_right1.gif) top right repeat-y;
	margin:0px;
	padding-left:7px;
	padding-top: 2px;
	padding-right:7px;
	padding-bottom:0px;
}

div.RoundBoxFooter {
	background: url(../images/bottom_left1.gif) bottom left no-repeat;
	
} 
div.RoundBoxFooter p {
	background: url(../images/bottom_right1.gif) bottom right no-repeat;
	display:block;
	padding: 8px;
	margin:-24px 0px 0px 0; 
}