body {
   font-family: Arial, Helvetica, sans-serif;
   background-color: #eef0ed;
   color: #474747;
}

a:link {
        color: #000000;
        text-decoration: none;
        }
a:visited {
        color: #000000;
        text-decoration: none;
        }
a:hover {
        color: #000b9d;
        text-decoration: underline;
        }
a:active {
        color: #000b9d;
        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/c00.gif) repeat; }
.rbtop div  { background: url(/CSS/c11.gif) no-repeat top left; }
.rbtop      { background: url(/CSS/c12.gif) no-repeat top right; }
.rbbot div  { background: url(/CSS/c21.gif) no-repeat bottom left; }
.rbbot      { background: url(/CSS/c22.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; }
.source {
    border: solid #474747;
    font-family: courier, helvetica, sans-serif;
    font-size:x-small;
}

.lastModfied {
   position: relative;
   display: inline;
   float: right;
   top:25px;
   font-style: italic;
   right:-5px;
}
          
#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;
}


.with-background {
    background:  #c0c0c0;
}
h3.with-background:before {
    display: block;
    line-height: 0px;
    background: url(/CSS/left.gif) left no-repeat;
    /*content: url(/CSS/left.gif) left no-repeat;*/
    /* content: url(rs-topleft.png) */
}
h3.with-background:after {
    display: block;
    line-height: 0px;
    background: url(/CSS/right.gif)  right no-repeat; 
    /*content: url(/CSS/right.gif)  right no-repeat;*/
    /*content: url(rs-bottomleft.png) */
}


/*
.with-background h3{
    position: relative;
    background: url(/CSS/left.gif) repeat center left; 
    width: 100%;
    height: 20px;
}
*/

