body {
/*    min-width: 760px; */
/*    max-width: 1200px;  */
   color: #FFFFD0;
   background-color: #000066;
}

#container {
   margin: auto;
   width: 65em;
}
#index {
   background-color: #000066;
   background-color: #460626;
}
#index a:link {
   color: #FFFFD0;
}
#index a:visited {
   color: #FFFFD0;
}
#main {
   float: right;
   width: 50em;
   /* padding-left: 10px; */
   /* padding-top: 5px; */
}
#main a:link {
   color: #FFFFD0;
}
#main a:visited {
   color: #FFFFD0;
}
#sidebar {
   float: left; 
   width: 8em;
   padding-right: 10px;
}
#sidebar a:link {
   color: #black;
}
#sidebar a:visited {
   color: #black;
}

#gallery {
   margin: auto;
   width: 600px;
}
#galleryleft {
   padding-right: 5px;
   float: left;
   width 275px;
}
      
#galleryright {
   padding-left: 5px;
   float: right;
   width 275px;
}
      
#galleryfoot {
   position: absolute;
   bottom: 2em;
}
      
.rbroundbox { background: url(/picts/simple_background.jpg) repeat; }
.rbtop div  { background: url(/picts/left_top_corner.jpg) no-repeat top left; }
.rbtop      { background: url(/picts/right_top_corner.jpg) no-repeat top right; }
.rbbot div  { background: url(/picts/left_bottom_corner.jpg) no-repeat bottom left; }
.rbbot      { background: url(/picts/right_bottom_corner.jpg) no-repeat bottom right; }

/* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
   width: 100%;
   height: 25px;
   font-size: 1px;
}
.rbcontent  { 
   margin: 0 5px; 
}
.rbroundbox { 
   position: fixed;
   /* left: 15px; */
   width: 200px; 
   margin: auto; 
   color: black;
   font-size: 10px;
}
ul.navbar {
   list-style-type: none;
   padding: 0.5em;
   margin: 1em;
   position: left;
   top: 2em;
   left: 1em;
   width: 10em;
   /* font-family: Copperplate Gothic Light; */
}
ul.navbar li {
   margin: 0;
   padding: 0.2em;
   background: #FFFFD0;
   /* border-left: 0.3em solid black; */
   border-bottom: 1px solid black; 
   font-size: 14px;
   font-weight: bold;
   width: 145px;
}
ul.navbar li:hover {
   background-color: #d9d9ba;
   color: black;
}
ul.navbar a {
   text-decoration: none;
   color: black;
}

h1, h2, h3, h4, h5 { 
   /* font-family: Book Antiqua; */
   font-family: verdana,arial,helvetica;
}
a, p, ul { 
   /* font-family: Book Antiqua; */
   font-family: verdana,arial,helvetica;
   font-size: 12px;
}
#address {
   font-family: Copperplate Gothic;
   font-size: 13px;
}

p.copperplate {
   font-family: Copperplate Gothic;
}

/*
  border-right: 0.5em solid black;
img.locate {
  margin: 0.2em 0; }
a:link {
  color: white }
a:visited {
  color: white }
*/
