ul#toolbar
{
	height: 36px;
	width: 800px;
	text-align: center;
	list-style: none;
	margin: 0 auto;
	clear: both;
}
	
#toolbar li 
{
	width: 160px;
	height: 36px;
	float: left;
	vertical-align: middle;
}
	
#toolbar li a 
{
	color: white;
	height: 30px;
	display: block;
}
	
#toolbar li.active 
{
	background-image: url(../img/Tab_Selected.png);
	background-repeat: no-repeat;
}

#toolbar li.inactive 
{
	background-image: url(../img/Tab_Deselected.png);
	background-repeat: no-repeat;
}


/* Contenitore della parte da scorrere... in modo da visualizzare una pagina per volta */

#scroller 
{
	width: 800px;
	margin: 0 auto;	
	background: transparent;
	overflow: hidden;
}

/* Contenitore delle pagine... deve essere grande! */

#allpanes
{
	width: 4500px;
}

/* Contenitore della singola pagina */

.section 
{
	width: 800px;
	float: left;
	text-align: left;
}

.section .left_column
{
	text-align:right;
	width:200px;
	float:left;
}

.section .left_column h1
{
	text-align:right;
	color: #101265;
	font-size: 18px;
}

.section .right_column
{
	float:right;
	width:550px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify; 
	border-left:1px solid #CCC;
	text-align:left;
}
