/*
pistacchio 99ff00
arancione ff9900
rosso cc0000
azzurrino 77bbff
*/

body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

/**********************************************************/
/* CONTAINER */

#container
{
	width: 760px;
	margin: 0 auto;
	//border: solid 1px red;
}

/**********************************************************/
/* HEADER parisi */

#header
{
	text-align: center;
}

#header h1
{
	margin: 0;
}

#header h1 a
{
	margin: 0 auto;
	display: block;
	background: url("../img/titolo.png") no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	width: 505px;
	height: 132px;
}

#header p
{
	margin: 0 auto 5px auto;
	background: url("../img/sottotitolo.png") no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	width: 505px;
	height: 39px;
	border-top: solid 2px #cc0000;
	border-bottom: solid 2px #cc0000;
	//text-decoration: overline underline 1px red;
}

/**********************************************************/
/* FOOTER */
#footer
{
	margin-top: 40px;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

#banner
{
	text-align: center;
	margin: 0 auto;
}

/**********************************************************/
/* BARRA */

#barra
{
	margin: 0 auto;
	background: url("../img/barra.png") repeat-y;
	width: 760px;
	height: 30px;
	text-align: center;
	font-weight: bold;
}

#barra a
{
	text-decoration: none;
	color: #000000;
}

#barra a:hover
{
	text-decoration: none;
	color: #006699;
}

#barra a#selezionato
{
	text-transform: uppercase;
}

#barra #info
{
	width: 750px;
	height: 15px;
	text-align: center;
	font-weight: normal;
}

/**********************************************************/
/* felich e CONTENTS */

#contents h2
{
	text-align: center;
	color: #ff9900;
	font-size: 18px;
	font-weight: bold;
}

#contents p
{
	text-align: justify;
	line-height: 1.5em;
}

#contents a, a:hover, a:active
{
	text-decoration: underline;
}

#contents a
{
	color: #0000ee;
}

#contents a:hover
{
	color: #0066ff;
}

#contents a:active
{
	color: #000066;
}

/**********************************************************/
/* LISTE VARIE */

dt
{
	font-weight: bold;
}

dd
{
	margin-bottom: 10px;
}