/*
   $Id: styles.css,v 1.6 2003/10/06 21:02:35 ep Exp $
*/
body {
   background-color: #000033;
   color: #ffff99;
   width: 720px;
   margin: 0 auto;
}
a:link {
   background-color: transparent;
   color: #88ee77;
}
a:visited {
   background-color: transparent;
   color: #88bb77;
}
a:hover {
   background-color: transparent;
   color: white;
}
table { 
   border-spacing: 0;
}
th, td { 
   margin: 0;
   padding: 0;
}
#content { 
   margin: 0;
   padding: 0 10px;
}
#level1 { 
   margin-top: 5px;
}
#level1, #imgview { 
   background-color: #444477;
   color: inherit;
}
#imgpage { 
   margin: 0 auto;
}
#imgview { 
   border: 1px solid #666666;
   margin-bottom: 5px;
}
#imgview img { 
   border: 1px solid;
}
#imgpage #nav { 
   text-align: center;
   font-size: small;
}
#title { 
   background-color: #ddddaa;
   color: #000033;
}
.topr { 
   vertical-align: top;
}
.topr img { 
   vertical-align:top;
}
.botr { 
   vertical-align: bottom;
   position: relative;
   bottom: 0;
}
.botr img { 
   vertical-align: bottom;
}
.topr, .botr { 
   height: 10px;
   margin: 0;
   padding: 0;
}
.lt { 
   float: left;
   text-align: left;
}
.rt { 
   float: right;
   text-align: right;
}
.lt, .rt { 
   width: inherit; /*10px;*/
}
#title .topr .lt { 
   background-image: url("images/bgdytoplt.gif");
}
#title .topr .rt { 
   background-image: url("images/bgdytoprt.gif");
}
#title .botr .lt { 
   background-image: url("images/bgdybotlt.gif");
}
#title .botr .rt { 
   background-image: url("images/bgdybotrt.gif");
}
#level1 .topr .lt { 
   background-image: url("images/bglbtoplt.gif");
}
#level1 .topr .rt { 
   background-image: url("images/bglbtoprt.gif");
}
.topr .lt, .topr .rt, .botr .lt, .botr .rt { 
   width: 10px;
   height: 10px;
   background-repeat: no-repeat;
}
#first { 
   margin-top: 0;
}
#content img { 
   margin: 10px;
   border: 1px solid;
}
#imglist { 
   margin: 5px;
   font-size: small;
   float: right;
   width: 50%;
}
#imglist img { 
   margin: 2px;
   border: 0 none;
}
#imglist, #footer {
   background-color: #222255;
   color: inherit;
}
#imglist .topr { 
   background-color: #ddddaa;
   color: #000033;
}
#imglist .topr .lt { 
   background-image: url("images/lbdytoplt.gif");
}
#imglist .topr .rt { 
   background-image: url("images/lbdytoprt.gif");
}
#imglist .topr { 
   height: 2em;
}
#imglist .botr .lt { 
   background-image: url("images/lbdbbotlt.gif");
}
#imglist .botr .rt { 
   background-image: url("images/lbdbbotrt.gif");
}
h1, h2 { 
   text-align: center;
   padding: 0.25em;
}
#imglist h2 { 
   margin: 0;
}
#footer { 
   text-align: center;
   padding: 0;
   margin: 0;
}
#footer .topr { 
   height: 5px;
}
#footer .botr .lt { 
   background-image: url("images/bgdbbotlt.gif");
}
#footer .botr .rt { 
   background-image: url("images/bgdbbotrt.gif");
}
ul { 
   list-style-image: url("images/dot.gif");
   padding: 0 10px;
   margin-left: 10px;
}
#imglist ul img { 
   float: right;
}
