
body {
	background-color:#CCCCCC;
	background-image: url(../images/bkg_1.gif);
	}
	
#Catalogo {
	float: left;
	width: 500px;
	}
	
.merceologia {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #5484BE;
}

#Catalogo ul {
	width: 250px;
}

#Catalogo img {
	margin-right: 5px;
}

#Catalogo li {
	display:block;
	float:left;
	margin-bottom: 1em;
	}
	
	
.scheda {
	width: 350px;
	float: left;
}

.scheda p {
	margin-top: 10px;
}
