html {
	 width:100%;
}
body {
	background-color:#DFDCD5;
	color: #000000;
	font-family: "Palatino Linotype", Tunga, "MV Boli", Verdana, Arial;
	text-align: center;
	background-position: center;
	margin: 0;
	padding: 0;
}
/* **  Tenerlo sempre centrato, con distanza dai margini dinamica** */
#wrapper {
	width:910px;
	margin:0 auto;
	text-align:left;
}
/* **  Hoover** */

A, A:link, A:visited, A:active, .link{
	color:#900000;
	text-decoration: none;
}

A:hover {
	color:#F06010;
	text-decoration: underline;
}
h3 {
	color: #900000;
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
}
 #topper {
	width: 900px;
	height: 60px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 0px;
}
/* ** Parte Centrale** */
#centrale {
	background-image: url(/immagini/sfondo3.gif);
	width: 905px;
	text-align:justify;
	background-repeat: repeat;	
	margin-top: 4px;
	height: 900px;
}
#contenitoresinistro{
	float:left;
	width: 350px;
}

#contenitoredestro{

	float:right;
	width: 550px;
}
#contenitorebasso{	
	width: 550px;
	text-align:center;
}
#sx  {

	width: 340px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.col { clear: both;
}

/* **scritte ** */

.menulingue   { 
font-weight: bold;
text-decoration: none ;
display: inline;
text-align:center;
font-size:0.6em;
}
.menulingue:Hover  { 
color: #900000  ; 
font-weight: bold;
text-decoration: none;
display: inline;
text-align:center;
}
.menulink   {
	color: #900000;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 30px;
	
}
.menulink:Hover  {
	color: #A80601;
}
.testohome {
	color: #000000;
	font-size:1em;
	line-height: 20px;
	
}
.testo {
font-weight: bold;
	color: black;
	font-size:0.8em;
	line-height: 15px;
}
.first {
font-weight: bold;
	font-size:1.3em;
font-family: "Palatino Linotype", Tunga, "MV Boli", Verdana, Arial;
color: #900000;
}
