html {
	padding: 0px;
	margin: 0px;
	top: 0;
	right: 0;
}

body {
	font: 14px Verdana, Arial, sans-serifs;
    padding: 0px 0px;
    margin: 0px;
}

#intestazione {
  height: 115px;
	width: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	overflow: visible;
	background: #fff url(logoRFO.jpg) no-repeat fixed 100px 0;
	z-index: 3;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
}

#menu {
	width: 100%;
	padding: 0px;
	top: 115px;
	position: fixed;
	line-height: 30px;
	z-index: 4;
	visibility: visible;
	overflow: visible;
	background: url(cielo.jpg) repeat fixed 0 115px;
	height: 45px;
	right: 0;
}

#sfondo {
	padding: 0;
	position: fixed;
	overflow: visible;
	background: url(acquarello.jpg) no-repeat fixed left bottom;
	z-index: 1;
	width: 254px;
	visibility: visible;
	top: 166px;
	bottom: 0;
	left: 0;
}

#contenuto {
	margin: 5px 10px 10px;
	top: 176px;
	left: 264px;
	position: absolute;
	overflow: auto;
	z-index: 1;
	visibility: visible;
	background-color: #fff;
	color: #000;
}

#titoli {
	color: #4566a2;
}

img {
	padding: 6px;
	border-style: none;
}

H1 {
	font-size: 20px;
}

H2 {
	font-size: 17px;
}

H3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

li {
	list-style-position: outside;
	margin-left: 10px;
}

a:link {
	text-decoration: none;
	color: #4566a2;
}

a:hover {
	text-decoration: underline;
	color: #b8cee0;
}

a:visited {
	color: #4566a2;
	text-decoration: none;
}
