body {
  background: url(../i/bg.png);;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0;
  font-size: 16px;
}
#head {
  position: absolute;
  left:30px;
  top:20px;
}
#w1 {
  position: absolute;
  top: 20px;
  width: 790px;
  height: 500px;
  left: 225px;
}
.Bo {
  background: black;
  opacity:0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity = 20);
}
.Wo {
  background: black;
  opacity:0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity = 50);
}
#bo1 {
  position: absolute;
  width: 760px;
  height: 530px;
}
#wo1 {
  position: absolute;
  width: 690px;
  height: 470px;
  top: 30px;
  left:30px;
  border: solid 3px #030;
}
#t1 {
  position: absolute;
  width: 650px;
  min-height: 470px;
  left: 50px;
  top: 40px;
}
.PageLink {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 650px;
  font-size: 0.8em;
}
.PageLink a {
  color: #4dded9;
  text-decoration: none;
  cursor: pointer;
}
.PageLink a:hover {
  text-decoration: underline;
}
.Page {
  color: white;
  font-size: 1.05em;
  font-family: Times New Roman, Times, serif;
  font-size: 1.1em;
}
.Page table {
  width: 100%;
  font-style: italic;
  margin-left: 10px;
}
.Page td {
  color: wheat;
}
.PageBottom {
  height: 40px;
}
#sd {
  position: absolute;
  top: 100px;
  left: 15px;
  width: 230px;
  height: 163px;
}
#bos {
  position: absolute;
  width: 229px;
  height: 163px;
}
#wos {
  position: absolute;
  top:17px;
  left:17px;
  width:190px;
  height:127px;
  border: solid 3px #030;
}
#sherry {
  position: absolute;
  top:20px;
  left: 20px;
}
#menu {
  position: absolute;
  top: 250px;
  left: -20px;
  text-transform: lowercase;
  color: #ccc;
  font-size: .9em
}
.Menu li {
  margin: 0 20px 10px 20px;
  list-style-type: none;
  margin-bottom: 10px;
}
.Menu li,.Menu li a {
  color: white;
  text-decoration: none;
}
.Menu li a:hover {
  color:#e4bf19;
}
.Menu li.Selected a{
  color: #4dded9;
}
.SubMenu li{
  margin: 4px 0 4px -15px;
  font-size: 0.8em; 
}
#bg1 {
  background: black;
  opacity:0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity = 65);
  position: fixed;
  width: 100%;
  height: 100%;
}
.ShowLess .MoreLink a {
  color: #4DDED9;
  margin: 5px 50px 0 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  font-style: normal;
  text-decoration: none;
  display: block;
}
.ShowLess .MoreLink a:hover {
  text-decoration: underline;
}

.ShowLess .More,.ShowMore .MoreLink {
  display:none;
}
