/* ------------------------------ */
/* 1. universal reset */
/* ------------------------------ */

* {
	margin: 0;
	padding: 0;
}





/* ------------------------------ */
/* 2. layout della pagina */
/* ------------------------------ */

	/* base */

body#pagetop {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #898989;
	border-style: none;
	border-width: 0;
	background-color:#666666;
	background: url(immagini/header.jpg) repeat-x 50% 0 #666666;

}

#header {
background-image:url(immagini/head1.jpg);
background-repeat:no-repeat;
background-position:center;
height:139px;

}
#header2 {
width: 860px;
margin-left:auto;
margin-right:auto;

}

#contenuti {
background-image:url(immagini/centro.png);
background-position:center;
background-repeat:repeat-y;

}


img {
border: 0px;

}


#footer {
background-image:url(immagini/sotto.png);
background-position:center;
height:57px;
background-repeat:no-repeat

}
#pagina {
width: 860px;
margin-left:auto;
margin-right:auto;


}


a
{
color: #777671;
font-style: italic;

}

a:hover
{
color: navy;
	text-decoration: underline;
}

a:visited
{
color: #3342aa;
	text-decoration: underline;
}

h1 {
font-size: 12px;
color: #5b5b8a;
font-style: bold;}
