@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;
}

.topicsarea {
	width: 391px;
	height: 144px;
	margin: 0;
	padding: 40px 0 0 0;
	background-image: url("../../images/topics_back.gif");
	background-repeat: no-repeat;
}

.topics {
  width: 361px;
  height: 100px;
  margin: 0;
  padding: 0 0 0 30px;
  overflow: auto;
}

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: 350px;
	margin: 0;
	padding: 0;
	background-image: url("../../images/info_back.jpg");
	background-repeat: no-repeat;
}

