
/* ----------  index.html  -------------*/

.div {
	margin: 0px;
	width: 800px; 
	/* -- height: 600px;   --*/
	min-height: 500px;    /* -- Altezza che NON E' DA VARIARE (indipendentemente dall'altezza della parte "NEWS") --*/
	background-color: #FFFFFF; 
	padding: 10px;
	text-align: left;
}


.divHeader {
	width:100%;
	height:160px; 
	margin-right: 10px;
	padding:3px; 
	padding-top: 10px;
}

.divLeft {
	float:left; 
	width: 200px; 
	height:100%; 
	margin:0px; 
	margin-right: 10px; 
	padding:10px; 
	padding-top:20px; 	
	border: 1px solid #999999; 
	-moz-border-radius: 0px; 
	-moz-box-sizing: border-box; 
	border-bottom: 1px solid #666666; 
	border-right: 1px solid #666666;
}

.divFooter {
	float: left;
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding-bottom:10px; 	
	padding: 8px; 
	padding-left: 0px;
	width: 795px; 
	height: 10px; 
	color: white; 
	font-size: 9px; 
	text-align: center; 
	background-image: url(immagini/bottom.jpg); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	background-color: #94a3ff;
}

.titoliNews {color: #000000}

.ultimoAggiornamento {font-size: 11px}

.corpoNews {
	color: #666666;
	font-size: 14px;
}


/* ----------  FINE  index.html  -------------*/


