@charset "utf-8";
A:link { text-decoration: none; color: #990000; }
A:visited { text-decoration: none; color: #990000; }
A:hover { text-decoration: none; color: #990000; }
/* Homepage */

.titolo {
	widht:400px;
	font: bold 14px Georgia; 
	color: black; 
	text-decoration: none;
	line-height: 40px;
	padding-left: 5px;
	margin-bottom:20px;
}
.data-evento {
	font-family: Georgia; 
	font-size: 14px;
   font-weight: bold;
	line-height: normal; 
	color: #990000; 
	text-decoration: none; 
}
#main {
	width:700px;
	margin:0 10px 0 10px;
}
#contenitore-sx {
	width:690px;
	margin:20px 5px 20px 5px;
	border-top:1px solid;
	border-right:1px solid;
}
#contenitore-dx {
	width:690px;
	margin:20px 5px 20px 5px;
	border-top:1px solid;
	border-left:1px solid;
}
#evento-sx {
	float:left;
	width:120px;
	padding:10px 5px 10px 10px;
}
#evento-dx {
	float:right;
	width:120px;
	padding:10px 10px 10px 5px;
}
#corpo-evento-sx {
	text-align:center;
	padding:10px 10px 10px 130px;
}
#corpo-evento-dx {
	text-align:center;
	padding:10px 130px 10px 10px;
}
.testo {
	font-family: Georgia; 
	font-size: 13px; 
	line-height: normal;
}
.contenitore-sx {
	width:690px;
	margin:20px 5px 20px 5px;
	border-top:1px solid;
	border-right:1px solid;
	font-family: Georgia; 
	font-size: 13px; 
	line-height: normal;
}
.contenitore-dx {
	width:690px;
	margin:20px 5px 20px 5px;
	border-top:1px solid;
	border-left:1px solid;
}
.evento-sx {
	float:left;
	width:120px;
	padding:10px 5px 10px 10px;
	font-family: Georgia; 
	font-size: 14px;
   font-weight: bold;
	line-height: normal; 
	color: #990000; 
	text-decoration: none; 
}
.evento-dx {
	float:right;
	width:120px;
	padding:10px 10px 10px 5px;
	font-family: Georgia; 
	font-size: 14px;
   font-weight: bold;
	line-height: normal; 
	color: #990000; 
	text-decoration: none; 
}
.corpo-evento-sx {
	text-align:center;
	padding:10px 10px 10px 130px;
	font-family: Georgia; 
	font-size: 13px; 
	line-height: normal;
}
.corpo-evento-dx {
	text-align:center;
	padding:10px 130px 10px 10px;
	font-family: Georgia; 
	font-size: 13px; 
	line-height: normal;
}
#footer {
	margin:30px;
	width:640px;
	height:20px;
