

/* set millions of background images */
.rbroundbox 
{ 
	background: url(images/nt.gif) repeat;
}
.rbtop div 
{ 
	background: url(images/tl.gif) no-repeat top left; 
}
.rbtop 
{ 
	background: url(images/tr.gif) no-repeat top right; 
}
.rbbot div 
{ 
	background: url(images/bl.gif) no-repeat bottom left; 
}
.rbbot 
{ 
	background: url(images/br.gif) no-repeat bottom right; 
	
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot 
{
	height: 7px;
	font-size: 1px;
	position: relative;
	z-index: 1;
}


.rbcontent 
{
	/*height: 1em;*/ 
	margin: 0 7px;
	margin-top: -4px;
        margin-right: -8px;
	/*margin-bottom: -13px;*/
	position: relative;
	z-index: 1;
	width: 85em;
}

html>body .rbcontent
{
  padding-left: 5%;
  padding-right: 5%;
  width: 75%;
  min-width: 85em;
}


.rbroundbox 
{ 
	margin: 1em auto;
	position: relative;
	z-index: 1;
	width: 85em;
}

html>body .rbroundbox
{
     margin: 1em auto;
     width: 76%;
     min-width: 85em;
}