BODY {
	text-align: center; /* per IE */
	background-image: url(img/sfondo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000;
	font-family:Calibri;
	font-size:15px;
	text-align: center;
	margin-top:0px;
	}
	
#Contenitore {
	height: 1000px;
	width: 1080px;
    margin: auto;

}

#Contenitore #header {
	height: 180px;
	width: 1080px;
}

#Contenitore #footer {
	clear:both;
	height: 50px;
	width: 1080px;
}


#Contenitore #menu_destra {
	float: right;
	height: 1300px;
	width: 290px;
	background-color:#eeeeee;
	border-left-style:dashed;
	border-left-width:1px;
	border-left-color:#666666;
}

#Contenitore #contenuto {
	float:left;
	height:1300px;
	width: 780px;
}

#box_titoli #contenitore {
	width:1000px;
}
#box_titoli #titolo {
	float:left;
	width: 900px;
}

#box_titoli #bottoni {
	float:right;
	width:75px;
}


.barra {
	color:#ffffff;
}

p {
	margin: 15px;
	text-align:justify;
}
h2 {
	margin: 15px;
	color:#1486cd;
}
.verde {
	color:#00CC00;
}
HR {
 border-width:1px;
 border-style:dashed;
 
 }
.elenco_tab{
background-color: #1c86d4;
color:#FFFFFF;
font-weight:bold;
font-size:14px;
}
.elenco_break {
background-color:#dddddd;
}
.elenco_tab_header{
background-color: #6eb7ed;
color:#FFFFFF;
font-weight:bold;
font-size:14px;
}
.bg_bottoni {
background-image:url(img/bg_bottoni.png);
font-size:16px;
color:#FFFFFF;
font-weight:bold;
width:268;
height:43;
}

A:link {
	text-decoration:none;
	color:#1c86d4;
}

A:visited {
	text-decoration:none;
	color:#DDDDDD;
}

A:hover {
	text-decoration:underline;
	color:#000000;
}

.barra A:link {
	text-decoration:none;
	color:#FFFFFF;
}

.barra A:visited {
	text-decoration:none;
	color:#DDDDDD;
}

.barra A:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
.privacy {
font-size:11px;
}
.liste_nostyle {
	list-style:none;
	maring:0px;
}
