* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family:Helvetica, Verdana, Arial;
	font-size: 14px;
	background-color:#FFFFFF;  
	line-height:18px;
	
	
}

#main {
	position:relative;
	margin: 0px auto 0px auto;	
	width:960px;
	
}

/*#container{
width: 790px;
float:left;
border:solid #b4985a 2px;
}*/

#header {
	position:relative;
	width:960px;
	float:left;
	height:70px;
	text-align:center;
}

#center {
	position:relative;
	width:960px;
	/*background:url(../immagini/bkg_center.jpg) #4b5053 repeat-y left top;*/
	float:left;
	
}

#footer{
	position:relative;
	float:left;
	width:960px;
}

#sx{
	position:relative;
	float:left;
	width:640px;
}

#dx{
	position:relative;
	float:left;
	width:320px;
}

h1{
	font-size:24px;
	font-weight:normal;
	
}

#azzera_float{clear:both;}


.testo{
	color:#333333;
	text-align:justify;
	padding:10px;
	width:610px;
}



.testo a{
	color:#f8d522;
	text-decoration:none;
}

.testo a:hover{
	color:#f8d522;
	text-decoration:underline;
}