body {
   background-color: #E0E0E0;
   margin: 0px;
   font-family: Lucida Console, Monaco, monospace;
   color: black;
}

#header {
   height: 123px;
   background-image: url("/images/border_top.png");
}
#header img.title {
   margin-top: 15px;
   margin-left: 25px;
}
#nav {
   top: 46px;
   left: 60%;
   float: left;
   position: absolute;
}
#nav img {
   border: 0;
}
#content {
   font-size: 12px;
   padding: 10px;
   min-height: 400px;
}
#footer {
/*   background-image: url("/images/border_bottom.png");
   height: 73px;*/
   background-image: url("/images/border_bottom_thinner.png");
   height: 36px;
   font-size: 10px;
   bottom: 0;
   position: absolute;
   width: 100%;
}
#footer a {
   color: white;
   padding-left: 10px;
   bottom: 0px;
   position: absolute;
}

.centered {
   text-align: center;
}

a, #content ul li a {
   text-decoration: none;
   color: black;
}
a:hover, #content ul li a:hover, #content a {
   text-decoration: underline;
}
