#home_banners {
        width: 555px;

}
#home_news {
        margin: 5px 0px 5px 0px;
        padding: 5px 0px 5px 0px;
        width: 555px;
	height: 190px/*190px*/;
	background-image: url('../img/sfondi/bg_homenews_h190.gif');
	background-position : top left;
	background-repeat: no-repeat;
	line-height: 1.4em;
	font-size: 0.8em;
}

.titolo_news {
	font-size: 1.0em;
	font-weight: bold;
	color: #f39002;
}
.titolo_news:hover {
	color: #c37002;
}
#home_azienda {
	cursor: pointer;
	float: left;
	display: block;
        margin: 0px 2px 0px 0px;
        padding: 50px 15px 15px 15px;
        width: 245px;
	height: 377px;
	background-image: url('../img/banners/home_azienda.jpg');
	background-position : top left;
	background-repeat: no-repeat;
}
#home_lavoratore {
	cursor: pointer;
	float: left;
	display: block;
        margin: 0px 0px 0px 2px;
        padding: 50px 15px 15px 15px;
        width: 245px;
	height: 377px;
	background-image: url('../img/banners/home_lavoratore.jpg');
	background-position : top left;
	background-repeat: no-repeat;
}
#home_azienda p, #home_lavoratore p {
	font-size: 95%;
	margin-bottom: 7px;
	color: #235a84;
}

#home_azienda h2, #home_lavoratore h2 {
	color: #6198c2;
}
#home_azienda strong, #home_lavoratore strong {
	font-size: 100%;
	color: #009966;
}