body,html {
	background-color:#FFFFFF;
}
.Container {
	float: left;
	width: 950px;
	position: absolute;
	left:50%;
	margin-left:-475px;
	background-image: url(grafica/bg.gif);
	background-repeat: repeat-y;
	top:0px;
}

/* -------------------- */
/* TESTA                */
/* -------------------- */

.Top {
	float: left;
	height: 30px;
	width: 950px;
	overflow:hidden;
	background-image: url(grafica/top.gif);
	background-repeat: no-repeat;
}

.Testa {
	float: left;
	margin:0px 35px 0px 35px;
	display:inline; 
	width: 880px;
	overflow:hidden;
}
.Testa_logo {
	float: left;
	width: 390px;
	overflow:hidden;
}

.Contenitore_img {
	float: left;
	margin:0px 25px 10px 25px;
	display:inline; 
	width: 900px;
	height:400px;
	overflow:hidden;
	background-color:#FFFFFF;
}

.Menu {
	float: left;
	margin:0px 25px 0px 25px;
	display:inline; 
	width: 900px;
	overflow:hidden;
	background-color:#FFFFFF;
}
.Menu_cnt {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Times, serif;
	font-size: 14px;
	float: left;
	margin:10px 25px 10px 25px;
	display:inline; 
	overflow:hidden;
}
.Cont_main {
	float: left;
	margin:0px 35px 0px 35px;
	display:inline; 
	width: 880px;
	overflow:hidden;
}

/* -------------------- */
/* COLONNA SX           */
/* -------------------- */

.Sx {
	float: left;
	width:265px;
	margin:0px 20px 10px 0px;
	display:inline;
	overflow:hidden;
}
.Sx_mn_cnt {
	width:265px;
	background-image: url(grafica/mn_bg.gif);
	background-repeat: repeat-y;
	overflow:hidden;
}
.Sx_mn_cnt_top {
	float: left;
	width:265px;
	height:30px;
	background-image: url(grafica/mn_top.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}
.Sx_mn {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Times, serif;
	font-size: 14px;
	width: 245px;
	margin:10px 10px 0px 10px;
	display:inline;
	border-bottom:1px #996600 dotted;
	padding-bottom:5px;
	float: left;
	overflow:hidden;
}
.Sx_mn_nt {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Times, serif;
	font-size: 14px;
	width: 245px;
	margin:10px 10px 0px 10px;
	display:inline;
	padding-bottom:5px;
	float: left;
	overflow:hidden;
}
.Sx_mn2 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Times, serif;
	font-size: 14px;
	width: 235px;
	margin:0px 10px 3px 10px;
	display:inline;
	background-color:#FFFFFF;
	padding:5px;
	float: left;
	overflow:hidden;
}
.Sx_mn_cnt_bmt {
	width:265px;
	height:30px;
	float:left;
	overflow:hidden;
	background-image: url(grafica/mn_btm.gif);
	background-repeat: no-repeat;
}

/* -------------------- */
/* COLONNA DX           */
/* -------------------- */

.Dx {
	float: left;
	width:595px;
	margin:0px 0px 10px 0px;
	display:inline;
	overflow:hidden;
}

.Dx_mn_cnt {
	width:595px;
	margin-bottom:10px;
	overflow:hidden;
}
.Dx_mn_cnt_top {
	float: left;
	width:595px;
	height:30px;
	background-image: url(grafica/cnt_top.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}
.Dx_mn {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Times, serif;
	font-size: 12px;
	width: 575px;
	padding:10px;
	float: left;
	overflow:hidden;
	background-color:#FFFFFF;
}
.Dx_mn_img {
	width:122px; 
	margin:0px 20px 0px 0px;
	border:15px solid #F3EDE4;
	display:inline; 
	float:left;
}
.Dx_mn_txt {
	width:400px;	 
	float:left;
}
.Dx_mn_cnt_bmt {
	width:595px;
	height:30px;
	float:left;
	overflow:hidden;
	background-image: url(grafica/cnt_btm.gif);
	background-repeat: no-repeat;
}
.Dx_img {
	float: left;
	width: 140px;
	text-align:left;
}

/* -------------------- */
/* CODA           */
/* -------------------- */

.Coda {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	float: left;
	width: 880px;
	margin:20px 0px 0px 0px;
	display:inline;
}
.Chiusura {
	float: left;
	height: 45px;
	width: 950px;
	overflow:hidden;
	background-image: url(grafica/btm.gif);
	background-repeat: no-repeat;
}

/* -------------------- */
/* TESTI           */
/* -------------------- */

.titolo {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Times, serif;
	font-size: 25px;
	color:#006633;
	font-weight:bold;
}

.evidenza {
	color:#006633;
	font-weight:bold;
}

.evidenzia_r {
	color:#FF0000;
	font-weight:bold;
}

/* -------------------- */
/* LINKS           */
/* -------------------- */

.a_mn:link {
	text-decoration: none;
	color:#996600;
}
.a_mn:visited {
	text-decoration: none;
	color: #996600;
}
.a_mn:hover {
	text-decoration: none;
	color:#000000;
}
.a_mn:active {
	text-decoration: none;
	color: #996600;
}
.a_mn_qui:link {
	text-decoration: none;
	color:#000000;
}
.a_mn_qui:visited {
	text-decoration: none;
	color: #000000;
}
.a_mn_qui:hover {
	text-decoration: none;
	color:#996600;
}
.a_mn_qui:active {
	text-decoration: none;
	color: #000000;
}

