#Contenitore 
{
	width: 750px;
	min-height:735px;
	background-color:#FFFFFF;
	padding:10px;
	margin:auto;
}
#Contenitore #Intestazione 
{
	background-image:url(struttura/intestazione.jpg);
	background-repeat:no-repeat;
	height:348px;
	width:740px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin:auto;
}
body {
/*	background-color: #263548;*/
	background-color: #FFFF66;	
	background-image: url(struttura/sfondo.jpg);
	background-repeat: repeat-x;
}
#Contenitore #Menu 
{
	position:relative;
	top:0;
	height:18px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width:740px;
	margin:auto;
	background-image:url(struttura/sfondo_menu.jpg);
	background-repeat:no-repeat;
}
#Contenitore #Testo 
{
	position:relative;
	top:0;
	background-image:url(struttura/testo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:740px;
	margin:auto;
	min-height:367px;
	background-color:#333333;
	text-align:justify;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
}
.TitoliGrandi {
	font-family: "Monotype Corsiva";
	color:#FF9900;
	font-size: 24px;
}
#Contenitore #Testo #Contenuti 
{
	padding:5px;
	color:#FFFFFF;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height:332px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
.Intro {
	font-family: "Monotype Corsiva";
	color: #000000;
	font-size: 24px;
}
