/* CSS Document */

html, body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-align: justify;
	line-height: 16px;
	background: url(../img/sfondo.jpg) repeat-x;
}

a img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #555;
	text-decoration: underline;
}
a:hover {
	color: #542f27;
}

ul {
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}


#contenitore {
	margin: 0 auto;
	width: 850px;
}




#top {
	width: 100%;
	height: 60px;
	padding-top: 20px;
}

#top_dx {
	width: 300px;
	float: right;
	text-align: right;
	font-style: italic;
	font-size: 14px;
	padding-top: 35px;
}

#immagine {
	width: 100%;
	height: 150px;
	margin-top: 5px;
	display: none;
}

#centro {
	width: 100%;
	height: 500px;
	margin-top: 40px;
}

.riga {
	clear: both;
}

.home_simbolo {
	width: 250px;
	height: 150px;
	background: url(../img/cornice_simbolo.jpg) no-repeat;
	float: left;
	text-align: left;
	margin-bottom: 30px;
}
.home_simbolo img {
	float: left;
	padding-right: 10px;
	/*padding-bottom: 80px;*/
}
.home_simbolo_picc {
	width: 250px;
	height: 130px;
	background: url(../img/cornice_simbolo_picc.jpg) no-repeat;
	float: left;
	text-align: left;
	margin-bottom: 30px;
}
.home_simbolo_picc img {
	float: left;
	padding-right: 10px;
	/*padding-bottom: 80px;*/
}
.titolo {
	font-size: 16px;
	font-weight: bold;
}



#footer {
	width: 100%;
	height: 80px;
	background-color: #666666;
	border-top: 3px solid #999999;
	color: #FFFFFF;
	line-height: normal;
	margin-top: 30px;
	clear: both;
}

#footer_contenitore {
	width: 850px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer_dx {
	width: 200px;
	float: right;
	text-align: right;
}