div#left_side{
    float:left;
	width: 28%;
	height: 950px;
    margin: 0px;
	padding:0px;
	background-color:#E6E7E8;
	/* border : 1px dashed #CC0033;  */
	position:relative;
	}

div#right_side{
    float:right;
	width: 70%;
	height: 650px;
	margin: 0px;
	padding:0px;
	/* border : 1px dashed #CC0033; */
	position:relative;	
	}
	
div#storia{
	position:absolute;
	top: 50px;
	left:30px;	
	width: 85%;
	text-align: justify;
	padding: 10px; 
	}

table {
table-layout: fixed;
width: 400px;
border-collapse: collapse;
}
table td{
border: solid 1px #02243C;
padding: 5px;
text-align:center;
}

div#box_contatti{
	position:absolute;
	/* margin-top: 200px; */
	top: 790px;
	left:40px;	
	text-align: left;
	border : 1px solid #4C88BE;
	background: #E8E99E;
	width: 400px;
	padding: 15px;
	}
div#box_contatti p{
margin-top: 0px; margin-bottom:7px;
}


.thumb{/*.t1,.t2,.t3,.t4*/
	position:absolute;
	left:20px;
	width:160px;
	height:120px;
	border: 1px solid #02243C;
	}	
.t1{
	top: 20px;
}
.t2{
	top: 220px;
}
.t3{
	top: 420px;
}
.t4{
	top: 620px;
}

.didascalia{/*.t1,.t2,.t3,.t4*/
	position:absolute;
	left:20px;
	width:160px;
	height:30px;
	/padding-top:12px;
	font-style:italic;
}	
.d1{
	top: 135px;
}
.d2{
	top: 335px;
}
.d3{
	top: 535px;
}
.d4{
	top: 735px;
}



