@charset "utf-8";
#contenitore {
	height: auto;
	width: 960px;
	text-align: justify;
	text-decoration: none;
}
#contenitore #corpo {
	height: auto;
	width: 750px;
	float: right;
	text-align: justify;
	padding: 10px;
}
#contenitore #corpo #boxsx {
	text-align: justify;
	float: left;
	width: 65%;
}
#contenitore #corpo #boxdx {
	text-align: center;
	float: right;
	width: 30%;
}



#contenitore #testata {
	height: 150px;
	width: 960px;
	background-image: url(immagini/logo.jpg);
}
#contenitore #navigazione {
	height: 70px;
	width: 960px;
	font-size: 14px;
	text-align: center;
	padding: 2px;
}
#contenitore #menu {
	height: 500px;
	width: 180px;
	float: left;
}
#contenitore #piede {
	height: auto;
	width: 960px;
	float: left;
	color: #FFFFFF;
	text-align: center;
}
