div.coda {
	position: relative;
	clear: left;
	height: 53px;
	width: 690px;
	background-image: url(images/bottombkg.gif);
	background-repeat: repeat-x;
	border-top: 1px dotted #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	text-align: center;
	z-index:1;
}

#centrale {
	position: relative;
	width: 692px;
	border-left: 1px solid #c3c3c3;
	z-index:0;
	overflow:hidden;
}

#copribordo {
	position: absolute;
	top:36px;
	z-index:12;
	width: 1px;
	height:284px;
	background-color:#ffffff;
}

.grandesinistra {
	position: relative;	
	width: 200px;
	top: 0px;
	height:0px;
	margin-top: 15px;
	margin-left: -1px;
	z-index: 4;
	float: left;
}

div.welcome {
	clear: both;
	height: 150px;
	border-top: 1px solid #c3c3c3;
	border-right: none;
	border-bottom: none;
	/*border-right: 1px dotted #c3c3c3;*/
	padding: 10px;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
}


.newssection {
	height: 400px;
	border-top: 1px solid #c3c3c3;
	border-left: none;
	border-right: none;
	font-family: tahoma;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
}

.newssection[class]
{
	height:auto;
	min-height:400px;
}


/* Contenuto */

#contentframeOuter
{
	position: relative;
	margin-top: 149px;
	width: 490px;
	border-right: 1px solid #c3c3c3;
	border-left: 1px dotted #c3c3c3;
	float: left;
}

#contentframeOuter[id]
{
}

#contentInnerBottom
{
	margin-left:5px;
	margin-bottom:10px;
	margin-right:10px;
	clear:both;
}

#contentframeInner
{
	background-color:#FFFFFF;
	background-image:url('images/borderl.gif');
	background-repeat:repeat-y;
	min-height:520px;
	height:520px;
	padding-left: 5px;
	margin-left:5px;
	margin-top:5px;
	margin-right:10px;
}

#contentframeInner[id]
{
	height:auto;
}



