@charset "utf-8";
/* BEGIN rcb styles */
/* 				
				<div class="rcb">
					<div class="rcb_top"><div></div></div>
					<div class="rcb_content">
						<p>CONTENT HERE</p>
					</div>
					<div class="rcb_bot"><div></div></div>
				</div>
*/

.rcb 										{ background: url(../images/rcb_tl.png) left top no-repeat; }
.rcb_top								{	background: url(../images/rcb_tr.png) right top no-repeat; }
.rcb_bot								{	background: url(../images/rcb_bl.png) left bottom no-repeat; }
.rcb_bot div 						{ background: url(../images/rcb_br.png) right bottom no-repeat; }
.rcb_content						{ background: url(../images/rcb_r.png) right top repeat-y; }

.rcb_top div,
.rcb_top,
.rcb_bot div,
.rcb_bot								{ width: 100%; 
													height: 25px; 
													font-size: 1px; }

.rcb_content,
.rcb_bot								{ margin-top: -10px; }

.rcb_content						{ padding: 0 10px; }

div.rcb h2							{ font-size: 133%; 									/* 133% 	* 12px default for parent body element = 16px */
													line-height: 1.3em;								
													margin-top: 0em;									/* heading element needs margin-top: 0 or gap in right side outline will result */
													margin-bottom: .4em; }						/* .4	* 16px = 6px */


div.rcb p								{ font-size: .9166666em; 						/* .91666		* 12px default for parent body element = 11px */
													line-height: 1.63636em;						/* 1.63636	* 11px = 18px */
													margin-top: .18181em;							/* .18181		* 11px = 2px */
													margin-bottom: .45454em; }				/* .45454		* 11px = 5px */

/* END rcb styles */
