@charset "utf-8";
/* CSS Document */

body{
	background:#252D2F;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
}
#contenitorenonfloat{margin:auto;width:980px;}
#contenitore{float:left; width:980px; background-image:url(sfondo.jpg);}
#testata{
	background-color:#252D2F;
	float:left;
	clear:left;
	width:980px;
}
#logo{float:left; clear:left; width:211px;}
#visita{font-size:26px;float:right; margin-top:40px; padding-right:30px;width:700px; text-align:center;}
#visita a{color:#FF6600; text-decoration:none; font-weight:bold;}
#corpo{background-image:url(apertura.jpg);
	Float:left;
	clear:left;
	background-repeat:no-repeat;
	background-position:top;
	width:980px;
}
#corpo h1{float:left; clear:both; padding-left:20px; padding-right:20px; width:940px; font-size:14px; margin-top:12px; margin-bottom:20px;}
#contenuti{
float:left;
clear:left; 
width:675px;
padding-left:20px;
padding-right:15px;
text-align:justify;
}
#contenuti h2{color:#FF6600; margin:0px; font-size:12px;}
.corsivi{font-weight:bold; font-size:10px; color:#666666; font-style:italic;}
.rigotitolo{background-color:#FF6600; color:#FFFFFF; font-weight:bold;}
.rigo1{background-color:#FFF5EC;}
.rigo2{background-color:#FBFBFB;}
#immagini{
	float:right;
	clear:right;
	width:200px;
	padding-right:20px;
}
#immagini a{color:#FF6600; font-weight:bold; text-decoration:none;}
#immagini a:hover{text-decoration:underline;}
#chiusura{background-image:url(chiusura.jpg);
	float:left;
	clear:left;
	width:980px;
	background-repeat:no-repeat;
	height:80px;
	padding-top:115px;
	color:#FFFFFF;
	text-align:center;
	background-color:#252D2F;
}
#chiusura a{font-weight:bold; color:#ffffff;}
