body {
   font-family: Arial, Helvetica, sans-serif;
   background-color: #eef0ed;
   color: #ffffff;
}
a:link { 
	color: #ffffff;
	text-decoration: none;
	}
a:visited { 
	color: #ffffff;
	text-decoration: none;
	}
a:hover { 
	color: #FFFF00;
	text-decoration: underline;
	}
a:active { 
	color: #FFFF00;
	text-decoration: underline;
	}

table { font-family: Arial, Helvetica, sans-serif; }
td { font-family: Arial, Helvetica, sans-serif; }
tr { font-family: Arial, Helvetica, sans-serif; }
tt { font-family: Arial, Helvetica, sans-serif; }

 /* set millions of background images */
.rbroundbox { background: url(/CSS/b00.gif) repeat; }
.rbtop div  { background: url(/CSS/b11.gif) no-repeat top left; }
.rbtop      { background: url(/CSS/b12.gif) no-repeat top right; }
.rbbot div  { background: url(/CSS/b21.gif) no-repeat bottom left; }
.rbbot      { background: url(/CSS/b22.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: 90%; margin: 1em auto; }

#gimp {
   position: relative;
   display: inline;
   float: right;
   top:20px;
   right:0px;
}
#css {
   position: relative;
   display: inline;
   float: right;
   top:25px;
   right:-5px;
}
#xhtml {
   position: relative;
   display: inline;
   float: right;
   top:25px;
   right:-7px;
}
