html {
}

body {
	width: 800px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
        background: #fff url(../images/layout/sfondo.gif) repeat-x;
	/*border: 1px solid black;*/
}

/* ------ TESTATA ------ */

#testata{
	width: 100%;
	height: 112px;
	background: url(../images/home/testata.gif) no-repeat center;
	position: relative;
}



h1 {
	margin: 0px;
}

h3 {
	display: none;
}

h2 {
	width: 240px;
	margin: 0px;
	padding-right: 3px;
	position: absolute;
	right: 0px;
	top: 30px;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	color: #B86512;
	border: 0px solid black;
}

/* ------ CENTRO ------ */

img {
	border: none;
}

.nascosto {
	display: none;
}

