#news_holder {
  position : relative ;
  border : solid 1px #666 ;
  margin-bottom : 3px ;
  height : 42px ;
  text-align : left ;
  background : #eee ;
  width : 650px ;
  overflow : hidden ;
}

#news_name {
  position : relative ;
  float : left ;
  background : #ccc ;
  width : 140px ;
  font-size : 30px ;
  color : #999 ;
  letter-spacing : 15px ;
  text-align : center ;
  font-weight : bold ;
}

#news_right_holder {
  position : relative ;
  float : left ;
  width : 335px ;
  height : 34px ;
  font-size : 12px ;
  font-weight : bold ;
  overflow : hidden ;
}

#news_right {
  position : relative ;
  margin-left : 10px ;
  }
#news_right a,
#news_right a:visited,
#news_right a:active {
  text-decoration : none ;
  color : #00f ;
}

#news_right a:hover {
  text-decoration : underline ;
}




#news_bottom {
  font-size : 5px ;
  text-align : center ;
}

