body  {
  background: url(images/sfondo.gif) repeat;
	text-align: center; }
	
#container  {
    position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px; 
	height: auto;
	background: white;
	font-family: Garamond, "Times New Roman", Georgia, serif;
    font-size: medium;
	text-align: left;
	color: #000000; 	
	border-left: 1px #000000;
	border-right: 1px #000000;
	border-top: 1px solid #000000;
	border-bottom: 5px double black; }

#intestazione { 
  height: auto;
	}
	
#logocts  { 
    float: left; 
	width: 147px;
	height: 220px; <!-- valore precedente 150 -->
	padding-left: 5px;
	padding-top: 5px;}

#bacheca   { float: left;
	width: auto;
	height: auto;
	padding-left: 20px;
	padding-top: 0px;}

#title  {
    float: left;
    width: 605px;
	height: 155px;
	background: white;
	padding-top: 20px; 
	text-align: center; }

#menu { 
	float: left;
	width: 160px;
	height: 420px;
	margin-left: 2px;
	background: rgb(247,171,90); /* bluetto rgb(119,159,183) */ 
	text-align: left; 
	padding-left: 10px; 
	padding-top: 20px; }
	
#menu ul {
  margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 20px; 
	padding-top: 5px; /* spazio sopra ai link */
	padding-bottom: 5px; /* spazio sotto ai link */ }

#menu li {
	padding-bottom: 10px; /* spazio tra i link */
	display: block; } /* display: inline;  ordinamento dei link -- ora sono sulla stessa riga */ 
	

#menu li a { 
  /* background: white; */
  text-decoration: none;
	color: black; /* specificato bianco altrimente prende il colore auto violetto*/ }

#menu li a:hover { 
	color: rgb(125,66,156);/* celestino rgb(030,086,101) -- #c71585 */
	font-weight: bold;
	text-transform: uppercase; /* colore che prendono i link al passaggio del mouse */ }
	
	
	
#text  {
    float: left;
    background:white;
	width: 540px;
	height: auto;
	margin: 0px;
	padding: 15px;
		}

#appendice {
    float: none;
    background:white;
	width: 730px;
	height: auto;
	margin: 0px;
	padding: 15px;
		}

		
p:first-letter {
	color: #000000;
	font-style: normal;
	font-size: 24px;
}

#figura { position: relative;
top: 60px;
left:40px;
}
	
/* footer della pagina */
/*---------------------------------------------------*/

#footer {
	font: 11px verdana, arial, helvetiva, sans-serif;
	clear: left;
	background-color: #CCCCCC;
	width: 760px;
	text-align: center;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 1px;
	color: #fff;
	}
	
#footer a  {
  text-decoration: none;
  color: black; }

#footer a:hover  { 
  /* background-color: ; */
	color: blue; }
