/*Struttura*/
.sfondo {
	background: #FFF url(../images/sfondo.png) repeat-y center top;
}
#header {
	background: transparent url(../images/Scritte/airport.jpg) no-repeat center;
	width: 760px;
	height: 250px;
}
#header h1 {
	display: none;
}
#central {
	margin: 5px 20px;


}
#central2 {
	margin: 5px 20px;
    width: 700px

}
#footer {
	height: 40px;
	width: 738px;
	margin: 11px 11px 0 11px;
	border-top: 1px solid #A6A8A5;
	line-height: 40px;
	text-align: center;
	font-size: 90%;
	font-style: italic;
}

/*Menu*/
#menu {
	height: 35px;
	width: 738px;
	margin: 11px;
	border-top: 1px solid #A6A8A5;
	border-bottom: 1px solid #A6A8A5;
}
#menu h2 {
	display: none;
}
#menu ul {
	white-space: nowrap;
}
#menu ul li {
	display: block;
	float: left;
	height: 35px;
	width: 173px;
	line-height: 35px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #A6A8A5;
}
#menu ul li.first {
	border-left: 1px solid #A6A8A5;
}
#menu ul li a {
	display: block;
	height: 35px;
	color: #000;
	font-size: 110%;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFF;
	background-color: #A6A8A5;
}

/*Testo*/
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
