/*
	Nome: Siciliamania
	Version: 1.0
	Stile: Home Page
*/


#inrilievo {
	background-image: url(../images/rilievo.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 146px;
}
#inrilievo img {
	margin: 40px 40px 0px 40px;
}
/*--------------------------------------------------*/
#news {
	text-align: left;
	margin: 15px 10px;
}
#news dt {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	border-bottom: 2px solid #F4F4F4;
	padding: 8px;
}
#news dd {
	line-height: 20px;
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 20px;
}
/*--------------------------------------------------*/
#rss {
	margin-top: 50px;
}
#rss img {
	margin: 0px 15px;
}

