body {
	background-color:#FFFFFF;
	font-family:"Trebuchet MS";
	background-image: url(img/sfondo-body.png);
	background-repeat:repeat-x;
	margin:0 auto;
}

#generale {
	margin:0 auto;
	width:960px;
}

#testata {
	width:960px;
}

.grigio {
	width:960px;
	height:14px;
	background-color: #981B17;
}

#menu-tabella {
	width:960px;
	background-color:#FFFFFF;
}

#menu-tabella a:link, #menu-tabella a:visited {
	color:#981B17;
	text-decoration:none;
}

#menu-tabella a:hover, #menu-tabella a:focus, #menu-tabella a:active {
	color:#981B17;
	text-decoration:underline;
	}

#menu-tabella a.visitato {
	color:#FFFFFF;
}

#corpo {
	width:960px;
	background-color:#FFFFFF;
	background-image:url(img/sfondo-corpo2.jpg);
	background-repeat:no-repeat;
	float:left;
	height:380px;
	padding-top:20px;
}

#corpo-logo {
	width:50px;
	float:left;
	padding-left:12px;
}

#corpo-sx {
	width:272px;
	background-color:#FFFFFF;
	padding:0px 10px 20px 10px;
	float:left;
}

#corpo-cx {
	width:270px;
	float:left;
}

#corpo-cx-foto {
	width:270px;
	margin-bottom:30px;
}

#corpo-cx-testo {
	width:270px;
	font-size:12px;
}

.titolo-barriera {
	color:#981B17;
	font-size:20px;
}

h1 {
	color:#981B17;
	font-size:20px;
	margin:0;
}

h2{color:#981B17;
	font-size:16px;
	font-style:italic;
	}

#corpo-dx {
	width:316px;
	float:left;
	margin-left:14px;
}

#corpo-foto-lunga {
	width:960px;
	font-size: 12px;
}

#footer {
	width:960px;
	background-image:url(img/footer-new.gif);
	background-repeat:repeat-x;
	float: left;
	color: #FFFFFF;
}

#footer-sx {
	padding-left:20px;
	width:630px;
	float:left;
	font-size:11px;
}

#footer-dx {
	float:right; 
	font-size:10px; 
	padding-right:15px; 
	width:260px;
}

#landing {
	width:960px;
	font-size: 11px;
	text-align: center;
}

#landing a:link{
	color:#fff;
	text-decoration:none;
}
#landing a:visited {
	color:#fff;
	text-decoration:underline;

}

#landing a:hover, #landing a:focus, #landing a:active {
	color:#fff;
	text-decoration:underline;
}

