/* 
Luglio 2007
Autore: Stefano Pellegrini - www.ars-design.net
*/
HTML {
	height: 100%;
	margin-bottom: 1px;
}

BODY {
	font-size: 76%;   /*dimensionamento percentuale del font */
	font-family: 'Verdana', Thaoma, Arial, Sans-Serif;
	line-height: 1.5em;
	background-color:#CDFFCC;
	color: #555;/*colore dei caratteri*/
	text-align: center;   /*centra in IE 5.x */
	margin: 0px 0px 0px 0px;
	padding:0;
	height: 100%;
}

/*Stili specifici per il layout*/

#contenitore{
	width:950px;
	background:#CDFFCC url(../img/bg.png) 0 0 repeat-y;
	position:relative;
	border:0px solid black;
	margin: 0 auto; /*Centra nella pagina*/
}
#top{
	background:url(../img/top.png) 0 0 no-repeat;
	height:99px;
	}
#header{
	background:transparent;
	margin: 0 auto;
	width:900px;
	height:220px;
}
#flash{
	margin: 0 auto;
	text-align:center;
	width:850px;
	height:200px;
	}
#content_bg{
	float: left;
	width: 950px;
}

#content{
	margin-left: 190px;
	width:720px;
	border-right: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	margin-bottom: 1em;
	}

#top_frame{
	margin-left: 190px;
	margin-top:10px;
	background:url(../img/top_frame.gif) 0 0 no-repeat;
	width:722px;
	height:22px;
	}
#bottom_frame{
	margin-left: 190px;
	margin-top:-15px;
	background:url(../img/bottom_frame.gif) 0 0 no-repeat;
	margin-bottom:0px;
	width:722px;
	height:22px;
	}

#nav{
	float: left;
	width: 190px;
	min-height:400px;
	margin-left:-925px; /*Allineamento con il container*/
	background: transparent;
}
#footer{
	clear: both;
	font-family: 'Verdana', Thaoma, Arial, Sans-Serif;
	width: 100%;
	height:200px;
	background:url(../img/footer.png) 0 0 no-repeat;
	font-size: 7pt;
	color: #000;
	text-align: center;

}

#footer a{
	color: #000;
	}

.banner{
	float: left;
	width: 190px;
	margin-left:-10px;
	padding-top:8px;
	background: transparent;
}
.extra {
	background: #ECECE3;
	color:#000;
	border: 1px solid #DBDAC4;
	padding: 0px 15px;
	
}

/* STILI DEI CARATTERI*/

h1 {
	font-family: "Monotype Corsiva";
	font-size: 16pt;
	color: #CC6600;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h2 {
	font-family: Tahoma;
	font-size: 10pt;
	color: #CC6600;
	letter-spacing: normal;
	word-spacing: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	margin: 3px auto;
}
h4 {
	font-family: "Arial Narrow";
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: -0.5px;
	margin-bottom: -0.5px;
}
h5 {  
	font-family: Tahoma;
	font-size: x-small;
	color: #009999;
	margin-top: 2px;
	margin-bottom: 2px
	}
