#leftcenter {
	float: left;
	width: 99%;
	height: 100%;	
	position: relative;
}

#toolbar1 {
	float: right;
	width: 0%;
	position: relative;
	text-align: right;
}

#pagetoolbar{
	display: none;
}

#mainpage{
	margin: 0px;
	padding: 0px;
	width: 100%;	
	height: 300px;	
	background-color: #CEE7F4;
	color: Black;
}

#mainpage table{
 	width: 100%;
 	border-collapse: collapse;
	background-color: #CEE7F4;
	color: Black;
	vertical-align: top;
}

#pagetitle{
	display: none;
}

#nome{
	width: 100%;
	text-align: left;
	font-size: medium;
	font-weight: bold;
	padding-top: 10px;
}

#descrlunga{
	width: 100%;
	text-align: left;
}

#linkinfo{
	width: 100%;
	text-align: left;
}

#linkcata{
	width: 100%;
	text-align: left;
}


#contenuti tbody td{
	background-color: transparent;
	color: Black;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
