body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	margin-top: 18px;
	color: #4a4a4a;
}
a:hover{
	text-decoration: none;
}
img{
	border: none;
}
.content{
	width: 943px;
	margin: 0px auto;
}
.top{
	font-size: 0px;
	line-height: 0px;
	height: 6px;
	background-image: url(img/top.gif);
}
.left, .right{
	width: 4px;
	float: left;
	height: 582px;
}
.center{
	float: left;
	width: 935px;
	background-color: #fcfcfc;
	background-image: url(img/top.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
}
.right{
	background-image: url(img/right.gif);
}
.left{
	background-image: url(img/left.gif);
}
.col_left{
	width: 660px;
	float: left;
}
.col_right{
	width: 275px;
	float: left;
	background-image: url(img/bg_right.gif);
}
.logo{
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	height: 120px;
	text-indent: -9999px;
}
.logo a{
	width:200px;
	height: 110px;
	display: block;
	cursor: pointer;
}
.titolone{
	background-color: #002e67;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding: 5px 0px 5px 30px;
	width: 620px;
	margin-left: -20px;
}
.titoletto{
	background-color: #002e67;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	padding: 5px 0px 5px 15px;
	width: 280px;
	margin-top: 20px;
}
.testo{
	padding: 0px 20px;
	font-size: 11px;
}
.testo a{
	color: #414141;
}
.testo p{
	margin: 0px;
	padding: 0px;
	padding-top: 16px;
}
.info_sede{
	font-size: 12px;
	padding: 30px 10px 0px 15px;
	color: #414141;
}
.info_sede a{
	color: #414141;
}
.info_sede strong{
	text-transform: uppercase;
	font-size: 14px;
}
.info_sede span{
	color: #a3a3a3;
}
.news{
	padding: 8px 0px;
	background-image: url(img/bg_news.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	margin: 0px 10px;
}
.news a{
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding: 5px;
}
.news a:hover{
	background-color: #ebebeb;
}
.news a h2, .news a span{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #e31c18;
	font-weight: bold;
	text-transform: uppercase;
}
.news a p{
	margin:0px;
	padding: 0px;
	padding-top: 5px;
	font-size: 12px;
	color: #4a4a4a;
}
.footer{
	background-color: #dddddd;
	text-align: center;
	color: #4a4a4a;
	padding: 25px 0px;
	font-size: 12px;
}
.footer a{
	color: #4a4a4a;
}
.clear{
	clear: both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
