body { 
	text-align: center; 
	margin: 0 auto;
	background-color: black;
} 

body, td {
	font-family: Verdana, sans-serif;
	font-size: .900em;
	line-height:1.300em;
	color: #333;
}

a { text-decoration:underline;font-family: Verdana, Arial, sans-serif;color:blue;}
a:link	{color:blue;}
a:visited{color: blue;}
a:hover	{color: red;}

.pagina { font-weight: bold;font-size:1.00em; color:white;}
.paginaTesto { color:white;}


.title {
	font-size: 1.00em;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	color: black;
}

#wrapper {
	display: block;
	width: 1000px; 
	margin: 0 auto; 
	text-align: center;
	background-color: white;
} 

#header1 { 
	width: 270px; 
	height: 140px; 
	margin: 0 auto; 
	text-align: left;
	background-color: white;
	float: left;
} 
#header2 { 
	width: 730px; 
	height: 140px; 
	margin: 0 auto; 
	text-align: left;
	background-color: white;
	float: left;
} 

#menu { 
	width: 1000px;
	height: 25px;
	margin: 0 auto; 
	text-align: left;
	background-color: grey;
	float: left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
} 

#leftPage {
	display: block;
	left: 0px;
	top: 0px;
	width: 270px; 
	margin: 0 auto; 
	text-align: left;
	background-color: white;
	float: left;
} 

#centerPage { 
	display: block;
	width: 460px; 
	margin: 0 auto; 
	text-align: left;
	background-color: white;
	float: left;
	overflow: auto;
} 


#rightPage { 
	display: block;
	width: 270px; 
	margin: 0 auto; 
	text-align: left;
	background-color: black;
	background-image: url("immagini/bkgnd_right.gif");
	float: left;
} 

#footer { 
	width: 1000px; 
	height: 5px; 
	margin: 0 auto; 
	text-align: left;
	background-color: darkgrey;
	border-top: 1px solid black;
	border-bottom: 1px solid white;
	float: left;
} 
