@import url('reset.css');
@import url('typo.css');

body {
	text-align:center;
	background-color:#EFEBE7;
}

#main {
	text-align:left;
	width:990px;
	margin:10px auto;
}

#header {display:none}

/* LEFT COLUMN */
#left-col {display:none}

/*  CENTER COLUMN*/
#center-col {
	width:958px;
	border:none;
	background-color:#FFF;
	padding:8px 0 15px;
}
.print-version,
.bookmark,
.send-page {display:none;}
#content-functions {display:none;}

/* RIGHT COLUMN */
#right-col {display:none;}

#footer {clear:both;text-align:center}
#left-col-footer {display:none}
#center-col-footer {
	float:left;
	width:960px;
	padding:15px;
}
#center-col-footer p {margin:0;}
#right-col-footer {display:none}


#center-col ul, ol { padding-left:15px; }
#center-col .title { margin-bottom:30px; }

.news-evidenza-item, .news-latest-item, .news-list-item { clear:both; margin-bottom:20px; overflow:hidden; }
.news-evidenza-image, .news-latest-image, .news-list-image { float:left; margin-right:15px; }

