@charset "utf-8";
/* CSS Document */
body{
	background-color:#670003;
	margin:0px;
	font-family:Tahoma, Verdana;
	font-size:11px;
}
p{margin:0px;}
h1{position:absolute; display:none;}
#contenitore{
	margin:auto;
	width:902px;
}
#testata{
	float:left;
	clear:left;
	width:902px;
	background-image:url(../immagini/layout/sfondotestata.jpg);
	height:192px;
}
#iconetestata{
	float:left;
	clear:left;
	height:153px;
	width:902px;
	text-align:right;
}
#menu{
	float:left;
	clear:left;
	height:29px;
	width:902px;
	font-size:14px;
	color:#FFEEA8;
	line-height:28px;
	vertical-align:middle;
	text-align:center;
	letter-spacing:1px;
}
#menu a{
	color:#FFEEA8;
	text-decoration:none;
	margin-left:12px;
	margin-right:12px;
}
#menu a:hover{text-decoration:underline;}

#corpo{
	float:left;
	clear:left;
	width:902px;
	background-image:url(../immagini/layout/sfondocorpo.jpg);
	background-repeat:repeat-y;
}
#corpo a{color:#670003; text-decoration:underline;}
#chiusura{
	float:left;
	clear:left;
	height:50px;
	background-image:url(../immagini/layout/chiusura.jpg);
	background-color:#670003;
	background-repeat:no-repeat;
	width:902px;
	padding-top:23px;
	line-height:15px;
	color:#FFEEA8;
}
#chiusura a{color:#FFEEA8;font-weight:bold; text-decoration:none;}
#chiusura a:hover{text-decoration:underline;}

#hcolonnasinistra{
	margin-top:10px;
	float:left;
	clear:left;
	display:inline;
	width:300px;
	margin-left:15px;
	line-height:18px;
}
#hcolonnacentrale{
	margin-top:10px;
	float:left;
	display:inline;
	width:300px;
	margin-left:15px;
}
#hcolonnacentrale h2, #hcolonnasinistra h2, #colonnadoppia h2{
	font-size:14px; color:#670003; font-weight:bold;margin-top:0px;margin-bottom:10px;}
	
#colonnadoppia{
	margin-top:10px;
	float:left;
	clear:left;
	display:inline;
	width:615px;
	margin-left:15px;
	line-height:18px;
}	
#colonnadoppia h3{font-size:13px; color:#670003; font-weight:bold;margin-top:20px;margin-bottom:0px;}
#colonnadoppia p{flat:left;clear:left; width:615px;margin-top:5px;}

.titolonews{float:left;clear:left; color:#670003; font-weight:bold; width:300px;}
.shortnews{float:left;clear:left; margin-top:7px; width:300px;}
.shortnews p{margin:1px;}
.legginews{float:left; clear:left; font-weight:bold; width:300px; text-align:right; margin-bottom:8px;}
.legginews a{color:#670003;}

#hcolonnadestra{
	float:left;
	width:264px;
}
.immagini a{
	float:left;

	width:160px;
	padding:2px;
	border:1px solid #670003;
	margin-bottom:10px;
	margin-right:10px;
}
.immagini a:hover{background-color:#670003;}



