/* css per il file index.shtml della sezione musica */
  #container {
  	background-image: url(musica-splash.jpg);
  	background-position: left 300px;
  	background-repeat: no-repeat;
  }
	#indiceContenuti{
		float: right; width: 650px;
		padding-right: 20px; 
	}

	#indiceContenuti h3 {
		width: 200px; height: 80px; background: transparent url(H3indice-dei-contenuti.jpg) no-repeat top left;
		float: right;
	}
	#indiceContenuti h3 span {
		display: none;
	}
	#colSinistra {
		float: left; width: 300px;
	}
	.sezione {
		/*width: 650px;*/
		padding-left: 10px;
		padding-right: 10px;
	}
	.sezione a {
		font-size: 18px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	.descrizione {
		font-size: 14px;
		line-height: 16px;
		text-align: justify;
		text-indent: 15px;
	}
	.descrizione a {
		font-size: 12px;
	}
	.clearer {
		clear: both;
		border-bottom: 1px solid #ccc;
	}

  .boxEvidenteSinistra {
  	border: 1px solid #515151;
  	margin-left: 25px;
  	margin-top: 10px;
  	padding: 5px;
  	width: 250px;
  	text-align: center;
  	text-indent: 0;
  	font-size: 13px;
  }

	#colSinistra img {
		border: 0;
		padding: 1px;
	}

	#colSinistra a:hover img {
		border: 1px solid rgb(118,17,40);
		padding: 0;
	}
  