body{
	margin:0px auto;
	background-color:#D8D8D8;
	font-family:Arial, Helvetica, sans-serif;
	}
#contenitore{
	width:1005px;
	height:auto;
	/*position:absolute;
	left:50%;
	margin-left:-500px;*/
	float:left;
	background-image:url(fondino.jpg);
	background-repeat:no-repeat;	
	}
	
#colonna_sx{
	width:200px;
	height:auto;
	float:left;
	}

#colonna_dx{
	width:800px;
	height:870px;
	float:left;
	}
	
/*--------- div colonna sinistra ---------*/

#box_logo{
	width:200px;
	height:200px;
	float:left;
	}

#box_menu{
	width:175px;
	height:250px;
	float:right;
	}
	
#box_clienti{
	width:175px;
	height:200px;
	float:right;
	}

/*--------- div colonna destra ---------*/

#box_testalino{
	width:800px;
	height:100px;
	float:left;
	margin-top:145px;
	}

#box_sezioni{
	width:800px;
	height:575px;
	float:left;
	}

#box_piede_dx{
	width:800px;
	height:25px;
	float:left;
	text-align:center;
	}
	
/*--------- div sezione interna ---------*/	

#box_titolosezione{
	width:700px;
	height:30px;
	float:left;
	}
#box_contenuto{
	width:750px;
	height:545px;
	float:left;
	text-align:center;
	margin-top:10px;
	}

#box_cambiopagina{
	width:600px;
	height:20px;
	float:right;
	margin-top:25px;
	margin-right:50px;
	color:#333333;
	font-size:10px;
	text-align:right;
	}
#box_cambiopagina a:link{
	color:#333333;
	text-decoration:none;
	}
#box_cambiopagina a:visited{
	color:#333333;
	text-decoration:none;
	}
#box_cambiopagina a:hover{
	color:#666666;
	text-decoration:none;
	}
/*--------- classi ---------*/

.testo_menu{
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	color:#333333;
	margin:0px auto;
	}
.testo_menu a:link{
	color:#333333;
	text-decoration:none;
	}
.testo_menu a:visited{
	color:#333333;
	text-decoration:none;
	}
.testo_menu a:hover{
	color:#999999;
	text-decoration:none;
	}

h1{
	font-size:20px;
	color:#333333;
	margin-left:10px;
	margin-bottom:0px;
	}
	
h2{
	font-size:11px;
	color:#333333;
	}
h3{
	font-size:10px;
	font-style:normal;
	color:#333333;
	margin-left:10px;
	margin-top:5px;
	}
h4{
	font-size:12px;
	color:#333333;
	font-style:oblique;
	margin-left:25px;
	margin-bottom:-10px;
	}
h5{
	font-size:9px;
	color:#666666;
	font-style:normal;
	margin-left:25px;
	margin-top:-10px;
	}
	
.testo_clients{
	font-size:11px;
	color:#333333;
	margin:0px autox;
	line-height:16px;
	}
.testo_clients a:link{
	color:#333333;
	text-decoration:none;
	}
.testo_clients a:visited{
	color:#333333;
	text-decoration:none;
	}
.testo_clients a:hover{
	color:#999999;
	text-decoration:none;
	}
	
	
.testo_piede{
	font-size:10px;
	color:#666666;
	margin-right:10px;
	margin-top:5px;
	}
.testo_piede a:link{
	color:#666666;
	text-decoration:none;
	}
.testo_piede a:visited{
	color:#666666;
	text-decoration:none;
	}
.testo_piede a:hover{
	color:#333333;
	text-decoration:none;
	}
	
.testo_contact{
	font-size:12px;
	color:#333333;
	margin-left:25px;
	}
.testo_contact a:link{
	color:#333333;
	text-decoration:none;
	}
.testo_contact a:visited{
	color:#333333;
	text-decoration:none;
	}
.testo_contact a:hover{
	color:#999999;
	text-decoration:none;
	}
	
	