body {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	font-family: Arial;
			}
			
h1	  {
	font-size: 14px;
	text-align: center;
	color: #41A62A;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font: Arial, Helvetica, sans-serif;
			}
			
h2		{
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #41A62A;
			}
			
ul{
	list-style-image: none;
	list-style-type: none;
	margin-top: auto;
			}

ul a {
	text-decoration: none;
			 }
 
li{
	list-style-image: none;
	list-style-type: none;
			}
			
#contenitore {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
			}
			
#header {
	width: 800px;
	height: 150px;
	float: left;
			}

#logo {
	width: 566px;
	height: 150px;
	float: left;
	background-image: url(immagini/logo_air_senza_scritta.jpg);
	background-repeat: no-repeat; 
			}
			
#acronimo_air {
	width: 225px;
	height: 150px;
	float: right;
	background-image: url(immagini/ass_ita_reb.jpg);
	background-repeat: no-repeat;
			}
			
#menu_sinistra {
	width: 140px;
	height: 450px;
	float: left;
	font-size: 14px;
	margin-top: 20px;
	text-indent: -30px;
	line-height: 20px;
	font-variant: small-caps;
	letter-spacing: 1px;
			}
		
#contenuti {
	width: 643px;
	min-height: 450px;
	float: left;
	font-size: 12px;
	color: #58585A;
	margin-top: 20px;
	margin-left: 5px;
	padding-left: 10px;
	background-image: url(immagini/sfondo_contenuti.jpg);
	background-repeat: no-repeat;
	border-left-width: 2px;
	border-left-color: #41A62A;
	border-left-style: solid;
			}
			
#contenuti a {
	text-decoration: none;
	font-weight: bold;	
			 }
			 
#contenuti a:link {
	text-decoration: none;
	color: #F29400;
			 }

#contenuti a:visited {
	color: #F29400;
			 }
			 
#contenuti a:hover {
	color: #41A62A;
			 }
			 
#contenuti a:active {
	color: #F29400;
			 }


#novita	{
	width: 582px;
	height: 222px;
	margin-right: 29px;
	margin-left: 29px;
	border-width: 4px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: solid;
	border-color: #F29400;
	position: absolute;
	top: 390px;
	padding-left: 5px;
			}
			
#footer {
	width: 800px;
	height: 30px;
	float: left;
	font-size: 10px;
	color: #41A62A;
	text-align: center;
	border-top-width: 2px;
	border-top-color: #41A62A;
	border-top-style: solid;
			}
			 
#menu_sinistra a {
	text-decoration: none;
			 }
			 
#menu_sinistra a:link {
	text-decoration: none;
	color: #41A62A;
			 }

#menu_sinistra a:visited {
	color: #41A62A;
			 }
			 
#menu_sinistra a:hover {
	color: #F29400;
			 }
			 
#menu_sinistra a:active {
	color: #41A62A;
			 }
			 
