/* CSS Document */

/* 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 {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; text-align: right; }
.centroundbox {
	width: 100%;
	margin: 1em auto;
	text-align: center;
	line-height: 20px;
}
.centroundbox { background: url(images/nt.gif) repeat; }
div.boxholder{
	width: 100%;
}
div.box-big{ 
border: 2px solid #999;
float: left;
width: 98%;
margin: 5px;
text-align: left;
background-color: #678094;
}
div.box{ 
border: 2px solid #999;
float: left;
width: 46%;
margin: 5px;
text-align: left;
background-color: #678094;
}
div.boxr{ 
border: 2px solid #999;
float: right;
width: 46%;
margin: 5px;
text-align: left;
background-color: #678094;
}
span.head{
background-color: #544C49;
padding: 5px;
color: White;
display: block;
text-align:left;
font-size: 1em;
}
span.content{
 padding-left: 5px;
 padding-right: 5px;
text-align:left;
font-size: 0.8em;
margin-left: 5px;
margin-right: 5px;
}
div.content{
text-align:left;
font-size: 1em;
}

