/*news///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#newsClosed{
	float:right;
	margin-top:120px;
	width:440px;
	height:75px;
	background:url(../img/back_newsClosed.png) no-repeat;
	padding:0;
	}
#newsOpen{
	float:right;
	width:340px;
	height:180px;
	background:url(../img/back_newsOpen.png) no-repeat;
	padding:74px 50px 5px 50px;
	color:#04268f;
	line-height:140%;
	}
#newsOpen h1{
	text-transform:uppercase;
	padding-bottom:0;
	font-size:220%;
	}
#newsOpen h3{
	font-size:140%;
	}
