@charset "utf-8";
#Contenitore {
	height: 768px;
	width: 1024px;
	margin-top: -0px;
	margin-left: -512px;
	position: absolute;
	left: 50%;
	top: 0%;
	background-image: url(../IMMAGINI/Sfondo_Contenitore.png);
	background-repeat: no-repeat;
}
#Titolo {
	height: 29px;
	width: 707px;
	margin-right: 50px;
	margin-left: 50px;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 13pt;
	color: #333333;
}
#Interno {
	height: 540px;
	width: 786px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	overflow: auto;
}
#Logo {
	float: left;
	height: 154px;
	width: 218px;
}
#Banner {
	float: right;
	height: 154px;
	width: 806px;
}
#Nav {
	float: left;
	height: 27px;
	width: 320px;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 13pt;
	font-style: italic;
	color: #000033;
}
#Link {
	float: right;
	height: 27px;
	width: 704px;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 12px;
	font-style: oblique;
}
#Menu {
	float: left;
	height: 589px;
	width: 218px;
	background-image: url(../IMMAGINI/Sfondo_Menu.png);
	background-repeat: no-repeat;
}
#Contenuti {
	float: right;
	height: 589px;
	width: 806px;
	background-image: url(../IMMAGINI/Sfondo_Contenuti.png);
	background-repeat: no-repeat;
}
