/* CSS Document */

body{
	background-color:#F5F5F5;
	margin:0;
}

#boxPage{
	width:900px;
	margin:auto;
}

#boxPage img{
	border:none;
}

#boxPage form{
	margin-bottom:0;
}

#header{
	float:left;
	width:900px;
	height:178px;
	background-image:url(../template/header.gif);
	background-repeat:no-repeat;
}
#header .cerca{
	padding-top: 140px;
	padding-left:15px;
}

#menuSx{
	float:left;
}

.menuButton{
	float:left;
}

#corpo{
	width:900px;
	background-image:url(../template/sfondoCorpo.gif);
	float:left;
}
.corpo-sponsor{
	width:900px;
	background-image:url(../template/sfondoCorpo.gif);
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.corpo-sponsor-centro{
	width:590px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.corpo-sponsor .spazio{
	width:596px;
	background-image:url(../template/puntoh.gif);
	background-repeat:repeat-x;
	height:1px;
}
#colonna{
	width:152px;
	float:left;
}
#colonna-dx{
	width:152px;
	float:right;
}

#centro{
	width:595px;
	float:left;
	overflow:hidden;
}

#centro a{
	color:#000000;
	text-decoration:none;
}

#centro a:hover{
	color:#6699FF;
	text-decoration:underline;
}

#navigatore{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
}

#navigatore a{
	color:#000000;
	text-decoration:none;
}

#navigatore a:hover{
	color:#6699FF;
	text-decoration:underline;
}

#footer_old{
	float:left;
	background-image:url(../template/footer.gif);
	background-repeat:no-repeat;
	width:900px;
	height:90px;
}

#footer_old .licenza{
	padding-left:10px;
	padding-bottom:15px;
}
#footer{
	float:left;
	background-image:url(../template/footer.gif);
	background-repeat:no-repeat;
	width:900px;
	/*height:120px;*/
	font-family:"Trebuchet MS";
	font-size:75%;
	text-align:center;
}
#footer p{
	margin-top:10px;
	margin-bottom:0px;
}
#footer .vociSocieta{
	/*font-size:95%;*/
	font-weight:bold;
	margin-top:15px;
}
#footer .vociMenu2{
	margin-top:8px;
	margin-bottom:5px;
/*	margin-right:30px;*/
}
#footer .licenza{
	margin-bottom:-3px;
}
#footer a{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	color:#6699FF;
	text-decoration:underline;
}


