
html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#fff; 
font-size:76%; 
font-family:georgia, "palatino linotype", "times new roman", serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}

#content {
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 113px;
	bottom: 30px;
	left: 190px;
	right: 0;
	background: white;
}

* html #content {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	max-height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	z-index: 3;
	border-top: 113px solid #fff; /*100px solid #fff;*/
	border-bottom: 30px solid #fff; /*50px solid #fff;*/
	border-left: 190px solid #fff; /*200px solid #fff;*/
	padding-right: 10px;
}


#head {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 113px; /*100px*/
	background: white url(images/g5.gif) repeat-x fixed top left;
	background-position: 0 0;
	font-size: 4em;
	z-index: 5;
	overflow: hidden;
	color: #fff;
	border-bottom: 1px solid gray;
}

#foot {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 30px; /*50*/
	font-size: xx-small;
	z-index: 5;
	overflow: hidden;
	background: #E6E6E6;
	color: #494949;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#foot_in{
	clear: left;
	width: inherit;
	border: 1px solid gray;
	height: 100%;
}

#left {
	position: absolute;
	left: 0;
	top: 113px;
	bottom: 30px;
	width: 180px; /*200px;*/
	font-size: 1.2em;
	z-index: 4;
	overflow: auto;
	background-color: #F1F3FB;
	border-right: 1px dotted gray;
}

* html #left {
	height: 100%;
	top: 0;
	bottom: 0;
	border-top: 113px solid #fff;
	border-bottom: 30px solid #fff;
	color: #ffe;
}

.bold {
	font-size: 1.2em;
	font-weight: bold;
}

dd {
	display: none;
}
a.nav, a.nav:visited {
	margin-left: 50px;
	display: block;
	width: 100px;
	height: 25px;
	background: #aaa;
	color: #eee;
	border: 1px solid #000;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
}
a.nav:hover {
	background: #000;
	color: #fff;
}

/*my*/
#img_titolo{
	top: 0px;
	position: relative;
	left: 24px;
}

#spot{
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 15px;
	color: #434343;
}

.img_l{
	float: left;
	position: relative;
	margin-right: 10px;
}

.content h1{
	font: small-caps bold x-large Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	color: red;
}

.content h2{
	font: small-caps bold small Arial, Helvetica, sans-serif;
	text-align: center;
	color: maroon;
}

.content p{
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
	padding-top: 0px;
}

.testo p{
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #414141;
	padding-top: 0px;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.testo h1{
	font: small-caps bold x-large Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	color: red;
}

.testo h2{
	font: small-caps bold medium Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	color: red;
}

.testo ul{
	list-style-type: disc;
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #414141;
}

