
#scheda {
	width: 772px;
	height:1700px;
	background-image: url(../images/background_image.jpg);
	background-repeat: repeat-y;

	background-color:#cccccc;

}
/* Parte centrale*/

#center {
	width: 772px;
	text-align:left;
}

#center_left {
padding-left:21px;
width: 448px;
float:left;
}

#article {
	width: 448px;
	float:left;
	text-align:left;
	padding-top:20px;
	
}
#article p {
	padding-left:8px;
	
}


#center_right {
float:left;
width: 277px;
padding-top:10px;
padding-left:10px;
}

#scheda_right1 {
	float:left;
	width: 236px;
	margin-top:5px;
	padding-top:13px;
	padding-left:13px;
	padding-right:10px;
	margin-left:10px;
	background-color: #cccc99;
	background-image: url(../images/top_scheda_marrone.jpg);
	background-repeat:no-repeat;
}
#scheda_right2 {
	float:left;
	width: 277px;
	background-image: url(../images/background_scheda_right2.jpg);
	background-repeat:repeat-y;
	margin-top:10px;
}

#scheda_right2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#333333;
	width: 231px;
	padding-left:23px;
	padding-right:20px;
	
}
#scheda_right2 a {
	text-decoration:none;
	color:#333333;
	
	
}

#center_bottoniera {
	width:772px;
	float:left;
	height:30px;
	padding-top:20px;
	text-align:center;
	font-size:12px;
	color:#888888;
}
#center_bottoniera a {
	color:#888888;
}
