body {
	background-image: url(../fig/text_onduline.jpg);
	background-repeat: repeat-y;
	background-position: left 30px;
}
#contenuti h1 {
	color: #CC0033;
}
#contenuti h2 {
	color: #FF6633;
}
#contenuti h3 {
	color: #3366CC;
	border-bottom-color: #3366CC;
}

#contenuti h4 {
	color: #006633;
}
#keywords {
	border-bottom-color: #CC0033;
}

#contenuti img.sinistra, #contenuti img.destra, #contenuti img.centro {
	border: solid 2px #CC0033;
	padding: 1px;
}

#sinistra {
	background-image: url(../fig/onduline.jpg);
	background-repeat: no-repeat;
	background-position: left 50px;
}

#guida {
	position: absolute;
	top: 291px;
	left: -1px;
	width: 200px;
	height: 149px;
}

#guida h2 {
	color: #CC0033;
	font-size: 13px;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#guida h2 a:link {
	color: #CC0033;
	text-decoration: underline;
}

#guida h2 a:visited {
	text-decoration: underline;
	color: #CC0033;
}

#guida h2 a:hover {
	text-decoration: none;	
}

