#news {
width:250px;
float:right;
height:auto;
background-color:#B7BE9E;
color:#004a6d;
margin:5px 10px 0px 10px;
padding:10px 10px 0px 10px;
background-image:url(../images/news-top.gif);
background-repeat:no-repeat;
}
	/* for Internet Explorer */
	/*\*/
	* html #news {
	margin:5px 5px 0px 0px;
	}
	/**/
	#news h1 {
	font-size:16px;
	color:#FFFFFF;
	margin-bottom:8px;
	font-family:Helvetica, Arial, sans-serif;
	}
	#news h2 {
	font-size:17px;
	color:#004A6D;
	font-family:Helvetica, Arial, sans-serif;
	}
	.date {
	font-weight:bold;
	float:right;
	display:inline;
	}
	#news img {
	border:0px solid #999B83;
	margin:5px 5px 5px 5px;
	}
