/**  
	Foglio di stile per l'index ica
	by: 
**/

/*Stili di struttura */

 BODY {font-family: Verdana;
font-size: 10px;
background-color:#000000;
margin: 0px;
padding: 0px;}	
		
/*URL relativo es:../img/ex.png o /img/ex.png URL assoluto es: http/etc.it/img/ex.png */

DIV#main {width: 640px; height: 452px; background: url(img/damasco1.jpg) no-repeat center;
margin: 0px auto ; padding: 0px; }
DIV#top {font-family: impact; width: 640px; 
height: 180px; padding:30px 0px 0px 2px;
}


/* Stili del Top */
DIV#top div.title { text-align:center;
	color: #000000;
	font-size: 87px;
	font-weight: bold;
	margin: 0px;
	padding: 7px 0px 0px 0px; }
DIV#top div.subTitle { text-align:center;
	color: #000000; 
	font-size: 34px;
	font-weight: bold;
	margin: 0px;
	padding: 9px 0px 0px 0px;	}

	
/* Stili comuni */
a:link, a:visited {
	color: #444444;
	/*font-weight: bold;*/
	text-decoration: none; 	} 
/* hover: passaggio col mouse; active: appena cliccato */
a:hover, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none; 	}
 
 /* Stile barra di navigazione */
DIV#navigationBar { font-family: impact; font-size: 32px; padding:100px 2px 2px 2px; text-align:center;
width: 640px ; height: 60px ;
 }


DIV#navigationBar a:link, a:visited { color: #000000 ; padding: 0px 16px 0px 2px; text-align:center;
} 


/** content **/
DIV#content { width: 602px; 
	padding: 40px 0px 0px 0px; 
	font-size: 16px;
	font-weight:bold;
	color :			#494A4C ;
	line-height:	16px ;
 }

DIV#content div.title { font-family: Impact;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
		 }



/* footer */
DIV#footer { clear:both; font-family:Impact;
	font-size: 17px;
	clear:			both;
	color:			#000000;
	height:			30px;
	/*
margin:			0px 0px 10px 0px;*/
	width:			640px;
padding:		0px 0px 0px 18px;
	
} 



