@charset "utf-8";
#newsitem {
		background: url(../img/seperator.gif) repeat-x bottom;
		padding-bottom: 5px;
}

#newsitem H1 {
		display: block;
		background: url(../img/news_icon.gif) no-repeat;
		padding-left: 25px;
		font-size: 13px;
		color: #4B97C6;
}

#newstext {
		margin-left: 25px;
		margin-right: 10px;
		font-size: 10px;
		line-height: 20px;
}

#readmore {
		background: url(../img/news_readmore.gif) no-repeat right 0px;
		display: block;
		height: 22px;
		width: 215px;
}
#readmore:hover {
		background: url(../img/news_readmore.gif) no-repeat right -22px;
		display: block;
		height: 22px;
		width: 215px;
}
