.news_holder {
	width: 590px;
	height: 276px;
	border: 0px solid #270070;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}
.news_item {
	overflow: hidden;
  width:350px;
	height: 22px;
	border: 1px solid gray;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	background: #CCCCFF;
}
.news_item:hover {
  background:#8282FF;
}
.news_column {
	position: relative;
	margin-left:auto;
	margin-right:auto;
}
.news_corner {
	float: left;
	width: 10px;
	height: 10px;
	background: url('grfx/corner.png');
	background-repeat:no-repeat;
	border: 0px;
}
.news_caption {
  font-weight:bold;
  font-size:0.6em;
  text-align:left;
  margin-top:5px;
  height:18px;
  font-family:verdana;
  margin-left:5px;
  float:left;
  width:94%;
  text-decoration:none;
  color:black;
}
.news_caption:hover {
  color:red;
}
.news_content {
  background:white;
  color:black;
  height:104px;
  margin-top:4px;
  margin-left:4px;
  margin-right:4px;
  margin-bottom:4px;
  border: 1px solid gray;
  font-size:0.7em;
  text-align:left;
  padding:4px;
}