@charset "utf-8";
/* CSS Document */

.conWithBorders {
	padding:			0px;
	margin:				0px 0px 20px 0px;

	background-image:	url('../images/bg_btmRHS.gif');
	background-position:bottom right;
	background-repeat:	no-repeat;	
}

.conWithBorders .conHead {
	background-image:	url('../images/bg_topRHS.gif');
	background-position:top right;
	background-repeat:	no-repeat;	
}

.conWithBorders .conHead h2 {
	margin:				0px;
	padding:			3px 8px 17px 9px;
	
	background-image:	url('../images/bg_topLHS.gif');
	background-position:top left;
	background-repeat:	no-repeat;	
}

.conWithBorders .conBody {
	margin:				0px;
	padding:			0px 8px 10px 9px;

	background-image:	url('../images/bg_btmLHS.gif');
	background-position:bottom left;
	background-repeat:	no-repeat;	
}
