body{
	background-color: #DADADA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 64%;
	line-height: 1.6em;
	text-align: center;
}
h1,h2{
	margin: 0px;
	padding: 0px;
	display: inline;
}
p{
	text-align: justify;
	padding: 0px;
	margin: 0px;
}
a{
	color: #009966;
	text-decoration: none;
	font-size: 1.2em;
	padding: 5px 5px 5px 0px;
	margin: 0px;
	display: block;
}
a:hover{
	text-decoration: underline;
}
#container {
	width: 750px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-right: auto;
	margin-left: auto;
	text-align: left;

}
#box{
	margin: 0px;
	padding: 20px;
}
#logo{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
#intestazione{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}
#intestazione h1{
	color: #009966;
	margin-left: 57px;
	font-size: 1.2em;
}
#intestazione h2{
	color: #666666;
	font-weight: normal;
	margin-left: 20px;
	font-size: 1.1em;
}
#small{
	margin-right: 57px;
	margin-left: 57px;
}
#dx{
	width: 288px;
	float: right;
}
#sx{
	width: 288px;
}
#immagine{
	margin: 0px;
	padding: 20px 0px;
	clear: both;
}

