/* CSS Document */

.rbroundbox { background: url(/images/roundbox/nt-orange.gif) repeat; }
.rbtop div { background: url(/images/roundbox/tl-orange.gif) no-repeat top left; }
.rbtop { background: url(/images/roundbox/tr-orange.gif) no-repeat top right; }
.rbbot div { background: url(/images/roundbox/bl-orange.gif) no-repeat bottom left; }
.rbbot { background: url(/images/roundbox/br-orange.gif) no-repeat bottom right; clear:both }

/* 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: 50%; margin: 1em auto; }
