div.centerspace{
	height: auto;
	width: 390px;
	border: none;
	text-align:left;
	float: left;
}
div.rightspace{
	height: auto;
	width: 190px;
	border: none;
	text-align: left;
	float: left;
}
div.news{
	margin:5px 10px;
}
div.news_head{
	background:
		URL(images/news_head.gif)
		no-repeat
		left
		top;
	width:372px;
	height:60px;
}
div.news_head h2{
	font-size:16px;
	color:tomato;
	position:relative;left:24px;top:22px;
}
div.news_body{
	background:
		URL(images/news_body.gif)
		repeat-y
		left
		top;
	width:372px;
	padding:0px 10px;
  line-height: 1.3;
}
div.news_body strong{
	color:red;
}
div.news_body p{
	margin: 0.5em 0px 0.5em 0px;
}
div.news_foot{
	background:
		URL(images/news_foot.gif)
		no-repeat
		left
		top;
	width:372px;
	height:27px;
	font-size:10px;
	padding:12px 0px;
	text-align:center;
}
div.history{
	margin:10px;
	background-color:#66CCCC;
}
div.topix{
	height: auto;
	width: 190px;
	text-align: left;
}
div.topix ul{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
div.topix h3{
	margin: 15px 0px 0px 0px;
  font-style: bold;
  color: #294F7B;
}
