BODY {
  text-align : center;
  font : 12px;
  background-color : #B9B973;
  margin-top : 0px;
  scrollbar-3dlight-color:#90FFFF;
  scrollbar-arrow-color:#90FFFF;
  scrollbar-base-color:white;
  scrollbar-darkshadow-color:#0000FF;
  scrollbar-face-color:none;
  scrollbar-highlight-color:#B9B973;
  scrollbar-shadow-color:#90FFFF;
}
.c-t {
  width: 100%;
  background-color : white;
}
.cleft {
  float: left;
  width: 850px;
  background-color : #D7D7AE;
  margin-top : -1px;
}
.c-m {
  float: right;
  width: 700px;
  background-color : white;
  font-size : 13px;
}
.c-l {
  font-size : 13px;
}
.cright {
  background-color : #D7D7AE;
  font-size : 11px;
}
.c-e {
  clear: both;
  background-color : #D7D7AE;
  font-size : 12px;
}
DIV{
  line-height : 18px;
  letter-spacing : 2px;
}
A{
  color : black;
  text-decoration : none;
}
A:HOVER{
  text-decoration : underline;
}
.shadow{
  filter:shadow(color=D7D7D7,direction=150);
  position:relative;
  height:50;
  width:100%;
}
.s2 {
  filter: progid:DXImageTransform.Microsoft.shadow(color=#999999, direction=180, strength=3);
}
#pan{
  float:left;
  margin:0px 1px;
  font-size : 10px;
}
#pan li {
  float:left;
  line-height:110%;
  list-style-type:none;
}
 #pan li a{
  margin-right:5px;
  padding-right:10px;
  background:url(../pan.gif) no-repeat right center;
}