* {
 padding: 0;
 margin: 0;
}
body {
 background-color: #353C1B;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bolder;
 color: #F7CC70;
}
#wrapper {
 width: 780px;
 margin: 0 auto;
}

#navbar{
 text-align:center;
 width:99%;
 background: #353C1B;
 color:#fff;
 margin:0;
 padding: 10px 0 10px 0;
 border-bottom: solid 0px #404040;
}

#navbar ul{
 padding:0;
 margin:0;
 list-style-type: none;
}

#navbar li{
 padding:0;
 margin:0;
 display:inline;
 list-style-type: none;
}

#navbar a, #navbar a:visited{
 margin:0 0 0 -6px;
 text-align:center;
 text-decoration:none;
 padding: 10px 18px 10px 18px;
 color:#F7CC70;
 border-left:1px solid #879C51;
 background:#353C1B;
}

#navbar a:hover{
 color:#353C1B;
 background:#F7CC70;
 border-bottom: 0px;
}

#navbar a.last{
border-right:1px solid #879C51;
}

#header {
 border: 0px;
 margin: 5px 5px 0px 5px;
 height: 107px;
 padding: 0px;
 background-color: #879C51;
}
#centercolumn { /* Parent Wrapper for inside boxes */
 background-color: #F7CC70;
 color: #353C1B;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bolder;
 border: 1px solid #879C51;
 margin: 0px 0px 0px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 97.4%;
 float: left;
 min-height: 300px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */

img.right {
float:right;
margin-left:5px;
border:1px solid #879C51;
padding:5px;
}

img.left {
float:left;
margin-right:5px;
border:1px solid #879C51;
padding:5px;
}
/* set millions of background images */
.rbroundbox { float:right;
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;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #F7CC70;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 20%; margin: 1em auto;
 }

a.links {color: #F7CC70;
text-align:center;
text-decoration:none;}


#footer {
 background-color: #879C51;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #F7CC70;
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
}