font,th,td,p{ 
font-family: Verdana; 
font-size: 12px; 
color: #e9cd94;
}
body{
text-align: center;
background-color: #000000;
padding: 0;
margin: 0;
}
#container{
width: 800px;
margin-left: auto;
margin-right: auto;
}
#head{
width: 800px;
height: 151px;
border: 0;
background-repeat: no-repeat;
}
#body{
height: 600px;
}
#foot{
background-image: url('images/site_07.png');
background-position: bottom;
height: 50px;
color: #e9cd94;
}
#menu{
width: 160px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}
.menucell{
width: 160px;
height: 30px; 
background-image: url('images/menubg.png'); 
background-position: top;
background-repeat: no-repeat;
text-align: center; 
vertical-align: middle;
}
#menutd{
width: 200px; 
text-align: center; 
vertical-align: top; 
background-color: #31475e;
}
.menulink{
text-decoration: none;
color: #31475e;
font-size: 13px;
font-weight: bold;
display: block;
}
.menulink:hover{
text-decoration: none;
color: #31475e;
font-size: 15px;
font-weight: bold;
display: block;
}
.menubor{
height: 3px;
}
#marqueecontainer{
position: relative;
width: 150px; /*marquee width */
height: 320px; /*marquee height */
overflow: hidden;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
}

.linksbottom{
text-decoration: none;
color: #e9cd94;
font-size: 11px;
}
.linksbottom:hover{
text-decoration: none;
color: #e9cd94;
font-size: 11px;
font-weight: bold;
}
#email{
text-decoration: none;
 color: #e9cd94;
 font-weight: bold;
  border-color: #e9cd94;
}
#email:hover{
text-decoration: none;
 color: #e9cd94;
 font-weight: bold;
  border-color: #e9cd94;
}
#email:visited{
text-decoration: none;
 color: #e9cd94;
 font-weight: bold;
 border-color: #e9cd94;
}