	@charset "UTF-8";
	/* CSS Document */
	
	#intestazione {
	width: 100%;
	}
	body {
		background-image: url(immagini/sfondoPattern.jpg);
		background-repeat: repeat-x;
		background-color: #FFC082;
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #540E00;
	}
	.credits {
		color: #8C2700;
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #991E00;
		width: 30%;
		margin-right: 35%;
		margin-left: 35%;
		font-size: 10px;
	}
	#menu {
	}
	#contenuto {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
	background-color: #FFDB99;
	}
	#wrapper {
		padding: 15px;
		padding-bottom: 90px;
		min-width: 800px;
	}
	#container {
		margin: 0 auto;
		;
		min-height: 100%;
		width: 820px;
	}
	div.menuOrizzontale{
		text-align:center;
		border-bottom-width: thin;
		border-bottom-style: solid;
		border-bottom-color: #A62C00;
		background-color: #A62C00;
	}
	div.menuOrizzontale a
	{
	margin: 0 5px 0 5px;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	color: #FCFDB6;
	font-family: Verdana, Geneva, sans-serif;
	}
	div.menuOrizzontale a:hover
	{
	text-decoration: none;
	font-style: normal;
	color: #540E00;
	font-family: Verdana, Geneva, sans-serif;
	}
	.titoloPagina {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 60px;
	color: #B52100;
	text-align: left;
	text-transform: uppercase;
	width: 90%;
	padding-right: 50px;
	margin-left: 30px;
	margin-bottom: -20px;
	margin-top: -10px;
	}
	.titoloParagrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFEDE8;
	text-align: center;
	text-transform: none;
	background-image: url(immagini/sfondoTitoloParagrafo.png);
	background-repeat: repeat-x;
	height: 50px;
	}
	div.casellaTesto {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	background-image: url(immagini/sfondoCaselle.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #54172C;
	overflow: hidden;
	text-align: left;
	}
	div.titoloCasellaTesto {
		font-family: "Arial Black", Gadget, sans-serif;
		font-size: 24px;
		color: #90C;
		text-align: left;
		text-transform: uppercase;
		text-indent: 10px;
		margin-top: 1px;
	}
	div.casellaPromozioni {
		width:80%;
		margin-left:10%;
		margin-right:10%;
		background-image: url(immagini/sfondoCasellaPromozione.png);
		background-repeat: repeat-x;
		background-position: top;
		text-align: center;
		padding-right: 10px;
		padding-left: 10px;
		overflow: hidden;
		border: thin solid #C60;
	}
div.titoloCasellaPromozioni {
		font-family: "Arial Black", Gadget, sans-serif;
		font-size: 24px;
		color: #C60;
		text-align: left;
		text-transform: uppercase;
		text-indent: 10px;
		margin-top: 1px;
	}
	.paragrafo {
	width: 98%;
	margin-left: 1%;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #540E00;
	text-align: left;
	overflow: hidden;
	}
	.paragrafo-grande{
		width: 98%;
		margin-left: 1%;
		padding-bottom: 10px;
		font-family: "Times New Roman", Times, serif;
		color: #C36039;
		text-align: justify;
		font-size: 28px;
		font-style: italic;
	}
img.cornice{
		border: 7px solid #FFF;
		margin: 5px;
	}
a {
	color: #B52100;
	font-style: italic;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

