* {
   margin: 0 0 0 0;
   padding: 0;
}

body {
   font-size: 12px;
   background: url(../images/bg.jpg) no-repeat;
   font-family: Arial, Helvetica, sans-serif;
   color: #515151;
}

#container {
   margin: 25px auto 0 auto;
   width: 855px;
}

#navdiv {
   text-align: right;
   height: 40px;
}

#navdiv ul {
   list-style-type: none;
   list-style-image: none;
   margin: 0 auto 0 auto;
}

#navdiv ul li {
   float: right;
   margin-right: 10px;
   list-style-type: none;
   list-style-image: none;
}   

#navdiv ul li a {
   padding: 30px 0 0 0;
   display: block;
   padding-top: 10px;
   width: 100px;
   height: 30px;
   text-align: center;
   color: #515151;
   text-decoration: none;
   border-top: 1px solid #999999;
   border-right: 1px solid #999999;
}

#navdiv ul li a:hover {
   /*background: url(navlisttabhover.png) 0 0 no-repeat ;*/
   background: #D08CBE;
   color: #FFFFFF;
   border-top: 1px solid #999999;
   border-right: 1px solid #999999;
}

#navdiv ul li a {
   padding: 30px 0 0 0;
   background: #ECDEAF;
   display: block;
   padding-top: 10px;
   width: 100px;
   height: 30px;
   text-align: center;
   color: #515151;
   font-weight: bold;
   text-decoration: none;
}

#content {
   border-top: 1px solid #999999;
   border-right: 1px solid #999999;
   background-color: #ECDEAF;
   padding: 20px 0 20px 20px;
   height: 550px;
}

h1, h2, h3, h4 {
   padding: 25px 0 10px 0;
}

h1 {
   font-size: 16px;
}

h2 { 
   font-size: 14px;
} 

#page {
   margin-right: auto;
   margin-left: auto;
   float: left;
   word-spacing: 6px;
   padding-left: 225px;
   padding-top: 14px;
}  

#picturelist {
   text-align: left;
   margin-right: auto;
   margin-left: auto;
}

#picturelist li {
   list-style: none;
   float: left;
   margin: 8px;
   font-weight: bold;
   color: #777777;
}

#picturelist img {
   display: block;
   border: 2px solid gray;
}

#picturelist img:hover {
   border: 2px solid #515151;
}

#picturelist a {
   color: #777777;
   text-decoration: none;
}

#picturelist a:hover {
   color: #999999;
}

#footer
{ height: 30px;
  width: 831px;
  float: left;
  margin-left: auto; 
  margin-right: auto;
  padding-left: 24px;
  padding-top: 12px;
  background: #BCA578;
  color: #000000;
  font-size: 10px;
  border-right: 1px solid #999999;
}

#footer a
{ color: #000000;
  text-decoration: none;
} 

#footer a:hover {
   color: #FFFFFF;
}   

