@import url("Basic.css");

/*---Corpo Centrale---*/

#CorpoCentrale {
	width:964px;
	position:relative;
	background-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*---Colonna Sinistra---*/

#ColonnaSinistra {
	position:relative;
	width: 427px;
	height: 500px;
	left: 1px;
	top:1px;
	background-color: #DFDFDF;
}

#Italia-iframe {
	position:relative;
	width: 422px;
	height: 450px;
	left: 2px;
	top:10px;
}

/*---Colonna Destra---*/

#ColonnaDestra {
	position:absolute;
	width: 500px;
	height: 500px;
	left: 430px;
	top:1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF3399;
}

#Ricerca {
	position:absolute;
	width: 483px;
	height: 500px;
	left: 18px;
	top:8px;
	background-image: url(../img-struttura/SF_ricercaavanzata.gif);
	background-repeat: no-repeat;
	z-index: 1;
}

#Ricerca-iframe {
	position:absolute;
	width: 450px;
	height: 378px;
	left: 27px;
	top:83px;
}
