body{ 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin: 0px; 
	font-family: verdana; 
	font-size: 12px; 
	background-image: url(immagini/sfondo.jpg); 
	background-repeat: repeat;
}

td, input{ 
	font-family: verdana; 
	font-size: 12px; 
}

#pagina { width: 900px; position: absolute; left: 50%; margin-left: -450px;}
#top{ padding-top: 0px; height: 135px; width: 900px;margin-top: 15px;}


#centro{ background-color: #F5F5F5; }

#bottom{ height: 50px; border-top: 5px solid #454544; background-color: #FFFFFF; font-size: 10px; text-align: center; }

#menu{
	float: left;
	padding-bottom: 25px;
	width: 200px;
}


#tit_menu{
	width: 200px;
	background-color: ED1D20;
	border-bottom: 1px solid #454544;
	height: 35px;
}

#tit_menu p{
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#tit_pagina{
	background-color: ED1D20;
	border-bottom: 1px solid #454544;
	height: 35px;
}

#tit_pagina p{
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#voce_menu{
	width: 200px;
	border-bottom: 1px solid #454544;
	height: 25px;
}

#voce_menu p{
	display: block;
	padding: 5px;
	text-decoration: none;
	line-height: 25px;
	font-weight: bold;
	color: ED1D20;
}

#voce_menu a{
	display: block;
	padding: 5px;
	text-decoration: none;
	line-height: 25px;
	font-weight: bold;
	color: ED1D20;
}

#voce_menu a:hover{
	display: block;
	padding: 5px;
	text-decoration: underline;
	line-height: 25px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ED1D20;
}

#voce_sub_menu{
	width: 200px;
	border-bottom: 1px solid #454544;
	height: 15px;
}

#voce_sub_menu a{
	display: block;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
	line-height: 10px;
	font-weight: none;
	color: ED1D20;
}

#voce_sub_menu a:hover{
	display: block;
	padding: 5px;
	padding-left: 10px;
	text-decoration: underline;
	line-height: 10px;
	font-weight: none;
	color: #ffffff;
	background-color: #ED1D20;
}

#testo{
	float: left;
	padding-left: 15px;
	padding-bottom: 25px;
}

#txt{
	float: left;
	padding-right: 15px;
	width: 500px;
}

#approfondimento{
	float: left;
	width: 150px;
}

p{
	margin: 0px;
}

.immagine{
	width: 242px; text-align: center; float: left; margin-bottom: 5px;
}

.img_gallery{
	width: 125px; height: 125px; text-align: center; float: left; margin-bottom: 5px; margin-right: 25px;
}