@import '../screen.css';

.left_box {
  width: 415px;
  height: 520px;
  margin: 0px;
  padding: 0 0 0 70px;
  background-image: url("../../images/left_back.gif");
  background-repeat: no-repeat;
  float: left;
}

.topics {
  width: 361px;
  height: 124px;
  margin: 0;
  padding: 40px 0 0 30px;
  background-image: url("../../images/topics_back.gif");
  background-repeat: no-repeat;
}

dl dt {
  float:left;
  font-weight: normal;
}
.topics dl dd {padding: 0 10px 3px 50px;}



.right_box {
  width: 415px;
  height: 520px;
  margin: 0;
  padding: 0 50px 0 20px;
  background-image: url("../../images/right_back.gif");
  background-repeat: no-repeat;
  float: left;
}

.info {
  width: 394px;
  height: 373px;
  margin: 0;
  padding: 0;
  background-image: url("../../images/info_back.jpg");
  background-repeat: no-repeat;
}

