/* 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.jpg) 10% 0% ;
	line-height:30px;
	font:75% arial, serif;
	font-weight: bold;
	padding-left:15px;
	padding-right:5px;
}
#corpo {
	position: absolute;
 	top: 140px; left: 175px;
 	width: 824px;
	height: 450px;
	background: url(../immagini/corpo1024_3_personale.jpg) 50% 50% no-repeat;
 	padding: 0px;
  }
#corpo-sezione{
	float:none;
	position: relative;
	top: 33px; left: 70px;
	font:100% arial, serif;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
#corpo-corpo1{
	position: absolute;
	top: 85px; left: 73px;
	width: 340px;
	height: 190px;
	font:70% arial, serif;
	font-weight: normal;
	color: #000;
	text-align: justify;
}

#continuo{
	position: absolute;
	top:85px; left: 433px;
	width: 328px;
	height: 280px;
	font:70% arial, serif;
	font-weight: normal;
	color: #000;
	text-align: justify;
}
#corpo-corpo3{
	clear:both;
	position: relative;
	float:bottom;
	float:left;
	top: 0px; left: 138px;
	width: 300px;
	height: 55px;
	font:75% arial, serif;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
#fondo {
	position: absolute;
 	top: 590px; left: 0px;
 	background: url(../immagini/fondo1024-3.jpg) 50% 50% no-repeat;	
	width: 1000px;
	height:30px;
 	padding: 0px;
}
#firma {
	position: relative;
 	top: 8px; left: 0px;
 	width: 100px;
	padding: 0px;
	font:75% arial, serif;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
a:link { font:100% arial, serif;
		 font-weight: bold; 
		 color: #000000; 
}
a:visited { color: #666666; }
a:hover{ 
	color: #CCCCCC; 
	text-decoration: none;
}
a:active { 
	color: #000000; 
	text-decoration: none;
}
