body {
   background-image: url(../img/background2.png);
   background-repeat: repeat;
   font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
   font-size: 11px;
   margin: 10px; 
   text-align: left;
}

td
{
   font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
   font-size: 11px;
   border-bottom: 1px solid #333;
}

td.simple
{
   font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
   font-size: 11px;
   border: none;
}



img.cover 
{
   border: 2px solid #4f4439;
}

img.photo
{
   padding: 3px;
   background-color: #eee;
   border: 1px solid #333;
}

#header {
   background-color: #4f4439;
   background-image: url( ../img/header.gif);
   background-repeat: no-repeat;
   width: 510px;
   height: 60px;
   margin-bottom: 3px;
   border-top: 1px solid #785a3c;
}

#footer {
   background-color: #4f4439;
   margin-top: 2px;
   width: 510px;
   height: 15px;
}

#nav {
  background-color: #fff;
  color: #333;
  padding: 5px;
  width: 500px;
  margin-bottom: 3px;
}

#content {
   background-color: #fff;
   width: 500px;
   padding: 5px;
   padding-bottom: 20px;
}

.news {
   padding: 5px;
   padding-bottom: 20px;
}

.info
{
   color: #4f4439;
   padding-bottom: 5px;
}

.fine_print 
{
   color: #4f4439;
   padding-top: 10px;
   padding-bottom: 5px;
   margin-bottom: 5px;
   border-bottom: 1px solid #4f4439;
}

a:link {
   color: #333;
}
a:active {
   color: #4f4439;
}
a:visited {
   color: #4f4439;
}
