@charset "utf-8";
body, html {
	margin:0;
	padding:0;
	font-family: arial, sans-serif;
	background-color: #020202;
	background-repeat: no-repeat;
	background-position: top center;
}

#contorno {
	width:800px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
	display: none;
}

a {
	color:orange;
}

#navigazione {
	background-repeat: repeat-x;
	background-position: center;
	height: 28px;
	text-align:center;
}
#navigazione p {
	margin: 0;
	padding-top: 5px;
}

#navigazione a {
	color:white;
	padding-left:25px;
	padding-right:25px;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
}
#navigazione a:hover {
	color: #FAA61A;
}

#header {
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid orange;
	height: 127px;
	text-align:center;
}

#header h2 {
	text-align:center;
}

#header h3 {
	text-align:center;
	color: white;
	font-size: 20px;
}

.sotto {
	display: block;
	margin-left:30px;
	margin-bottom:10px;
	color: white;
}

#footer {
	background-repeat: no-repeat;
	background-position: center;
	color:white;
}

#footer p
{
	font-size: 12px;
	font-weight: bold;
}

h2 {
	margin-right:0;
	color: #FAA61A;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 30px;
	text-align: left;
}

h3 {
	margin-right:0;
	color: #FAA61A;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.engtitle {
	margin-top: -8px;
	color: white;
	display: block;
	padding-top:0px;
	margin-left:40px;
	margin-right:20px;
	font-size: 20px;
	font-weight: normal;
}

#contenuto {
	text-align:center;
}

#pagina {
	margin-left:320px;
}

#testopagina {
	font-family: Helvetica;
	margin-right:40px;
	margin-left: 20px;
	text-align: left;
	color:white;
}

.inglese {
	color:orange;
}

#menu {
	text-align:left;
	float:left;
	width:320px;
	margin: 0;
}

#menu a {
	font-weight:bold;
	color:orange;
	text-align:left;
	text-decoration: none;
}

#foto {
	height:400px;
	padding-left: 15px;
	background-repeat: no-repeat;
}

#menu a:hover {
	color:#FAA61A;
}

#menu2 ul{
	list-style-type: none;
	margin-left: -15px;
}

#menu2 {
	padding-top: 5px;
	background-repeat: no-repeat;
	padding-bottom:40px;
}

.divisore {
	background-image: url(immagini/divisore.png);
	background-repeat: no-repeat;
	background-position: center;
	height:2px;
}
.currentpage {
	font-weight:bold;
	color: #EB9505;
}