@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#000;
	color:red;
}


.container {
	width:955px;
	min-height:680px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fee8c1;
}

.header {
	width:955px;
	height:236px;
	position:absolute;
	z-index:10;
	
}

.sottotitolo {
	width:955px;
	height:55px;
	background-image:url(../../images/archiviofoto/tassello.png);
	background-repeat:repeat;
	position:absolute;
    z-index:100;
	margin-top:181px;


}
	
.testo {
	font-family: san-serif;
	color:#CC0000;
	font-size: 16pt;
	font-style: italic;
	text-align:center;
	z-index:1000;
	margin-top:30px;
}


.boxmenu {
	margin-top:236px;
	float:left;
	padding:0;
	width:180px;
	height:444px;
	background-color:#f9d79a;
	
}

.boxmenu ul {
	margin-top:30px;
	margin-left:0;
	padding:0;
	list-style:none;
}

.boxmenu ul li{
	margin-top:5px;
	margin-left:0;
	width:170px;
}
.boxmenu ul li a:link, .boxmenu ul li a:visited{
	color:#000;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	display:block;
	width:170px;
	padding:5px;
	font-weight:bold;
}
.boxmenu ul li a:hover, .boxmenu ul li a:active{
	background-color:#C96;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	display:block;
	width:170px;
	padding:5px;
	font-weight:bold;
}

.boxcentrale {
	background:#CC9;
	width:773px;
	height:405px;
	position:absolute;
	margin:256px;
	margin-left:181px;
	
}

.testoboxcentrale {
	font-family: verdana;
	color:#C60;
	font-size: 8pt;
	font-style:normal;
	text-align:justify;
	margin-top:21px;
	margin-left:6px;
	margin-right:6px;