@charset "utf-8";
/* CSS Document */
html {
		height: 100%;
		overflow: hidden;
	}

body{
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;

}
#header{
	top: 0px;
	left: 80px;
	z-index: 2;
	position: absolute;
	background-color: #1A171B;
}
#header .logo{
	width:400px;
	height: 300px;
	background-color: #333333;
	background-image: url(img/logoGiuda.gif);
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;

}

#header .menu{
	background-color: #1A171B;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
}
#header .menu ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header .menu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #F5F5F5;
	text-decoration: none;
	display: block;
	margin-right: 25px;
	margin-bottom: 10px;
}
.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	margin-right: 25px;
	margin-bottom: 10px;
	padding-left: 55px;
	width: 350px;
	font-style: italic;
}
.testo a#link{
	color:#CCCCCC;
	font-size: 11px;
}
#header .menu a:Hover{
	background-color:#FFFFFF;
	color:#333333;
	padding-left: 5px;
}
#header .citazione{
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	margin-left: 120px;
	margin-top: 80px;

}
#header .footer{
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}
.firma{
	font-size:11px;
	letter-spacing:2px;
	margin-left: 150px;
}
#map_canvas{
	width: 100%;
	height: 100%;
}
#side_bar{
background-color:#00FF33;
}
#firstHeading{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
}

#bodyContent h2{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 12px;
}
#bodyContentManifesto{
	width: 380px;
}
#bodyContentManifesto p{
	font-family: Georgia, Times, serif;
	font-size: 13px;
	color: #333333;

}
#bodyContentManifesto h2{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 12px;
}
#firstHeadingManifesto{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
}
