body {
  color: black;
  background: black;
  background-color: rgb(187,175,145);
  font-family: Georgia, serif;
  font-weight: regular;
  font-size: 12pt;
}


p, h1, h2, h3 {padding: 0px 20px 0px 20px }
a:link { color: rgb(0, 0, 0); text-decoration: none }  /* for unvisited links */
a:visited { color: rgb(0, 0, 0); text-decoration: none } /* for visited links */
a:hover { color: rgb(0, 0, 0); text-decoration: underline } /* when mouse is over link */
a.current { color: rgb(96, 96, 96); text-decoration: none } 

/* The englargements.*/
#fig { color: rgb(0,0,0) }

/* To get us good positioning */
#body { width:800px; margin-left:auto; margin-right:auto;}
#main, #header { position: relative; width:800px;}
#background { position: absolute; top:0px; left:0px}
#main-text { position: absolute; top:0px; left:0px; width:800}
#header-text 
{
   position: absolute; 
   top:21px; 
   left:20px; 
   width:800; 
   color: #B0721A;
   font-size: 23pt;
}
#subheader-text 
{
   position:absolute;
   top:70px; 
   left:220px;
   width:800; 
   color:#E9CFA9; 
   font-size: 14pt;
}

#main-gallery { position: absolute; top:0px; left:0px; width:800; color: rgb:(0,0,0)}
#links { margin-top: 30px; margin-bottom: 30px}
#links, #pics { border:2px solid #444444; padding:6px; margin-left:auto; margin-right:auto; width:570px;}

ul { margin-left:0px }
