@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background-image: url(../img/gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#container{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#555555;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	background-image: url(../img/bkg_top_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	padding-right: 60px;
	padding-left: 60px;
}
#box-ricetta{
	width:875px;
	margin-top:23px;
	clear:both;
	}
	

	
#box-testo {
	float: right;
	width: 420px;
	margin-left: 10px;
	text-align: justify;
	margin-top: 0px;
}
#intestazione {
	width: 880px;
	clear:both;
}
#container #intestazione a {
	font-weight: bold;
	color: #175D8F;
	text-decoration: none;
}
#container #intestazione a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.titolo{
	color:#175d8f;
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	letter-spacing: -1px;
}

#footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 146px;
	width: 950px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.footer-testo {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 109px;
}

