body {
  background-color: #4d5558;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}
h1 {
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: underline;
}
#center_shell {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  height: 920px;
  background-color: #ffffff;
}
#top_header {
  width: 100%;
  padding: 12px 12px 12px 28px;
}
.ribbon {
  background-image: url(/interface/ribbons/ft_bg01.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
}
.header_name {
  font-size: 36px;
}
#top_header a {
  text-decoration: none;
}
#top_header a:hover {
  text-decoration: none;
}
.side_left {
  width: 320px;
  min-height: 656px;
  height: 100%;
  background-color: #e3decb;
  border-right: 1px solid #777;
  padding: 20px;
}
.side_right {
  padding: 0px 20px;
  border: 0px solid red;
  width: 550px;
  line-height: 1.5em;
}
.float_square {
  border: 0px solid red;
  width: 314px;
  height: 218px;
  background-image: url(/interface/bgs/shadow_square1.gif);
  background-repeat: no-repeat;
  padding: 15px 8px 8px 8px;
  font-size: 16px;
  line-height: 2.5em;
  font-weight: bold;
  color: #666666;
}
.mininav {
  height: 20px;
  width: 579px;
  /*background-color:#999999;*/
  background-color: #7a9009;
  border-top: 0px solid #666;
  color: #ffffff;
  padding: 0px 0px 1px 10px;
}
.mininav a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
.mininav a:hover {
  text-decoration: underline;
}
.starter {
  font-size: 13px;
  line-height: normal;
}
.style3 {
  font-size: 21px;
}
.style4 {
  font-size: 12px;
  font-style: italic;
}
.footer {
  color: #333333;
  background-color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border-top: 1px solid #888;
}
.footer a:hover {
  text-decoration: none;
}
