/* CSS Document */
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#principale{
	width:520px;
	
	
}

#singolo{
	margin:3px;
	height:300px;
	border:solid;
	border-width:1px;
	border-color:#009900;
	float:left;
}

#titolo{
	width:150px;
	margin:3px;
	font-size: 12px;
	text-transform:uppercase;
	color:#009900;
	background:#EEEEEE;
	border:solid;
	border-width:1px;
	border-color:#009900;
}
#img{
	width:150px;
	margin:3px;
	text-align:center;	
}

#txt{
	width:150px;
	margin:3px;
	text-align:left;
	color:#009900;
}
#altezza{
	
}

