html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, 'sans-seif';
	font-size: 90%;
	color: #232323;
	text-align: center;
	background: #c00 url(images/body_bg_0.png);
}

#container {
	width: 960px;
	margin: 0px auto;
}

#container2 {
	width: 960px;
	background: url(images/body_bg.png) top center repeat-y;
	text-align: left;
}

.title_h1 { font-size: 300%; color: #333; margin: 0; }

#navmenu { display: block; margin: 0; padding: 0; list-style: none;   }
#navmenu li { 
	float: left; height: 20px;
	padding: 10px 15px; margin: 0 10px 0 0; 
	color: #333; background: transparent; 
	font-weight: bold; font-size: 110%;
	cursor: pointer;
}

.siteback { float: right; width: 120px; height: 40px; cursor: pointer; background: url(images/backsite_bg_out.png) top left no-repeat; padding: 0 0 0 10px; margin-right: 5px; line-height: 40px; font-weight: bold; color: #fff; font-size: 90%; text-align: center; }
.siteback:hover { background: url(images/backsite_bg_over.png) top left no-repeat; }
.siteback a { color: #fff; text-decoration: none;}
#navmenu li.ns:hover, #navmenu li.ss { color: #fff; background: #b00; }

.regione { cursor: pointer; }

#hp_scroll h2 { margin: 0 0 20px 0; color: #b00; padding: 0 0 10px 0; border-bottom: 2px solid #ccc;}
#hp_scroll a, #hp_scroll a:link, #hp_scroll a:visited { color: #333; text-decoration: none; font-weight: bold; }
#hp_scroll a:hover { text-decoration: underline; color: #b00; }

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 10px; }



