body{
    background:#f7931e;
	/*background-image: url(../images/repeat_body.jpg);*/
	background-repeat:repeat-y;
	background-position:center;
	margin-top: 0px; 
	margin-bottom: 10px; 
	margin-right: 0px; 
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration: none;
	font-weight: normal;	
	SCROLLBAR-FACE-COLOR: #636250;
	SCROLLBAR-TRACK-COLOR: #fff;
	SCROLLBAR-HIGHLIGHT-COLOR: lavander;
	SCROLLBAR-SHADOW-COLOR: lavander;
	SCROLLBAR-3DLIGHT-COLOR: lavander;
	SCROLLBAR-DARKSHADOW-COLOR: lavander;
	SCROLLBAR-ARROW-COLOR: #fff;
	line-height:18px;
}


/* ------ DIV struttura -------*/
#container_esterno {
	width:auto;
	background-image:url(/images/repeat_sfondo.jpg);
	background-repeat: repeat-y;
	background-position:center top;
	border:1px solid #f7931e;
}
#container {
	/*width:830px;*/
	width:825px;
	min-height:400px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border:0px solid #FF0;
	
}

#top {
	margin-top:20px;
	position:relative;
	background-color:#FFF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	/*width:800px;*/
	width:auto;
	height: 123px;
	margin-left: auto;
	margin-right: auto;
	border:0px solid #0F0;
	
}


#centrale {
	width:580px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align:justify;
	border: 0px solid #666;
}

#sx {	
	float:left;
	/*width:175px;*/
	padding-left:3px;
	margin:0px 0px 0px 10px;
	
	min-height: 235px;
	height: auto !important;
	height: 235px;
	border:0px solid #F0F;
}

#dx {	
	float:right;
	width:625px;
	padding: 0px;
	margin:0px 15px 0px 0px;
	
	min-height: 235px;
	height: auto !important;
	height: 235px;
	/*background-color:#999;*/
}

#pop_news{
	background-color:#b5d5ea;
	color:#FFFFFF;
	position:absolute;
	z-index:100;
	padding: 8px;
	width:350px;
	height: auto;
	border:2px solid #FFFFFF;
}

#credits{
	background-color:#b5d5ea;
	color:#FFFFFF;
	padding: 8px;
	width:350px;
	height: auto;
	border:2px solid #FFFFFF;

	position:fixed;
	z-index:100;
}

#logo { width:100%; background-color:#F00; }

#news { padding:10px;}

#piede {
	padding:10px;
	background-color:#f7931e;
	
	border:0px solid #0F0;}

/* ------ /DIV struttura -------*/

	
a:visited { color:#f98500}
a:link {color:#f98500}
a:hover {color:#0ea7e1}

a.testo:link { text-decoration:none; color:#000  }
a.testo:visited { text-decoration:none; color:#000 }
a.testo:active { text-decoration:none; color:#FFF }
a.testo:hover { text-decoration:none; color:#FFF  }


.titolo { 
	font-size:14px; 
	color:#000;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:15x;
	font-style:italic;
	text-align:center;
	}

#bg-sottotitolo {
	background-image:url(../images/bg-sottotitolo.jpg);
	height:52px;
	background-repeat:no-repeat;
	text-transform:lowercase;
	text-align:center;
	color:#FFF;
	}

#bg-piede {
	background-color:#0A0027;
	height:20px;
	text-align:center;
	color:#FFF;
	}


.sottotitolo {
	color:#FFF;
	font-size:11px; 
	font-weight:bold;
}

img { 
	border: none;
	}

.img_dx {
	float: right;
	border:1px solid #cccccc;
	/* top - right - bottom - left*/
	margin: 2px 2px 2px 15px;
}

.img_sx {
	float: left;
	border:1px solid #cccccc;
	/* top - right - bottom - left*/
	margin: 2px 2px 2px 15px;
}

.bordo_img {
		border:1px solid #cccccc;}

a.sottotitolo:link { text-decoration:none; color:#FFF  }
a.sottotitolo:visited { text-decoration:none; color:#FFF }
a.sottotitolo:active { text-decoration:none; color:#f7931e }
a.sottotitolo:hover { text-decoration:none; color:#f7931e  }

.titolo_arancio { 
	color:#F93; font-weight:bold;
	}
/* ------------- Class FORM mail ----------------- */
div.in{
	margin: 5px 0 5px 5px;
	font-size:12px;
}

div.in label{
	float:left;
	width:125px;
	line-height:15px;
	text-align:left;
}

div.in input{
	font-size:12px;
}

