/*
    Copyright (C) 2009-2010  Fabio Mattei <burattino@gmail.com>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

body {
	margin: 0;
	padding: 0;
	text-align: center; /* per IE5.x/Win */
}
#centrato {
	width:984px;
	margin:auto;
	text-align: left; /* per IE5.x/Win */
}
#corpo {
	width:984px;
	float:left;
}
#colonnagrande {
	float:right;
	width:948px;
	padding-left: 34px;
}
#colonna-1 {
	float:right;
	width:200px;
}
#colonna-2 {
	float:right;
	width:784px;
}
#intestazione {
margin-top: 30px;
}
#pie-di-pagina {
	text-align: center;
	clear: left;
}
#pie-di-pagina p {
	padding-top: 20px;
}
#intestazione, #colonna-1, #colonna-2, #pie-di-pagina {
	padding-top:0.5em;
	padding-bottom:0.5em;
}
div p {
	margin: 0;
	padding: 0.5em 1em;
}
.bloccocontenutolargo {
	clear: both;
	padding-top: 42px;
	padding-left: 15px;
	padding-right: 15px;
}
.testo {
	margin: 0;
	padding: 0.5em 2em 0.5em 0;
}
.immaginitemplatessinistra {
	margin-left: 0px;
	margin-right: 53px;
	margin-top: 0px;
	padding: 4px;
}
.immaginitemplatesdestra {
	margin-left: 53px;
	margin-right: 51px;
	margin-top: 0px;
	padding: 4px;
}


.logo {
	width: 360px;
	height: 100px;
	margin-left: 26px;
}

/* MENU */
.menuNavigazione{
	margin:0;
	text-align:center;
	padding: 0.5em 0;
}
.menuNavigazione li{
	display:inline;
	/*height:0;*/
	margin: 0 1em;
}
