@charset "UTF-8";

*{
	margin:0px;
	padding:0px;
}
html, body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	background-color:#17218E;
}

body{
	background-image:url(../grafica/bg.jpg);
	background-repeat:repeat-x;
	}

#up_right{
	z-index:1000;
	background-image:url(../grafica/logo_citta.png);
	background-repeat:no-repeat;
	width:142px;
	height:142px;
	position:absolute;
	top:0px;
	right:0px;
}

a {
	color:#666;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
	color:#000;
}

#contenitore{
	width:1000px;
	height:auto;
	margin:auto;
	position:relative;
	text-align:center;
}


#testata{
	width:739px;
	margin-left:2px;
	height:463px;
	padding-top:15px;
	padding-left:259px;
	background-image:url(../grafica/testata.png);
	background-repeat:no-repeat;
}


#menu_up{
	width:615px;
	height:72px;
	}

#menu_up ul li { list-style: none; }

#menu_down{
	width:527px;
	height:38px;
	position:relative;
	top:2px;
	left:450px;
	color:#F00;
	text-align:center;
}

#menu_down a {
	color:#F00;
	text-decoration:none;
}
#menu_down a:hover {
	text-decoration: none;
	color:#AA0101;
}

#corpo{
	width:600px;
	margin:auto;
	padding:25px;
	position:relative;
	margin-top:10px;
	height:auto;
	color:#FFF;
	text-align:justify;
	/*border:15px solid #2EB771;
	background-color:#FFF;*/
}


#footer{
	width:996px;
	height:51px;
	padding-top:15px;
	font-size:10px;
	text-align:center;
	background-image:url(../grafica/footer.png);
	background-repeat:repeat-x;
	color:#FFF;
	}
/******************************* FORM *******************************/

.testo_form{
	background-color:#FFF;
	color:#000;
	width:95%;
	height:15px;
	font-size:10px;
	margin-bottom:5px;
}

.textarea_form{
	background-color:#FFF;
	color:#000;
	width:95%;
	height:65px;
	font-size:10px;
}

.tasti{
	width:60%;
	height:25px;
	background-color:#FFF;
	color:#000;
	font-size:12px;
	font-variant:small-caps;
}

.img_gallery{
	width:126px;
	float:left;
	margin:10px;
	border:2px solid #FFF;
}

/*
=================================== Horizontal Navigation ================================*/
#hnav { position: relative; top: 0; left: 0; width: 615px; height: 72px; background: url('../grafica/horiz_sprites.png') no-repeat; }
#hnav li { position: absolute; left: 0; height: 72px; }
	#hnav #hnavhome { width: 82px; left: 0px; }
	#hnav #hnavlocal { width: 146px; left: 82px; }
	#hnav #hnavhigher{ width: 162px; left: 228px; }
	#hnav #hnavcomm { width: 143px; left: 390px; }
	#hnav #hnavnews { width: 82px; left: 533px; }
#hnav li a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 72px; text-indent: -9999em; }




