body{
	background-color: #006DAB;
	/*background-color: #24408F;*/
	
}

#contenitore{
	width:637px; 
	height:700px;
	position: relative;
	border: 1px solid white;
	background-color: #B7D454;
	margin: auto;
}


#sfondo{
	border: 0px solid red;
	width:630px; 
	height:593px;
	position: absolute;
	top: 84px;
	right: 0px;
	z-index: 2;
}

#testata{
	width: 646px;
	height: 72px;
	position: absolute;
	top: 10px;
	left: -10px;
	border: 1px solid White;
	background-color: Black;
	text-indent: 50px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	z-index: 1;
}

#footer{
	width: 645px;
	height: 20px;
	position: absolute;
	left: -1px;
	bottom: -1px;
	border: 1px solid White;
	background-color: Black;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	vertical-align: 50%;
	text-indent: 50px;
	z-index: 1;
}


/* div per loghetto home su pag interne */
#logo_home{
	position: absolute;
	right: 20px;
	top: 25px;
	border: 0px solid red;
	z-index: 3;
}

#logo_home a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#logo_home a:hover{
	color: silver;
}
#logo_home img{
	margin-right: 15px;
	border: 0;
	vertical-align: middle;
}
/* fine div per loghetto home su pag interne */

#menu{
	border: 0px solid gray;
	position: absolute;
	top: 150px;
	left: 50px;
	width: 200px;
	z-index: 3;
	padding: 0;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding:0;
	text-indent: 0;
}

#menu li{
	border: 0px solid red;
	height: 60px;
	margin: 0;
	padding: 0;	
}

#menu a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #383838;
	text-decoration: none;
}

#menu a:hover{
	color: black;
}

#menu img {
	vertical-align: middle;
	margin-right: 15px;
	border: 0px;
	width: 43px;
	height: 43px;
}
#contatti{
	border: 0px solid red;
	position: absolute;
	float: right;
	right: 10px;
	bottom: 40px;
	width: 250px;
	z-index: 3;
}
#contatti img{
	border: 0;
	text-decoration: none;
}

#contatti a{
	border: 0;
	text-decoration: none;
}
