body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #FFFF99;
	background-image: url(images/albero_sfondo.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-size: medium;
	background-position: left bottom;
}
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: 800;
	color: #CC6600;
}
.sottotitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 600;
	color: #663300;
	position: relative;
	top: -20px;
}
.menusx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #663300;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	clear: both;
	display: block;
	width: 15%;
	line-height: 20px;
	font-weight: 300;
	list-style-type: decimal;
}
.corpo {
	color: #663300;
	background-color: #FFFFFF;
	border: medium solid #CC6600;
	padding: 10px;
	position: relative;
	top: -20px;
	width: 75%;
	max-width: 750px;
	display: block;
	float: left;
	clear: none;
}
.fondo {
	margin: auto;
	width: 675px;
	clear: both;
	color: #630;
	font-size: small;
}

.imgdx {
	float: right;
}
.imgsx {
	float: left;
}
.menusx a {
	color: #663300;
}
.menusx a:link, .menusx a:visited {
	text-decoration: none;
}
.menusx a:hover, .menusx a:active {
	text-decoration: underline;
}
.corpo a {
	color: #663300;
	line-height: 4px;
}
.corpo a:link, .corpo a:visited {
	text-decoration: none;
}
.corpo a:hover, .corpo a:active {
	text-decoration: underline;
}
.corpo div p img {
	margin: 5px;
	padding: 5px;
	border: medium solid #C60;
	float: right;
}
.pagina {
	clear: both;
	width: 100%;
	margin: auto;
}
.pagina .menusx p strong {
	font-weight: 900;
	font-size: large;
}
.pagina .sottotitolo a {
	color: #663300;
}
.pagina .sottotitolo a:link, .pagina .sottotitolo a:visited {
	text-decoration: none;
}
.pagina .sottotitolo a:hover, .pagina .sottotitolo a:active {
	text-decoration: underline;
}
.intestazione {
	background-image: url(images/sfondo.jpg);
	background-repeat: repeat-x;
}

