/* CSS Document */
body { 
	margin:0; 
	padding:0;
}


#testata {
 	position: absolute;
 	top: 0; left: 0;
 	width: 1000px;
	height: 140px;
 	padding: 0px;
 	border-right: 0px solid #000;
 	background: url(../immagini/testa1024-3.jpg) 50% 50% ;
}
#menu {
	position: absolute;
 	top: 140px; left:0px;
 	width: 175px;
	height: 450px;
	background: url(../immagini/menu1024-3-3.jpg) 50% 50%;
	line-height:30px;
	font:75% arial, serif;
	font-weight: bold;
	padding-left:20px;
	padding-right:5px;
}
#corpo {
	position: absolute;
 	top: 140px; left:175px;
 	width: 824px;
	padding: 0px;
  }
#corpo-testa {
	position: relative;
 	top: 0px; left:0px;
 	background: url(../immagini/altrepag_largo_testa.jpg) 50% 50% no-repeat;
 	width: 824px;
	height: 80px;
	padding: 0px;
  }
#corpo-centro{
	position: absolute;
 	top: 80px; left:0px;
 	background: url(../immagini/altrepag_largo_centro.jpg) 50% 50% repeat;
 	width: 824px;
	font:75% arial, serif;
	font-weight: normal;
	pading:15px;
	padding-right:45px;
	color: #000;
	text-align: justify;
  }
#corpo-sezione{
	position: relative;
	top: 50px; left:0px;
	font:100% arial, serif;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
#corpo-sezione2{
	float:left;
	float:top;
	position: relative;
	top: 65px; left: 529px;
	font:100% arial, serif;
	font-weight: bold;
	color: #666666;
	text-align: giustify;
}
#corpo-corpo3{
	position: relative;
	top: 40px;
	left: 275px;	
	font:75% arial, serif;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
#corpo-fondo {
	position:absolute;
 	left:0px;
 	background: url(../immagini/altrepag_largo_fondo.jpg) 50% 50% no-repeat;
 	width: 824px;
	height: 111px;
	padding: 0px;
  }
#fondo {
	position: absolute;
 	top: 915px; left: 0px;
 	background: url(../immagini/fondo1024-3-3.jpg) 50% 50% no-repeat;	
	width: 1000px;
	height:42px;
 	padding: 0px;
}
#firma {
	position: relative;
 	top: 20px; left: 0px;
 	width: 181px;
	padding: 0px;
	font:75% arial, serif;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
 a:link { font:100% arial, serif;
		 font-weight: bold; 
		 color: #666666; 
}
a:visited { color: #000000; }
a:hover{ 
	color: #CCCCCC; 
	text-decoration: none;
}
a:active { 
	color: #000000; 
	text-decoration: none;
}
