.news th {
	width:200px;
	vertical-align:top;
}

hr {
	border:none;
	border-top: 1px solid #9DA5AB;
	margin:5px 10px;
  height: 1px;
	line-height:1px;
}

.news img {
	width:auto;
	height:auto;
	max-width:225px;
	/* IE Image max-width */
	width: expression(this.width > 225 ? 225: true);
	max-height:225px;
	/* IE Image max-width */
	height: expression(this.height > 225 ? 225: true);
	margin:4px 8px 8px 0px;
	float:left;
}

.news h1 {
	color: #0077d4;
}
