/* CONTAINER PRINCIPALI */

		html, body {
			margin:0;
			padding: 0;
			text-align: center;
		}
		#container2 {
			background: transparent url('images/bg.gif') center repeat-y;
			margin: 0;			
			padding: 0;
			margin: 0 auto;
			}
			
		#container {
			width: 750px;
			padding: 0;
			margin: 0 auto;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #333;
			background: #fff url('images/aereo.jpg') right top no-repeat;
			border-right:1px solid #000;	
			text-align: left;
		}
		
/* IMPOSTAZIONI GENERALI */
		
		h3 {
			font-size: 12px;
			color: #003;
			margin-bottom: 2px;
		}
		
		h2 {
			margin: 10px 0;
			color: #003;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		p,img {
			border:0;
			margin: 0;
		}
		
		.center {
			text-align: center;
		}
		
		.border {
			border: 1px solid #000;
		}
/* IMPOSTAZIONI GENERALI PER I LINK */

		a {
			color:#366;
			text-decoration: none;
		}

		a:hover {
			color:#033;
			background-color: #9CF;
		}

/* STILI PER SPAN */

		.bold {
			font-weight: bold;}	
			.italic {
			font-style: italic;}
			
		p.partner {
			text-align: center;}
		.partner img {
			border: 1px solid #000;}

/* TABELLE */

table {
	border-collapse: collapse;
	border: 1px solid #000;
	empty-cells: show;
	table-layout: fixed;
	width: 320px;
	font-size: 11px;
	margin: 10px auto; 
	
}

table tr,td {
	border: 1px solid #000;
	padding: 2px;}
			
/* HEADER */

		#header {
			border-bottom: 4px solid #333;
			padding-top: 5px;
			clear: both;
			height: 120px;
			background: #fff url('images/header.jpg') no-repeat;
		}
		

	
/* IMPOSTAZIONI MENU */

		 p.counter {
			float: right;
			padding:none;
		}

 		div#navigation {
			width: 150px;
			margin: 10px 0;
			float: left;
			padding:none;
		}
		p.navi {
			margin: 0;
			border-bottom: 3px solid #ccc;
			border-right: 4px solid #ccc;
			padding:none;
		}
			 
		 #navigation li {
			 display: block;
			 clear: both;
		}
			 
		 #navigation ul {
			margin: 0;
			padding: 0;
			list-style-type: none;			
			width: 150px;
			border-bottom: 1px solid #333;
			border-right: 1px solid #333;
			
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-top: 1px solid #333;
		}
		* html #navigation a{
			width: 150px;
}

		#navigation a:link, #navlist a:visited {
			color:#336;
			text-decoration: none;
		}
		
		#navigation a.arrow {
			background: url(arrow.gif) 96% 50% no-repeat;
				}
				
		#navigation a:hover {
			background-color: #9cc;
			color:#000;
		}
		
		
		
/* NAVIGATION ELEMENTS SUBLISTS */
		
		 #navigation ul.sublist {
			margin-left: 0;
			padding-left: 5px;
			list-style-type: none;			
			float: left;
			width: 145px;
			border-top: 1px solid #333;
			border-bottom: none;
			border-right: none;
		}

		* html #navigation ul.sublist{
			width: 150px;}
		#navigation ul.sublist a {
			display: block;
			padding: 5px;
			width: 135px;
			border: none;
		}
		
		#navigation ul.sublist a:hover {
			background-color: #d4e5e5;
			color:#000;
		}
				

/* BOX CENTRALE */

		#content {
			width: 360px;
			margin-left: 180px;
			margin-right: 200px;
			text-align:justify;
		}
		
		#content p {
			padding-bottom: 10px;
		}

/* BARRA LATERALE */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding: 3px;
		}

/* FOOTER */

		#footer {
			margin-top:20px;
			clear: both;
			background-color:#333;
			padding: 0px 5px;
		}
		
		#footer p {
			color:#ccc;
			padding: 5px;
		}
		
		#footer p a {
			color: #fff;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
