/* IMPOSTAZIONI GENERALI DEL DOCUMENTO*/

/* Impostazioni del font, dei titoli, dei sottotitoli e dello spazio bianco*/
body { font: 68.5% "Trebuchet MS"; color:#6D6D6D; background-image: url(../images/bground.jpg)}
h1{font-size: 1.9em; color:#FFF; text-align:right; padding-right:10px; margin-right:10px; background-image:url(../images/sfondo_h1.jpg); background-repeat:no-repeat; background-position:right}
h2{font-size: 1.5em; color:#67625B; margin: 0.2em 0 0.2em; padding-left:10px;}
h3{font-size: 1.3em; color:#67625B; text-align:left; margin-bottom:5px; margin-left:15px}
h4{font-size: 1.2em}
h5{font-size: 1em}
h6{font-size: 0.85em; color:#FFFFFF; text-align:center; margin: 1.0em 1.0em} 
p { text-align:justify; margin-right:15px; margin-left:15px}
ul {
	font-family:Arial, Helvetica, sans-serif;
	color:#726D65;
	list-style: circle;
	margin-left:0px;
	padding:0px
}
li {padding-top:0px; padding-bottom:0px; margin-left:20px}

/*line-height*/
p, blockquote, pre, ol, dl, ul, form {line-height:1.2}

/* set di base per margini e padding */
html, body{margin: 0 0 0 0;padding: 0}
/*h1, h2, h3, h4, h5, h6{margin: 0.7em 0 0.2em}*/
address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul{ margin-top: 0.1em;margin-bottom: 1.1em} 

/* MENU ORIZZONTALE*/

.MENU {
	height:16px;
	text-align:left;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:20px;
	padding-left:10px;
}
a.MENU {color:#FFF; text-decoration:none; padding:4px; font-size:11px;}
a:hover.MENU{
	color:#67625B;
}

/*links*/
a {color: #990000; text-decoration:none;}
a:hover {color: #FF9900; text-decoration:underline;}

a.credits {color: #67625B; text-decoration:underline;}
a.credits:hover {color:#990000; text-decoration:underline;}

a.indietro { font-size:12px; font-weight:bold; color: #fff; text-decoration:none; padding-left:10px}
a.indietro:hover {text-decoration:underline;}

/*Fascia rossa in alto*/
.top {
	height:40px;
	width:100%;
	background-color:#9D968A
}

/*Div contenitore centrato*/
#contenitore {
	float:left;
	position:absolute;
	left:50%;
	top:150px;
	width:930px;
	height:500px;
	margin:0 0 0 -420px;
}
#header{
background-image:url(../images/sfondo-menu.jpg); background-position:bottom; background-repeat:no-repeat;
	float:right;
	width:460px;
	height:50px;
	margin-right:30px;
}
#content{
	float:left;
	width:940px;
	height:380px;
	padding:10px;
	background-image:url(../images/sfondo-pagina.jpg);
	background-repeat:no-repeat;
}
#footer{
	float:right;
	width:545px;
	height:40px;
	padding-top:5px;
	color:#605A54;
	font-weight:bold;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter
}

.cuore { list-style-image:url(../images/heart-icon.gif)}
.bold { font-size:105%; font-weight:bold; color:#990000}
