/* CSS Document */
body{
	background:url(img/italia.jpg) top left repeat-x #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3d3d3d;
}
#content{
	position:relative;
	margin:0 auto;
	width:100%;
}
#top{
	position:relative;
	top:0;left:0;
	width:100%;
	margin-top:15px;
}
#center{
	position:relative;
	top:0;left:0;
	width:100%;
}
#center table{
	width:100%;
	margin-top:15px;
}
#center table tr{	
}
#center table tr td{
	padding:7px;
}
#center table tr td p{
	font-size:11px;
	text-align:justify;
}
#center table tr td .ricetta{
	font-size:16px;
	color:#2f5d8c;
	font-weight:bold;
}
#center .border{
	border-bottom:1px solid #2f5d8c;
}
#center .border2{
	border-bottom:1px solid #2f5d8c;
	background:#EDF5FE;
}