body {
	background-color: #000000; 
	text-align: center;
	margin-top: 20px;
}

table.content {
	background-color: #ff6600; 
	margin: 0px auto; 
	padding: 0px;
	color: #ffffff;
}

td.intro {
	width: 400px; 
	height: 400px; 
	text-align: right;
	padding: 0px;
}

td.prima {
	width: 400px; 
	height: 400px; 
}

td.seconda {
	width: 400px; 
	height: 400px; 
	text-align: left;
	background-color:#FFFFFF;
	color:#000000;
	padding: 5px 0px 5px 5px;
}

div.testi {
	padding: 5px;
	overflow: auto;
	width: 400px;
}

p {
	font-family: verdana, sans-serif;
	font-size: 11px;
}

#navcontainer ul
{
list-style-type: none;
text-align: left;
padding: 3px;
margin: 3px;
}

#navcontainer ul li a
{
background: transparent url(foto/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #FFC60C;
}

#navcontainer ul li a:hover
{
background: transparent url(foto/list-on.gif) left center no-repeat;
color: #ffffff;
}

#navcontainer ul li a#current
{
background: transparent url(foto/list-on.gif) left center no-repeat;
color: #ffffff;
}

