@CHARSET "UTF-8";

body #header{
	background-image: url('images/logo_arpat.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 90px;
	padding-left: 260px;
}

	body #header h2{
		background-image: url('images/logo_sira.png');
		background-repeat: no-repeat;
		background-position: top left;
		margin: 5px;
		min-height: 80px;
		padding-left: 220px;
		line-height: 80px;
		text-indent: -9999px;
		
	}
	body #header h1{
		background-image: url('images/logo_regione.gif');
		background-repeat: no-repeat;
		background-position: top right;
		margin: 5px;
		min-height: 80px;
		padding-right: 150px;
		line-height: 80px;
	}
		body #header h1 a{
		
			text-decoration: none;
		}
	body #main-circom-container{
		margin-top: 95px;
	
	}
	
#sidebar{
	float: right;
	width: 300px;
}

#main-contents{
	margin-right: 320px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	line-height: 1.5em;
}

#address-block{
	padding: 0.6em !important;
}


ul.news,
ul.news li{

	list-style: none;
	list-style-type: none;
	
	margin: 0;
	padding: 0;
	
	
}

ul.news li{
	line-height: 1.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #ddd; 
}

ul.news li a{
	font-weight: bold;
	text-decoration: none;
}