/* GENERICI */
* {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body {
	background: url("/_graphics/top/header_bg.gif") #26403F repeat-x;
	text-align: center;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#26403F;
	margin: 0px;
}
UL LI {
	list-style: none;
}
/* STRUTTURA IMPAGINAZIONE */
#header {
	position:relative;
	width: 100%;
	height: 45px;
	text-align: left;
}
#topNav {
	position:relative;
	width: 100%;
	height: 47px;
	text-align: left;
}
#toptitolo {
	position: absolute;
	top: 26px;
	float: left;
	height: 20px;
	padding-left: 10px;
}
#wrapper {
	position: relative;
	width: 970px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	background-position: left top;
	background: url("/_graphics/top/bg_corpopagina.gif") repeat-y;
	text-align: left;
}
/* AREA CONTENUTI */
#page_content {
	position: relative;
	width: 970px;
	margin: 0px;
}
#corpo_pagina {
	float: right;
	width: 737px;
	text-align: left;
}
/* CENTRO PAGINA */
#page_contenuti {
	margin-top: 3px;
	width: 542px;
	text-align: left;
}
.body_page {
	float: left;
	width: 537px;
	height:auto;
	margin: 0px;
	border: 0px;
	padding-bottom:10px;
	color:#666666;
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
}
.body_page a {
	color:#999999;
	text-decoration: underline;
}
.body_page a:hover {
	color:#000;
	text-decoration:underline;
}
.ubicat {
	width: 250px;
	height: 300px;
	float: left;
	font-size: 11px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
br.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}
/* GOOGLE SEARCH */
.geo_google {
	position: relative;
	padding: 30px 0 20px 0;
	background: #FFF;
	text-align: center;
}