/*Events*/
#news{
	margin: 7px 0 10px;
	width: 100%;
	height: 377px;
	overflow: auto;
	padding: 14px 0 0;
}
#news .new{
	display:block;
	margin:0 0 9px;
	text-decoration:none;
}
#news .new-date{
	color:#696969;
	font-style:italic;
	display:block;
	text-align:left;
	font-size:0.8em;
	line-height:1.5em;
}
#news .new p{
	margin:0;
	color:#9e0a29;
	padding:0 0 3px;
	font-size: 0.9vw;
	line-height:1em;
}
#news .new .more-hold{
	width:100%;
	overflow:hidden;
}
#news .new a{
	float:right;
	color:#3154c2;
}
#content-holder #news h3{
	margin:0;
	padding: 5px 0 4px;
	line-height: 1em;
	font-size: 1vw;
	color:#9e0a29;
}

#news .new:hover h3{
	text-decoration:underline;
}
/*Рисунок под рамкой*/
#news .pic-hold{
	float:left;
	margin:0 21px 0 0;
	border:1px solid #727d9c;
	border-radius:2px;
}
#news .new:hover .pic-hold{
	border:1px solid #9e0a29;
}
#news .pic-hold,
#news .pic-border{
	overflow:hidden;
	float:left;
}
#news .pic-border{
	position:absolute;
	z-index:12;
	background:url(/img/face/border.gif) no-repeat;
}
#news .pic-hold img{
	float:left;
}