body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #fff;
	color: #222;
	font: small/1.4 Arial, Helvetica, sans-serif;
	}

.dida {
	font-size: x-small/1;
	font-style: italic;
	}




p {	
	font-size: small/1;
	margin: 0;
	padding: 10px 10px 0px 10px;
	}
.titolo {
	font-weight: bold;
}
.elenco {
	font-weight: bold;
	text-indent: 1em;
}
/*#left {
padding: 10px;
	}*/

#right p {
	padding: 0 10px 10px 10px;
	}

A {  
	text-decoration: none;
	font-weight: bold;
	color: #CB7B09;
	padding: 0;
	}
A:hover {
	color : #000000;
	}
	
#top {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 1px solid #000000;
}
#bottom {
	border-top: 1px solid #000000;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
#content {
	border: 1px solid #000000;
}

#content #right {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #000000;
}
#top #alto {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#top #menu {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #000000;
}
 ul#tabnav {
 	text-align: center;
	list-style-type:none;
	margin:0;
	padding-left: 40px;
	}
	
ul#tabnav li {
	float: left;
	width: 5em;
	background-color:#fff;
	margin: 0px 2px 0 0px;
	border: 1px solid #000;
	}
	
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #663;
	background-color:transparent;
	text-decoration: none;
	}
	
ul#tabnav a:hover {
	display: block;
	color: #000;
	background-color:#FDB533;
	text-decoration: none;
	}
	
body#who li.who, body#what li.what, body#gallery li.gallery {
color: #000;
background-color:#FDB533;
}

h1 {
  font: 1.2em Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  padding: 10px 0 0 10px;
}
input.txt {
  color: #222;
  background-color: #DCDCDC;
  border: 1px inset #B8B8B8;
  width: 200px;
}

textarea.txt {
  color: #222;
  background-color: #DCDCDC;
  border: 1px inset #B8B8B8;
  width: 370px;
}

input.btn {
  color: #222;
  background-color: #B8B8B8;
  border: 1px outset #B8B8B8;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}

img	{
	border: 0;
	}

.imgleft {
	float: left;
	margin: 0px 10px 10px 0;
	padding: 0;
	line-height: 1.2em;
	border: 5px solid #fff;
}

.imgright {
	float: right;
	margin: 0px 0 10px 10px;
	padding: 0;
	line-height: 1.2em;
	border: 5px solid #fff;

}	

.imgdida {
	border: 2px solid #FDB533;
}

td, th {
	font: 0.8em Arial, Helvetica, sans-serif;
}
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 95%;
}
.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 4px;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr:hover, .datatable tr.hilite {
	background-color: #DFE7F2;
	color: #000000;
}
