/* CSS Document */
body{
	margin: 0 0 0 0em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-image:url(../grafix/background.png);
	background-attachment:fixed;
	background-position:center;
	background-repeat:repeat-y;
}
h1{
    font-size: 110%;
    margin: 0px;
    padding: 0px;
}
#header{
	top:0;
	width:914px;
	max-width:914px;
	height:140px;
	background-image:url(../grafix/header.jpg);
	background-position:center top;;
	background-repeat:no-repeat;
	margin: 0 auto;
	padding:0 px;
	text-align:right;
	vertical-align:bottom;
	}
#header p{
	margin-top:110px;
	margin-right:50px;
	margin-bottom:0px;
	padding:0px;
	float:right;
}
#header a, #footer a{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
#header a:hover, #footer a:hover{
	text-decoration:underline;
	color:#333333;
}
#header img{
	float:left;
	margin-top:20px;
	margin-left:30px;
}
#navbar{
	width:914px;
	max-width:914px;
	height:29px;
	margin: 0 auto;
}
#banner {
	width:914px;
	max-width:914px;
	padding-top:3px;
	height:201px;
	margin: 0 auto;
	background-image:url(../grafix/foto_2.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#banner p{
	text-align:right;
	color:#FFFFFF;
	margin-top:5px;
	margin-right:55px;
}
#content{
	width:914px;
	max-width:914px;
	margin: 0 auto;
	text-align:center;
	top:4px;
}
#content table{
	max-width:846px;
	width:846px;
}
#content p{
	text-align:left;
	margin:5px;
	margin-bottom:20px;
}

#news{
	background-color:#CCCCCC;
	background-image:url(../grafix/sfumatura_news.png);
	background-position:bottom;
	background-repeat:repeat-x;
	left:0px;
	width:197px;
	height:100%;
}
#footer{
	width:914px;
	max-width:914px;
	height:130px;
	min-height:150px;
	margin: 0 auto;
	background-image:url(../grafix/footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#footer p{
	color:#999999;
	margin-top:45px;
}
.newsTitolo{
	margin-top:0;
	background:url(../grafix/sfuma_arancio.png) top left repeat-x;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:120%;
	text-align:center;
	width:197px;
	height:29px;
}
.newsLink{
	/*margin:10px 10px 10px 10px;*/
    font-size: 100%;
	color:#666666;
	text-align:left;
	text-decoration:none;
}
.newsLink:hover{
    font-size: 100%;
	color:#FF3300;
	text-align:left;
	text-decoration:underline;
}
.infoLink{
	font-size: 90%;
	color:#666666;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
.infoLink:hover{
	font-size: 90%;
	color:#FF3300;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
.normale {
	font-size: 100%;
	color:#666666;
	text-align:justify;
	text-decoration:none;
	vertical-align:top;
}
.normaleTitolo{
	font-size: 110%;
	color:#FF3300;
	text-align:center;
	font-weight:bold;
}
.titolo{
	font-size: 140%;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}
.titolopiccolo{
	font-size: 120%;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}
.titolopiccolo110{
	font-size: 110%;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}
.titoloTesto{
	font-size: 120%;
	color:#FFFFFF;
	text-align:right;
}

.optima {
 display : none; 
 }
