 
a:link {color: #479254; }
a:visited {color: #479254; }
a:hover {color: #FF0000; }
a:active {color: #479254; }

 .contenitore {
	color: #FFFFFF;
	background-color:#FDEABF;
	position: relative;
	bottom: 0px;
	margin: 0em;
	padding: 0em;
	width: 780px;




}

.top{
	background: url(images/top.jpg) no-repeat top;

}

.bottom {
	background: url(images/bottom.jpg) no-repeat center bottom;
}

.contenuto {
	padding: 1.5em 0px 1.5em 1.5em;
	margin: 0px;
	width: auto;


}
.intestazione {
	background-attachment: scroll;
	background-image: url(images/intestazione.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: auto;


}
body {
	background-color: #FFFFFF;
	color: #FFFFFF;
	width: 60px;

}


.footer {
	background-color: #006633;
	clear: none;
	top: 0em;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #F0C732;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	width: 780px;
	margin-top: 5px;

}
.floatLeft {
	float: left;
	left: 0px;
	padding-right: 1em;

}
.floatRigth {
	float: right;
	padding-left: 1em;

}
.clearNone {
	clear: none;
}

p {
	font-size: medium;
	color: #666666;
	clear: none;
	padding: 1em;
	text-align: justify;
	margin-right: 1em;
	margin-left: 1em;

}
.superContenitore {
	width: 100%;
	text-align: center;

}

