body, html {
	background: #FFF;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7e7a74;
	line-height: 20px;
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
}
/*#######################################################################################*/
/*#######################################################################################*/
@font-face {
    font-family: 'fontPers';
    src: url('VeraSerif-webfont.eot');
    src: url('VeraSerif-webfont.eot?#iefix') format('embedded-opentype'),
         url('VeraSerif-webfont.woff2') format('woff2'),
         url('VeraSerif-webfont.woff') format('woff'),
         url('VeraSerif-webfont.ttf') format('truetype'),
         url('VeraSerif-webfont.svg#bitstream_vera_serifroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*#######################################################################################*/
/*#######################################################################################*/
a {
	color: #3f3d3a;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*#######################################################################################*/
/*#######################################################################################*/
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0px;
}
/*#######################################################################################*/
/*#######################################################################################*/
#siteContainer{
	width:1120px;
	margin-left:auto;
	margin-right:auto;
}
#banner{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	}
/******************************************************/	
/******************************************************/	
#menu{
	width:1120px;
	height:77px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/layout/menu.jpg);
	background-repeat:no-repeat;
	}
	
#menu ul {
	width:886px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding: 19px 0px 0px 300px;
	text-align:center;
	border: 0px solid #00FF00;
	}
	
#menu ul li{
	float:left;
	list-style:none;
	border: 0px solid #FF0000;
	}
	
#menu ul li a{
	display:block;
	list-style:none;
	font-family:fontPers,Verdana,Arial;
	font-weight:bold;
	font-size: 16px;
	}
/******************************************************/	
/******************************************************/	
	
#container{
	width:886px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ece6d9;
	min-height:200px;
	padding-left:47px;
	padding-right:47px;
	padding-bottom:50px;
	}
	
#sep_sopra{
	width:886px;
	height:59px;
	background-image:url(../img/layout/sep_sopra.jpg);
	margin-bottom:10px;
	clear:both;
	z-index:20;
	position:relative;
	border: 0px solid #a79985;
	}
	
#langFlag{
	width:200px;
	height:50px;
	position:relative;
	top:-18px;
	left:970px;
	z-index:10;
	
	border: 0px solid #00FF66;
	}

#socialBox{
	width:200px;
	height:50px;
	position:relative;
	top:-10px;
	left:770px;
	z-index:10;
	}
	
#sep_sotto{
	width:886px;
	height:32px;
	background-image:url(../img/layout/sep_sotto.jpg);
	}
	
#slider{
	width:440px;
	height:300px;
	border: 1px solid #a79985;
	float:left;
	margin-bottom:10px;
	}
#eventiHome{
	width:400px;
	height:300px;
	border: 1px solid #a79985;
	float:right;
	}
	
#contentHome{
	width:440px;
	float:left;
	margin-top:50px;
	border: 0px solid #a79985;
	}
#content{
	width:890px;
	float:left;
	margin-top:30px;
	border: 0px solid #a79985;
	}
	
#linkUtili{
	width:400px;
	margin-top:50px;
	float:right;
	border: 0px solid #a79985;
	}
	
#approfondimenti {
	float: right;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 340px;
	background: #C0A570; /*e9af33 arancione; 9ab1c1 azzurro*/
	padding: 10px 10px 10px 10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:52px;
	text-align: left;
	color:#3f3d3a;
	font-size:11px;
	height:108px;
}
	
#footer{
	width:980px;
	height:190px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/layout/footer.jpg);
	background-repeat:no-repeat;
	}
#w3cLogo{
	width: 194px;
	top:126px; 
	left:780px; 
	position:relative; 
	border: 0px solid #a79985;	
	}
/***********************************************/	
/***********************************************/	
.titoliPagina, .titoliPaginaLineaSotto, .titoliPaginaLineaSopra{
	font-family:fontPers,Verdana,Arial;
	font-weight:bold;
	font-size: 16px;
}	

.titoliPaginaLineaSotto{
	 border-bottom: 1px solid #a79985;
	}

.titoliPaginaLineaSopra{
	border-top: 1px solid #a79985;
	}
	
.BordoImgLeft 	{
	border: 0px; 
	border-style: solid; 
	border-color: #9ab1c1;
	margin-left:10px;
}

.sepDotted{
	width:6px; 
	height:340px; 
	float:left; 
	border-left: 2px dotted #a79985; 
	margin-left:6px;
}
	
.boxAssociazione{
	width:286px; 
	float:left; 
	border: 0px solid #a79985;
}

.errorText{
	color:#F00;
	font-weight:bold;
}
	
.successText{
	color:#060;
	font-weight:bold;
	}
	
	
	
	
	
	