body {
	background-color: #2f444a;
	background-image: url(image/sfondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: inherit;
}
#header {
	height: 108px;
	background-color: #e6d9a5;
	background-image: url(image/sf_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#h_sopra {
	height: 85px;
	background-image: url(image/logo.gif);
	background-repeat: no-repeat;
	background-position: right;	
	
}
#h_sotto {
	color: #496871;
	font-weight: bold;
	height: 22px;
	background-color: #e6d9a5;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#h_header {
	color: #496871;
	font-weight: bold;
	height: 22px;
	background-color: #e6d9a5;
	font-size: 12px;
}

#sx_top {
}
.sx_bottom {
	background-color: #e6d9a5;
	vertical-align: top;
}
.contenuti {
	background-color: #e6f1f5;
	background-image: url(image/sf_contenuti.jpg);
	background-repeat: repeat-y;
	background-position: left;

	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}
.brd_dx {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#master {
	border: 1px solid #FFFFFF;
	width: 810px;
	align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}hr {
	margin: 0px;
	color: #666666;
	height:1px;
	padding: 0px;
}.immagine {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
height: 550px;
	width:400px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 10px;
}

#myglossarioscroll {
	/* Typical fixed height and fixed width example */
	height: 550px;
	width:530px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 10px;
}


#master table tr td table tr .contenuti table tr td table tr td p {
	font-size: 11px;
}

