/* CSS Document */

a{text-decoration:none;
}

body {
	background:url(web/fondo.jpg) center top no-repeat;
	background-color: #c6edff;
	padding:0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00529d;
	}
	
#contenitore {
	position: relative;	
	background: url(web/bg_corpo.jpg) repeat-y center;
	left: 50%;
	width: 758px;
	margin-left: -379px;
	text-align:center;
	background-color: #FFFFFF
}

#head {
	background: url(web/head.jpg);
	height: 259px;
	width: 758px;
	margin: 0px; 
	padding: 0px;
}

#menu{
	font-size:13px;
	text-align:right;
	font-weight:bold;
	margin-bottom:15px;
}

#menu a{
	color:#00529d;
}

#menu a:hover{
	color:#bc121f;
}

#testo {
	margin-left: 15px;
	line-height: 19px;
} 

#centrale {
	background: url(web/bg_centrale.jpg) no-repeat left top;
	width: 758px;
	text-align:left;
	margin: 0px; 
	padding: 50px 2px 0 2px;
}

#barra_laterale_dx {
	width: 254px;
	text-align: center;
	margin: 0px 16px;
	padding: 0px 14px;
	float:right;
	}

#foot {
	background:url(web/foot.gif) no-repeat center;
	height:28 px;
	padding: 14px 0;
	margin-bottom:30px;
		
	}
	
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#bc121f;
	margin-bottom: 10px;
}	

