
body {background: #0b1728; text-align: center; }
body img { border: 0; }

/* I font utilizzati */

h1 {	/* Titolo sito*/
	color: #d45500; 
	font: 35px "Trebuchet MS";
	font-weight: bold; 
	margin: 0; padding: 0;
	text-decoration: none;
}

h1 a{	/* Titolo sito*/
	color: #d45500; 
	margin: 0; padding: 0;
	text-decoration: none;
}

h1 a:hover { text-decoration: underline; }

h2 { 	/* Titolo pagina */
	color: #d45500; 
	font: 21px "Trebuchet MS";
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 { /* Titolo paragrafo */
	color: #d45500; 
	font: 15px "Trebuchet MS"; 
	font-weight: bold;
	margin-top: 10px;
	margin-bottom:3px;
}

.testo { /* Testo del paragrafo */ 
	color: #0b1728;
	font: 13px "Verdana";
	text-align: justify;
	margin-top: 5px;
}

ul#ga {
	background-color: #EEF;
	list-style-type: none;
	border: 1px solid #DDF;
	margin-left: 20px;
	margin-right: 20px;
}
ul#ga li {
	font: 10px "Verdana";
	padding: 5px;
	margin-left: 0;
}

.video {
	text-align: center;
	margin-bottom:15px;
}
.bnr { /* Testo del paragrafo */ 
	text-align: center;
}


/* Menu navigazione */

div#navigazione ul {
	margin: 0 0 15px 0;
	padding:0;
	list-style-type: none;
}

div#navigazione ul li h4 { 
	color: #d45500; 
	font: 13px "Trebuchet MS"; 
	font-weight: bold;
	margin: 10px 0 3px;
	padding: 0;
}

div#navigazione ul li ul { 
	list-style-type: none;
	margin-left: 10px;
}

div#navigazione ul li ul li a { 
	text-decoration: none;
	color: #0b1728;
	font: 13px "Trebuchet MS";
}

div#navigazione ul li ul li a:hover { 
	text-decoration: underline;
}

/* I bordi della tabella */
.corner { border:0; padding:0; margin:0; width:30px; height:30px; } 
.tl { background: url("img/corner-tl.png") no-repeat top left; }
.tr { background: url("img/corner-tr.png") no-repeat top right; }
.bl { background: url("img/corner-bl.png") no-repeat bottom left; }
.br { background: url("img/corner-br.png") no-repeat bottom left; }

.t { width:1px; height:30px;background: url("img/side-t.png"); }
.b { width:1px; height:30px;background: url("img/side-b.png"); }
.l { width:30px; height:1px;background: url("img/side-l.png"); }
.r { width:30px; height:1px;background: url("img/side-r.png"); }
.m { background: #fff; }

.right { text-align: right; display: block;}

/* Il layout principale */
div#contenitore { width: 760px; margin: 0 auto; padding: 0; background: #0b1728; }

div#bandiere {
	float: right;
	height: 16px;
	display:block;
	margin: 25px 0 0 0;
	padding: 0;
}


div#titolo {
	margin:	0;
	padding: 0;
	height: 50px;
	width: 500;
	float: left;
}

div#navigazione { 
	margin-top:20px;
	padding-left: 0px;
	margin-left: 0px;
	float: right; 
	width: 185px;
	display: block;
	text-align: left;
}

div#wrapper {
	width: 500px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
	float: left; 
	display: block;
	border-right: 1px dotted #d45500; 
}

div#contenuti { 
	background: #fff;
	width: 485px;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}

div#contenuti pre {
	font-size:1px;
}

div#contenuti a{
	color: #d45500; 
	margin: 0; padding: 0;
	/*background: url("link.png") no-repeat right;*/
	text-decoration: none;
}

div#contenuti a:hover { 
	/*background: url("link-over.png") no-repeat right;*/
	text-decoration: underline; 
}

div#piepagina {
	color: #536c67;
	font: 10px "Verdana";
	margin-top: -5px;
	padding-top: 0px;
}

div#piepagina a{
	text-decoration: none;
}

div#img {
	height:147px;
	margin: 0;
	padding: 0;
	display: block;
	clear:both;
}


table#donations tr {
	text-align: center;
	display: block;
}
