#section {
    width: 431px;
	min-height: 500px;
    padding: 0px 0px 0px 0px;
    margin: 0px 30px 0px 0px;
	float: left;
}
.offerte {
	background: url(../image/offerte_bg.gif) no-repeat top #CC0000;
	width: 220px;
	margin-bottom: 10px;
	float: left;
	display: block;
}
	.offerte H2 {
		padding: 16px 0px 20px 0px;
		margin: 0px 10px 0px 10px;
		font-size: 18px;
		color: #FFF;
		text-align: center;
		border-bottom: 1px solid #A00000;
	}
	
.offerte.natale {
	background: url(../image/offerte_natale_bg.gif) no-repeat top #CC0000;
}
	
/*
	#offerte A {
		display: block;
		padding: 10px 5px 10px 5px;
		margin: 0px 10px 0px 10px;
		font-size: 12px;
		line-height: 120%;
		color: #FFF;
		font-weight: normal;
		text-decoration: none;
		border-top: 1px solid #DC5959;
		border-bottom: 1px solid #A00000;
	}
*/
	
	.offerte A {
		width: 190px;
		display: block;
		padding: 10px 5px 10px 5px;
		margin: 0px 10px 0px 10px;
		font-size: 12px;
		line-height: 120%;
		color: #FFF;
		font-weight: normal;
		text-decoration: none;
		border-top: 1px solid #DC5959;
		border-bottom: 1px solid #A00000;
	}	
	
	
		.offerte A IMG {
			margin: 0px 10px 0px 0px;
			float: left;
			border: 5px solid #A30000;
		}
		.offerte A SPAN {
			display: block;
			font-size: 18px;
			font-weight: bold;
			line-height: 22px;
		}
		.offerte A EM {
			font-size: 14px;
		}
		.offerte A:hover {
			text-decoration: none;
			background: #A30000;
		}
			.offerte A:hover IMG {
				border: 5px solid #CC0000;
			}
	.offerte .offerte_all {
		background: url(../image/offerte_all.gif) no-repeat bottom;
		padding: 0px 0px 5px 0px;
		text-align: right;
	}
	.offerte .offerte_all A {
		border-bottom: 0px solid #A00000;
	}
			
.home_box {
	width: 139px;
	margin-right: 7px;
	float: left;
}
	.home_box H2 {
		background: url(../image/home_box_top.gif) no-repeat top;
		padding: 3px 5px 3px 10px;
		margin: 0px;
		font-size: 16px;
		color: #AC0000;
	}
	.home_box P {
		background: url(../image/home_box_bottom.gif) no-repeat bottom #E5E5E5;
		padding: 3px 10px 10px 10px;
		margin: 0px;
		font-size: 11px;
	}
DIV.foto_home {
	background: url(../image/foto_home_bg.png) no-repeat top!important;
    background: none; /* IE 6.0 */;
	width: 440px;
	min-height: 150px;
	margin: 0px 0px 20px 0px;
	float: left;
	display: inline;
}
	DIV.foto_home IMG {
		margin: 12px 0px 0px 12px;
		border: 1px solid #FFF;
	}