/* CSS Document */
/* START - first example */

 /* set millions of background images */
.rbroundbox {
	background: url(/corners/c00.gif) repeat;
	
}

.rbtop div  { background: url(/corners/c11.gif) no-repeat top left; }
.rbtop      { background: url(/corners/c12.gif) no-repeat top right; }
.rbbot div  { background: url(/corners/c21.gif) no-repeat bottom left; }
.rbbot      { background: url(/corners/c22.gif) no-repeat bottom right; }

 /* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent  { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }


.rbroundbox1 {
	background: url(/corners/dark/c00.gif) repeat;
	
}

.rbtop1 div  { background: url(/corners/dark/c11.gif) no-repeat top left; }
.rbtop1      { background: url(/corners/dark/c12.gif) no-repeat top right; }
.rbbot1 div  { background: url(/corners/dark/c21.gif) no-repeat bottom left; }
.rbbot1      { background: url(/corners/dark/c22.gif) no-repeat bottom right; }

 /* height and width stuff, width not really nessisary. */
.rbtop1 div, .rbtop1, .rbbot1 div, .rbbot1 {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent1  { margin: 0 7px; }
.rbroundbox1 { width: 100%; margin: 1em auto; }

/*  END  - first example */
