.Shadow {
    position : relative;
    z-index:1;
    opacity: .75;
  }


.Character {
    position : relative;
    z-index:0;
  }


.Bios a {
    color : #ffec20;
    text-decoration : underline;
  }


.Bios a:hover {
    color : #ffec20;
    font-weight : bold;
    text-decoration : underline;
  }


.Bios {
    margin-left : auto;
    margin-right : auto;
    min-height: 800px;
    opacity : 0;
    font-size: 100%;
    position : relative;
    top : -710px;
    width : 550px;
    z-index : -1;
  }


.BiosHead {
    background: url(../images/round_div_top.gif) no-repeat left top;
    color: yellow;
    padding: 10px 15px 5px 0px;
  }


.BiosContent {
    padding-bottom : 31px;
    padding-left : 25px;
    padding-right : 25px;
    background-color : #D5D6D8;
    background-image : url('../images/round_div_center.gif');
    background-repeat : repeat;
    color : yellow;
  }


.BiosFooter {
    background: url(../images/round_div_bottom.gif) no-repeat left bottom;
    position: relative;
    top: 0px;
    width: 550px;
  }


.rtop, .rbottom {
    display:block;
    background:#fff;
  }


.rtop *, .rbottom * {
    display: block;
    height: 1px;
    overflow: hidden;
    background:black;
  }


.r1 {
    margin: 0 5px;
  }


.r2 {
    margin: 0 3px;
  }


.r3 {
    margin: 0 2px;
  }


.r4 {
    margin: 0 1px;
    height: 2px;
  }

