div.homepagenews {
	overflow: auto;
	overflow-x: hidden;
}
	img.news_image {
		float:left;
		margin-left:14px;
		margin-top:19px;
	}
	div.news h2{
		float:left;
		width:300px;				
		margin-top:35px;
		margin-left:20px;
		line-height:24px;
		color:#ff5100;
	}
	div.news_text {
		float:left;
		width:300px;
		margin-top:2px;
		margin-left:20px;
		line-height:18px;
	}
	div.item {
		background-image:url(images/item.png);
		background-repeat:no-repeat;
	}
	div.item_active {
		background-image:url(images/item_active.png);
		background-repeat:no-repeat;
	}
	div#partners {
		background-color:#f4f4f4;
		width:100%;
		height:202px;
		border-bottom:1px solid #f0f0f0;
	}
		div#partner_header {
			height:39px;
			margin-top:9px;
		}
			div#partners h2{
				float:left;						
				margin-left:18px;
				color:#ff5100;
			}
		div.partner {
			float:left;
			width:230px;
			height:104px;
			margin-right:8px;
			border:1px solid #e6e6e6;
			vertical-align:middle;
			text-align:center;
			background-color:#FFFFFF;
		}
