body {
	font-family 		: Georgia, Geneva, Verdana, Sans-Serif;
	font-size			: 1em;
	font-weight 		: normal;
	background-image	: url(../img/png/sfondo_corpo.png);
	background-position	: top left;
	background-repeat	: repeat;
	margin				: 0; 
	padding				: 0; 
	}
img{
	border				: none;}	

/* ELEMENTI PAGINA */
#testata{
	width				: 100%;
	height				: 151px;
	background-image	: url(../img/png/sfondo_testa.png);
	background-position	: top left;
	background-repeat	: repeat-x;
	padding-top			: 10px;
	}
#logo{
	width				: 100%;
	height				: 141px;
	background-image	: url(../img/png/logo.png);
	background-position	: top center;
	background-repeat	: no-repeat;
	}
#hflash{
	width				: 844px;
	margin				: auto;
	padding-top			: 50px;
}

#flash{
	width				: 844px;
	margin				: auto;
}

#corpo{
	width				: 846px;
	margin				: auto;

}
#pagina{
	width				: 100%;
	background-image	: url(../img/png/box_centro.png);
	background-position	: repeat-y;
}
#piede{
	height				: 12px;
	width				: 100%;
	background-image	: url(../img/png/box_basso.png);
	background-position	: no-repeat;
}

#tpiede{
	width				: 100%;
	text-align			: center;
	font-family 		: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	font-size			: 0.7em;
	font-variant		: small-caps;
	padding-top			: 10px;
}
/* <--- MENU ---> */
#menu_sx{
	width				: 100%;
	list-style			: none;
	margin				: 0;
	padding				: 0;
	padding-left		: 2px;
	padding-right		: 2px;

	}
#menu_sx a:link, a:visited{
	display				:block;
	height				:25px;
	margin-top			:1px;
	padding-left		:5px;
	text-decoration		:none;
	line-height			:25px;
	font-size			: 1em;
	color				: #19171C;
	} 
#menu_sx a:hover{
	background-color:#FFFFFF;
	border-left:5px solid #F18E00;
	color:#F18E00;
}
#menu_sx a:active{
	background-color:#FFFFFF;
	border-left:5px solid #F18E00;
	color:#F18E00;
} 
/*
#menu_sx a:visited{
	color				: 5195CE;
	} */

/* <--- PARAGRAFO ---> */	
#tds{
	border-left-color	: #C7C7C7;
	border-left-style	: dotted;
	border-left-width	: 1px;

}
#testo{
	width				: 98%;
/*	border-left-color	: #C7C7C7;
	border-left-style	: dotted;
	border-left-width	: 1px; */
	padding-left		: 5px;
	padding-right		: 5px;
	color				: #000070;
}
#testo p{
	text-align			: justify;
	font-size			: 0.8em;
}
#testo h1{
	font-size			: 1.5em;
	font-style			: italic;
	border-bottom-color	: #C7C7C7;
	border-bottom-style	: dotted;
	border-bottom-width	: 1px;
}

#div_ics{
	position			: relative;
	margin-top			: 10px;
	width				: 100px;
	left				: 50%;
	margin-left			: -50px;
	height				: 44px;
}

#div_ics p{
	text-align			: center;
}
#div_ics img{
	border				: none;
}

#div_ics a{
	text-decoration		: none;
}
