* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	vertical-align:middle;
	font-family:Verdana;
}
img{ border:none;}
hr {display:none;}
body {
	background-color: #DFD9BC;
	margin: 0px;
	padding: 0px;
}
a{
color: #000000;
}
a.hover{
color: #BB001B;
}

/* -- box contenitore -- */

#contenuti {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 809px;
}

/* -- box destro -- */

#testo_home {
	float: right;
	height: 600px;
	width: 604px;
	background-image: url(/img/sf_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#testo {
	float: right;
	height: 600px;
	width: 604px;
	background-image: url(/img/sf_testo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#testo_els {
	float: right;
	height: 600px;
	width: 604px;
	background-image: url(/img/sf_els.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* -- box chiusura ombra -- */

#chiusura {
	background-image: url(/img/chiusura.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	width: 809px;
}



/* -- varie -- */

.nofloat {
	CLEAR: both; 
}
