body {
	margin:0;
	
	text-align: left;
}

/*
-----------------------------------------
			 display: none;
-----------------------------------------
*/

h1 {
	display: none;
}

#main_menu {
	display: none;
}

#section_menu {
	display: none;
}

#menu_preview {
	display: none;
}

#loghi {
	display: none;
}

#footer #credits {
	display: none;
}


/*
-----------------------------------------
				testata
-----------------------------------------
*/

#head {
	margin: 0 0 1cm 0;
	padding: 0 0 1px 0;
	
	border-bottom: 0.3mm solid #666;
}

#head img {
	float: right;
	
	width: 80mm;
	height: 7mm;
}

#head div {
	clear: both;
}

/*
-----------------------------------------
				contenuti
-----------------------------------------
*/

h2 {
	margin: 0 0 0.5cm 0;
	padding: 0;
	
	border-bottom: 0.3mm solid #666;
	
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
}

p {
	float: left;
	
	width: 60%;
	
	margin: 0;
	padding: 0 0 0.5cm 0;
	
	line-height: 1.5em;
	
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;	
}

#contents img {
	float: right;
	
	margin-bottom: 0.3cm;
}

.up {
	display: none;
}

/*
-----------------------------------------
			  news
-----------------------------------------
*/

#news {
	margin-top: 20px;
	
}

#news h2 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #777;
	font-weight: normal;

	margin: 0;
	padding-left: 15px;

	border-bottom: 1px #edeedd solid;
}

#news ul {
	margin: 2px 0;
	padding: 8px 0;
	
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;

	/*background: #f5f5f5;*/

	list-style: none;

	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#news li {
	display: block;
	height: 72px;

	padding: 0;
	margin: 2px 1px;

	background: #fff url(../../images/data_bg.jpg) repeat-y 0 0;

	border-bottom: 1px #edeedd solid;
	border-right: 1px #edeedd solid;
}

#news ul li span.data {
	display: block;
	background: #edeedd url(../../images/data_bg.jpg) no-repeat 0 0;

	padding: 2px 15px;

	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #f9f9f9;
}

#news ul img {
	float: left;
	width: 80px;
	height: 55px;
	padding: 0;
	margin: 0 20px 0 1px;
	border: 0;
}

#news ul span.news_text {
	display: block;
	height: 35px;
	margin: 5px 0 0 0;

	color: #555;
}

#news ul .news_text a {
	font-weight: bold;
	text-decoration: none;

	color: #555;
}

#news ul .news_info {
	display: block;
	margin: 0 20px 0 0;

	font-size: 9px;
	color: #888;
	text-align: right;
}

#news ul .news_info a {
	text-decoration: none;

	font-size: 9px;
	color: #888;
}

#news #archivio_news {
	border-top: 1px #edeedd solid;
}

#news #archivio_news a {
	display: block;
	padding: 0 5px 0 0;
	text-decoration: none;
	text-align: right;

	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

/*
-----------------------------------------
				footer
-----------------------------------------
*/

#footer {
	margin-top: 1cm;
	padding: 5mm 0;
	
	border-top: 0.3mm solid #666;
	border-bottom: 0.3mm solid #666;
}

#footer ul {
	list-style: none;
	
	margin: 0;
	padding: 0;
}

#footer a {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

#footer #shiny {
	display: none;
}

