body {
	background:#FFF; 
	}
#main_wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF; 
	}

#content {
	background:#FFF;
	width:100%;
	top:0px;
	}
	
#content_inner { 
	padding:2em; /* creates space between the box and the content */
	}
	
#logo {
	clear: both;
	text-align: center;
	}
	
#footer {
	clear:both; /* makes the footer sit bbeloow whichever column is longest */
	height:125px;
		text-align: center;
	}
#footer_inner {
	padding:4em 1em; /* creates space between the box and the content */

	}
#content_inner {
	overflow:hidden;
	}
#sinistra {
	width:30%;
	float:left;
	text-align: left;
	}
#centro {
	width:40%;
	float:left;
	}
#destra {
	width:30%;
	float:right
	}
	

/* Text Styles */

body  {
	font-size:100%;
	text-align:center;
	color:#656469;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	}
#main_wrapper {
	text-align:left;
	}
h1 {
	display:none;
	}
h2 {
	color:#5b5b5d;
	font-size:1.5em;
	font-family:Trebuchet MS, verdana, arial, sans-serif;
	font-weight: normal;
	letter-spacing:-.02em;
	text-align: center;
	margin: 1em 0 3em 0;
	}
#testo {
	font-size:14px;
	font-family:Trebuchet MS, arial, sans-serif;
	text-align: center;
	margin: 4em 0 1.5em 0;
	}
ul, ol {
	margin-left:3em;
	font-size:.75em;
	line-height:1.5em;
	}
a {
	color:#F26321;
	font-style:italic;
	text-decoration:none;
	border-bottom:none
	}
a:hover {
	border-bottom:none;
	}
#sinistra, #centro, #destra {
	color:#5b5b5d;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:.8em;
	}
#centro {
	text-align:center;
	}
#destra {
	text-align:right;
	}
	
.grassetto {
	font-weight: bold;
	}
/* Other styles */

img {
	border-style: none;
	}

#hr {
	clear: both;
	background-image: url(../images/hr.png);
	width: 800px;
	height: 20px;
}

#hr hr {
	display: none;
}
