 /* set background images for corners */
 
.rbroundbox { background: url(images/corner_background.gif) repeat; }
.rbtop div  { background: url(images/corner_top_left.gif) no-repeat top left; }
.rbtop      { background: url(images/corner_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(images/corner_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(images/corner_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
 
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbcontent p {line-height: 18px;}
.rbcontent h2 { font-size: 1.5em; font-style: italic; padding-bottom: 5px; display: block;	}
.rbroundbox { width: 24em; margin: auto; }

.intro p { line-height: 2px; font-size:18px; color:yellow;  }
.intro { padding:10px;  padding-bottom:5px;}
.about p {   font-size:18px; text-align: center; color:white; font-weight: bold; }
.about { padding-top:-5px; }
.register {text-align: center; font-size: 18px; font-weight: bold; text-decoration: underline; color:#333333;}
.register a:link { color:#333333;}
.register a:hover { color:#003366;}