/* CSS Document */

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#663333;
}

h1{
	font-size:10px;
	color:white;
	margin:0;
	position: relative;
}
h1 span{
	background:url(../immagini/header.jpg) no-repeat;
	width:707px;
	height:111px;
	margin:10px 0px 0px 10px;
	position: absolute;
}
h2{
	margin:0;
	font-size:1em;
	color:white;
	text-align:center;
}

h4{
	color:#6d6e71;
	font-size:1.2em;
	font-weight:normal;
	margin:3px;
}

a{
	color: #003399;
	text-decoration:none;

}
a:hover{
text-decoration:underline;
}

p{
	margin:5px 0 0 0;
	font-size:0.8em;
	line-height:18px;
}

p span{
	font-weight:bold;
}


#contenitore{
	background:white;
	margin:20px auto 0 auto ;
	width:727px;
}

/* HEADER */
#header{
height:126px;
margin:0;
}
#flash{
	margin:0 9px;
}
#menu{
	background:url(../immagini/menu_background.jpg) repeat-x;
	float:left;
	width:228px;
	height:211px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#menu ul{
	margin:10px 0 0 20px;
	padding:0; 
	list-style:none;
	text-decoration:none;
}

#menu li{
}

#menu a{
	background:;
	display:block;
	margin:0 0 0 0 ;
	line-height:25px;
	padding:0 5px 0 0;
	height:21px;
	width:164px;
	color:white;
	font-size:12px;
	text-align:left;
	text-decoration:none;
}

#menu a:hover{
	color:#FF6600;
	text-decoration:underline;
}
/*-----------------------------*/




#header_flash{
	background:url(../immagini/candela.jpg) no-repeat top right;
	width:481px;
	height:211px;
	float:left;
}



#contenuti{
	padding:0 10px;
	margin:5px 0 0 0;
}
#contenuti p{
	margin:0 10px 5px 10px;
	
}
h3{
	color: #006699;
	font-size:1em;
	margin:10px 0 0 10px;
}
h4{
	color:#006699;
	font-weight:bold;
	font-size:0.8em;
	margin:10px 0 0 10px;
}
#h2_blu_grande{
	width:707px;
	margin: 0 5px 0 0;
	background:#f5e7ce;
} 
#h2_blu_grande h2 {
	background: url(../immagini/h2_blu_grande.jpg) no-repeat;
	width:707px;
	height:33px;
	position:relative; 
	padding:15px 0 0 0;
} 


#h2_rosso h2 {
	background: url(../immagini/h2_rosso.jpg) no-repeat;
	width:232px;
	height:33px;
	position: relative; 
	padding:15px 0 0 0;
} 
#h2_rosso{
	width:232px;
	float:left;
	margin: 0 5px 0 0;
	background:#ecd5ae;
} 
#h2_blu h2 {
	background: url(../immagini/h2_blu.jpg) no-repeat;
	width:232px;
	height:33px;
	position: relative; 
	padding:15px 0 0 0;
} 
#h2_blu{
	width:232px;
	float:left;
	margin: 0 5px 0 0;
	background:#f5e7ce;
} 
#h2_verde h2 {
	background: url(../immagini/h2_verde.jpg) no-repeat;
	width:232px;
	height:33px;
	position: relative; 
	padding:15px 0 0 0;
} 
#h2_verde{
	width:232px;
	float:left;
	background:#ecd5ae;
} 


#footer{
	background:url(../immagini/footer.jpg) no-repeat 10px;
	width:707px;
	height:50px;
	margin:0 0  10px;
	padding:13px;
}
#footer p{
	text-align:center;
	color:white;
	margin:0 0 0 0;
}	
#about{
	width:707px;
	margin:0 auto;
	padding:0 35px;
 	text-align:right;
 	font-size:0.8em;
}
#map{
border:solid 1px black;
}
