/* Basic Elements */
html, body {
	margin: 0;
	}
#container {
	width: 1000px;
	text-align: justify;
	float: center;
	font-family : Arial;
	font-size : 10pt;
	margin: 0 auto;
	}
#header {
	width: 1000px;
	height: 170px;
	background: url("../images/header.png");
	}
#wrapper {
	float: left;
	width: 1000px;
	margin-top: 10px;
	}
#content {
	width: 470px;
	margin: 0 264px;
	}
#left {
	float: left;
	width: 250px;
	margin-left: -1000px;
	margin-top: 10px;
	}
	
#menu {
    width: 1000px;
	background: #333;
	height: 28px;
	}
	
#flag {
    width: 1000px;
	background:;
	height: 25px;
	margin-top: 5px;	
	}
	
#right {
	float: left;
	width: 250px;
	margin-left: -252px;
	background: ;
	margin-top: 10px;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #666;
	text-align: center;
	padding: 5px 0;
	color: #000;
	background: #cecece;
	margin-top: 10px;
	}

/* Additional styles */
p {
	padding: 0px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
h2 {
	font-family : Arial;
	font-size : 10pt;
    font-weight: 800;
	}
a {
	color: #cc0000;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
.bg_top {
   border: 1px solid #666;
   width: 250px;
   margin-bottom: 10px;   
   color: #F0F0F0;
	font-style: italic;
	font-weight: 800;
   background-color: #CC0000
}

.contenuto_top {
   padding: 5px;
   text-align: center;
}

.bg_content {
   border: 1px solid #666;
   width: 468px;
   margin-top: 10px;   
   color: #F0F0F0;
	font-style: italic;
	font-weight: 800;
   background-color: #CC0000
}

.contenuto_content {
   padding: 5px;
   text-align: center;
}

#bg_120 {
   border: 1px solid #000;
   width: 120px;
   float: left;
   margin-left: 1.5px;
   margin-right: 1.5px;
   margin-top: 10px; 
   color: #F0F0F0;
   font-style: italic;
   font-weight: 800;
   background-color: #CC0000;
}

.contenuto_120 {
   padding: 5px;
   text-align: center;
}

.contenuto_120_banners {
   background-color: #fff;
   border: 0px;
}

/*header banners */

#logo {
   width: 185px;
   float: left;
   margin-left: -5px;
   margin-top: 4px;
}

.contenuto_logo {
   margin: 0;
}

#head {
   border: 1px solid #000;
   width: 125px;
   float: left;
   margin-left: 8px;
   margin-top: 5px;   
   color: #F0F0F0;
   font-style: italic;
   font-weight: 800;
   background: url("../images/bg_trasp.png");

}

.contenuto_head {
   padding: 5px;
   text-align: center;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
