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/home.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: 180px;
	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;
}

#sottotitolohome {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	color: #000000;
}
#presidente{
	font-family: Times New Roman;
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
#direttore{
	font-family: Times New Roman;
	display: inline-block;
	float: right;
	font-size: 18px;
	font-weight: bold;
	padding-right: 10px;
}

#corpohome {
	margin: 0px;
	margin-top: 90px;
	padding: 0px;
	color: #000000;
}
#homesx {
	display: inline-block;
	float: left;
	width: 450px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	color: #000000;
	text-align: left;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
}
#homedx {
	display: inline-block;
	float: right;
	width: 450px;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	color: #000000;
	text-align: right;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
}

#footer {
	font-size: 10px;
}