body {
	background-color:#CCCCCC;
	background-image: url(../img/fondo.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4D4938;
	text-align: center;
	font-size: 12px;
}

#menu {
	margin: 0px;
	padding: 0px;
	width: 948px;
	height: 20px;
	display: block;
	text-align: left;
}

#menu a{
	background-color: #FFFFFF;
	font-family: Times New Roman;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	font-weight: bold;
}
#menu a:hover{
	background-color: #FFFFFF;
	font-family: Times New Roman;
	color: #003366;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	font-weight: bold;
}

#home {
	background-image: url(../img/interno.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
	width: 948px;
	height: 534px;
	display: block;
	border: 2px solid #CCCCCC;
}

#titolohome {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 3px;
	color: #000000;
}
#titolohome span{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 80px;
	letter-spacing: 0px;
}
#titolohome span.blu{
	color: #003366;
}

span.blu{
	color: #003366;
}



#corpo {
	margin: 0px;
	margin-top: 20px;
	height: 370px;
	padding: 6px;
	color: #000000;
	border: 1px solid #CCCCCC;
	overflow: auto;
	text-align: justify;
}

#footer {
	font-size: 10px;
}
