@charset "UTF-8";
/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.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;
	text-align: center;
}
.rbroundbox { width: 900px; margin: 1em auto; }

#liquid-round {
      width:400px;
      margin:0px auto;
      background:#fff url(../campusmap/corners/leftside.gif) repeat-y left top;
      }


.top {
   
      width:100%;
      height:20px;
      background:url(../campusmap/corners/top.gif) no-repeat left top;
      }
.top span {
      display:block;
      position:relative;
      height:20px;
      background:url(../campusmap/corners/top-right.gif) no-repeat right top;
      }

.center-content {
      position:relative;
      background:url(../campusmap/corners/rightside.gif) repeat-y right top;
      margin:-1px 0 -50px 0;
      }


.bottom {
      height:60px;
      background:url(../campusmap/corners/bottom.gif) no-repeat left bottom;
      }

.bottom span {
      display:block;
      position:relative;
      height:60px;
      background:url(../campusmap/corners/bottom-right.gif) no-repeat right top;
      }


strong {
	color: #003d7e;
}
