#character{
  width:640px;
  float:right;
}
#character a img{
  border-style:solid;
}

#character h3{
  width: 600px;
  padding: 0 20px 0 20px;
}

#character table.list{
  width:600px;
  margin:0 auto 0 auto;
}
#character table.list th.image{
  width:24px;
}
#character table.list td.name{
  width:100px;
}

#character p.profile{
  width: 600px;
  padding: 10px 20px 0 20px;
}
#character p.profile img{
  float: left;
  margin: 0 20px 0 0;
}
#character .clear{
  height: 10px;
}

#character table.profile{
  margin: 0 0 0 20px;
}
#character table.profile th{
  width: 100px;
  text-align: left;
}
#character table.profile tr{
  background-color:#000000;
}
#character table.profile tr th,#character table.profile tr td{
  border:solid #333333 1px;
  text-align:left;
}

#character table.profile caption{
  padding: 20px 0 5px 0;
  color: #00ffff;
  font-weight: 800;
  text-align:left;
}
#character p.imagelist{
  width: 600px;
  padding: 20px 20px 0 20px;
  text-align:left;
}
