/* CSS Document */
/* adapted from http://www.redmelon.net/tstme/4corners/ */
.rbroundbox {width: 500px; margin: auto auto 10px auto; background: url(images/box_bkg.gif) repeat; }
.rbtop div  { background: url(images/box_topl.gif) no-repeat top left; }
.rbtop      { background: url(images/box_topr.gif) no-repeat top right; }
.rbbot div  { background: url(images/box_botl.gif) no-repeat bottom left; }
.rbbot      { background: url(images/box_botr.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 500px;
	height: 8px;
}
.rbcontent  { margin: 0 15px;
	line-height: 1.5em;
	}

.rbcontent h1 {
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	margin: 0 10px 0 0;
	float: left;
	/* line-height: 1em; */
}

.rbcontent em {
	font-size: 14px; font-weight: bold; color:#000000; clear: none; font-style:normal;
}



