body{
	margin: 0px;
	padding:0px;
}

a{
	text-decoration:none;
	color:#DD0000;
}

.contenitore_home{
	width:168px;
	height:580px;
	margin-left:12px;
}


.titolo_home{
	font-family:'Times New Roman', Times, serif;
	font-size:50px;
	color:#DD0000; 
}

.menu_home{
	margin-bottom:8px;
}


.header{
	width:800px; 
	height:240px; 
	background:url(/img/header.jpg) no-repeat top left;	
	border-top: 2px solid #4D83CA;
	border-bottom: 2px solid #404040;	
	clear:both;
}

.contenitore{
	width:158px;
	height:228px;
	text-align:left;
	margin-left:12px;
	overflow: hidden;
}


.contenuto{
	width:516px;
	float:left; 
	/*margin:38px 61px 38px 53px;*/
	margin-top:40px ;
	padding-left:45px;
	background-color:#FFFFFF;
}

.contenuto_gallery{
	float:left; 
	margin-top:40px;
	padding-left:35px;
	background-color:#FFFFFF;
	width:585px;
}


	.titolo{
		font-family:'Times New Roman',"Trebuchet MS", serif;
		font-size:24px;
		color:#DD0000; 
		margin-bottom:10px;
	}
	
	.testo{
		font-family: "Trebuchet MS",'Times New Roman',serif;
		font-size:14px;
		color:#000000;
	}
	
	.gallery{
		float:left; 
		width:140px; 
		/*height:105px;*/
		background-color:#343A90;
		border-top:2px solid #666CC2;
		border-left:2px solid #666CC2;
		border-right:2px solid #02085E;
		border-bottom:2px solid #02085E;
		text-decoration:none;
		cursor:pointer;
		margin-right:25px; 
		margin-bottom:25px;
	}
	
	.gallery .img{
		text-decoration:none;
		width:100%; 
		height:80px; 
		overflow:hidden;
		cursor:pointer;
	}
	
	.gallery .titolo_imm{
		width:100%; 
		font-family: "Trebuchet MS",'Times New Roman',serif;
		color:#FFFFFF;
		font-size:13px;
		font-weight:bold;
		/*background-color:#7C0101;*/
		text-align:center;
		text-decoration:none;
		cursor:pointer;
		margin: 2px 0 2px 0;
	}
	
	.gallery2{
		float:left; 
		width:140px; 
		height:80px; 
		margin-right:25px; 
		margin-bottom:25px;
		background-color:#343A90;
		border-top:3px solid #666CC2;
		border-left:3px solid #666CC2;
		border-right:3px solid #02085E;
		border-bottom:3px solid #02085E;
		cursor:pointer;
	}
	
	.gallery2 .img{
		text-decoration:none;
		width:140px; 
		height:80px; 
		overflow:hidden;
		cursor:pointer;
	}

.menu_elenco{
	width:158px; 
	float:right; 
	margin:90px 5px 0 5px;
	font-family: "Trebuchet MS",'Times New Roman',serif;
	text-transform:lowercase;
}


.menu_elenco a{
	font-size:15px;
	color:#FFFFFF;
	height: 15px;
	padding-left:18px;
	background:url(/img/freccia.gif) no-repeat left;
	text-decoration:none;
}

.menu_elenco a:hover{
	font-size:15px;
	color:#DD0000;
	height: 15px;
	padding-left:18px;
	background:url(/img/freccia_h.gif) no-repeat left;
}

.menu_sel{
	font-size:15px;
	color:#DD0000;
	height: 15px;
	padding-left:18px;
	background:url(/img/freccia_s.gif) no-repeat left;
	text-decoration:none;
}


.footer{
	color:#9C9A9C;
	font-family: "Trebuchet MS",'Times New Roman',serif;
	font-size:14px;
	padding: 15px 0 15px 0;
}



