body
{
   font-family: Arial;
   font-size: 12px;
   font-style: normal;
   text-align: justify;
   margin: 0px;
   background-color: #aaaaaa;
   color: #000000;
}
div#container
{
   width: 960px;
   height:566px;
   top: 8px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   border-style: solid;
   border-color: #b49c33;
   border-width: 1px;
   padding: 0px;
   background-color: #ffffff;	
   text-align: left;
}
h1
{ 
   font-family: Arial;
   font-size: 17px;
   font-style: normal;
   color: #bb0000;
}
.menucurrent
{
   position:absolute;
   font-family: Arial;
   font-size: 12px;   
   font-weight: bold;
   font-style: normal;
   color: #ffffff;
   text-align:center;
   text-decoration: none;
}
a.menuother
{
   position:absolute;
   font-family: Arial;
   font-size: 12px;
   color: #b49c33;
   font-weight: bold;
   font-style: normal;
   text-align:center;
   text-decoration: none;
}  
a.menuother:link
{
   color: #b49c33;
}
a.menuother:hover
{
   color: #fae36b;
}