@charset "utf-8";
/* CSS Document */

#left{
  width:500px;
  float:left;
}
#news-content{
	text-indent:24px;
	margin-left:10px;
	margin-top:10px;
	width: 490px;
}
#right{
  float:right;
  width:270px;
}
#news-link{
  margin-left:10px;
  margin-top:10px;
}
#news-content img{
  margin-bottom:5px;
  margin-left:auto;
  margin-right:auto;
  clear:both;
}
#news-content table{
  border-collapse:collapse;
}
