@charset "utf-8";
/* CSS Document */

/**NEWS*/

#news{
	display:block;
	
	float:left;
	padding:7px 15px;
	width:950px;
	background:#b9b9b6;
	border:solid 1px #eaeaea;
	margin-bottom:10px;
	}
	
	#news:hover{
			border:solid 1px #e0e0e0;
	-moz-box-shadow: 1px 1px 7px #000;
-webkit-box-shadow: 1px 1px 7px #000;
box-shadow: 1px 1px 7px #000;
	}

#news h1{
			font:400 20px Arial, Helvetica, sans-serif;
	}
#news h1 a{
			color:#000;}
			

#news h3{
			font-family:Arial, Helvetica, sans-serif;
			border-bottom:dotted 1px #CCC;
			margin-bottom:10px;
			
}

#news h2{
			font:700 16px Arial, Helvetica, sans-serif;
			padding:5px 0;
			margin-bottom:10px;
			border-bottom: dotted 1px #eaeaea;}
			
#news h4{
			font:700 14px Arial, Helvetica, sans-serif;
			padding:5px 0;
			margin-bottom:10px;
			border-bottom: dotted 1px #eaeaea;
	}
#news h4 a{ text-decoration:none;
color:#093;}

	
#news p{
		margin:5px 0;}


.date{
	display:block;
	float:right;
	font-style:italic;
	}