@charset "utf-8";
/* LOGO dell'evento */
.banner {
	position:relative;
	width:857px;
	height:272px;
	background-position: center center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/banner.jpg);
}
/* Contenitore di TUTTO il body*/
.body {
	position:relative;
	width:857px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* Testata della pagina (separatore dal TITOLO con il BANNER)*/
body .head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	width:100%;
	height:21px;
	background-image: url(../images/bt_bck.JPG);
	background-repeat: repeat-x;
}
/* Piede della pagina (separatore dal TAIL)*/
body .bottom {
	position:absolute;
	width:100%;
	height:21px;
	bottom: 0px;
	background-image: url(../images/separator.JPG);
	background-repeat: repeat-x;
}
/* Spalla con i bottoni per accedere alle pagine*/
body .side {
	position:relative;
	width:15%;
	height:auto;
	right: 0px;
	top: 21px;
}

/* tutti i link che STO CLICCANDO*/
a:hover {
  color:#2EAE9F;
  text-decoration: none;
}
/* link generico */
a {
	font-weight:bold;
	color:#423129;
	text-decoration:underline;

}

/* Tasto per accedere alle pagine */
body .side .button{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size: 11px;
	font-style:italic;
	text-align:center;

	position:relative;
	width:100%;
	height:50px;
	background-color:#FFFFFF;
	background-image: url(../images/bt_bck.JPG);
	background-repeat: repeat-x;
	background-position: center;

}
/* Tasto per accedere agli sponsor */
body .side .sponsor{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size: 11px;
	font-style:italic;
	text-align:center;

	position:relative;
	width:100%;
	height:100px;
	
	/*vertical-align:middle;*/


}

/* CONTENUTO VERO E PROPRIO DELLA PAGINA */
body .content {
	position:absolute;
	width:85%;
	height:1000px;
	top: 21px;
	right: 0px;

}
/* Eventuali sponsor, coda della pagina*/
.tail {
	position:relative;
	width:837px;
	height:100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* non voglio BORDO sui link delle immagini*/
.link_img{
	border:none;
}

