@charset "utf-8";

body {
	background-color: #C4C9D0;
}

.contenitore {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.corpo {
	width: 960px;
	float: left;
	background-color: #EDEDED;
}

.barra_laterale_sx {
	width: 215px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}




.barra_centrale {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	width: 530px;
	height: auto;
	text-align: center;
}
.barra_centrale p {
	font-size: 12px;
	color: #333;
	text-align: left;
}
.barra_centrale h1 {
	font-size: 14px;
	font-weight: bold;
	color: #009;
	font-family: Verdana, Geneva, sans-serif;
}

.barra_laterale_dx {
	float: left;
	width: 215px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.news_sx {
	width: 155px;
	padding-top: 40px;
	padding-left: 30px;
}
.news_dx {
	width: 155px;
	padding-top: 40px;
	padding-left: 30px;
}
