div#container {
	background-color: #009966;
	background-image: url(../img/tile.jpg);
	background-repeat: repeat;
	background-position: center;
}
div#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/tile-orr.jpg);
	background-repeat: repeat-y;
}
div#top {
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
div#corpo {
	background-image: url(../img/corpo.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
}
div#piede {
	background-image: url(../img/bottom.jpg);
	background-repeat: no-repeat;
	height: 234px;
	padding-right: 180px;
	padding-left: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
div#menu {
	width: 160px;
	float: left;
	padding-left: 170px;
}
#contenuti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	width: 460px;
	float: right;
	margin-right: 140px;
}
#contenuti a:link {
	color: #009900;
	text-decoration: underline;
}
#contenuti a:visited {
	color: #009900;
	text-decoration: underline;
}
#contenuti a:hover {
	color: #009900;
	text-decoration: none;
}


.titolo {
	font-size: 14px;
	color: #009900;
	font-weight: bold;
}
.testo-grande {
	font-size: 15px;
}

#container #content #corpo #menu img {
	padding-top: 2px;
}
#piede a:link {
	color: #009900;
	text-decoration: none;
}
#piede a:visited {
	color: #009900;
	text-decoration: none;
}

#piede a:hover {
	color: #009900;
	text-decoration: underline;
}
#menu img {
	margin-top: 3px;
}
.evidenza {
	color: #009900;
}
a:link {

	color: #009900;
	text-decoration: underline;
}
a:visited {

	color: #009900;
	text-decoration: underline;
}
a:hover {

	color: #009900;
	text-decoration: none;
}
div#home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
div#pulisci {
	clear: both;
}

