div#content {
	width:970px;
	padding:0 10px 35px;
	background:url(../images/global/bg-content.gif) no-repeat center bottom;
	border-top:1px solid #333;
	float:left;
}



div#content #pagina {
	padding:0 25px;
	background:#F4F4F4 url(../images/global/bg-pagina.jpg) repeat-x left top;
	width:920px;
	float:left;
}


div#content #pagina h3 {
	margin:0;
	padding:10px 0 0;
	border-bottom:1px dotted #BBB;
	height:30px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:25px;
	letter-spacing:-1px;
	
}

div#content #pagina #contenuto {
	border-bottom:1px dotted #CCC;
	padding:20px 0;
	float:left;
}



