body {
	background: #FFFFDF;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	height:100%;
	margin: 0;
   padding: 0;
}
#all {

}
#content {
	background-color: #FFFFDF;
	float: right;
	width: 730px;
	height: 100%;
	margin-right: 10px;
	font-family: serif;
	font-style: normal;
	color: #228B22;
	padding-left:20px;
}

/* set millions of background images */
.rbroundbox { background: url(../img/nt.gif) repeat; }
.rbtop div { background: url(../img/tl.gif) no-repeat top left; }
.rbtop { background: url(../img/tr.gif) no-repeat top right; }
.rbbot div { background: url(../img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../img/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; color: white;}
.rbroundbox { width: 600px; margin: 1em auto; }

a  {
	color: #228B22;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	display: block;
}
#menu {
	background-color: #228B22;
	float: left;
	width: 180px;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	color:white;
	position: absolute;
}
a.menu{
	display: block;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 3px;
	padding-left: 6px;
	border: 1px solid silver;
	margin-bottom: 3px;
	margin-top: 3px;
}
a.menu:link {
color : white;
}
a.menu:visited {
color : white;
}
a.menu:active {
color : white;
}
a.menu:hover {
color : #228B22;
text-decoration : underline;
background-color : white;
}
h1{
	color: #228B22;
	font-size: 22px;
}
h2{
	color: #228B22;
	font-size: 18px;
}