* {
   margin: 0;
}
html, body {
   height: 100%;  background:url(../immagini/background.jpg); background-repeat:repeat-x;
}
#layout {
   min-height: 100%;
   height: auto !important;
	 height: 100%;
   margin: 0 auto -54px; /* the bottom margin is the negative value of the footer's height */
}
.push {
   height: 54px; /* .push must be the same height as .footer */
}

#header {
	background-color: #FFFFFF;
	width: 1008px;
	height: 223px;
	background-repeat: no-repeat;
	background-image: url(../immagini/header.jpg);
	margin-right:auto;
	margin-left:auto;
}

#content {
	background-color: #FFFFFF;
	width: 100%;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom:50px;
	margin-left: auto;
}


#footer {
	width:100%;
	height: 54px;
	margin:auto;
	float: left; 
	background:url(../immagini/footer.jpg); 
	background-repeat:repeat-x;
}

h1 {
	font-family:"Arial";
	font-size: 14pt;
	font-weight: bold;
	color: #006d32;
	text-align:left;
	padding-left: 55px;
	margin-top: 0px;
	
}




/*

h2 {
	font-family:"Times New Roman";
	font-size: 12pt;
	font-weight: bold;
	color: #440000;
	font-style: italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #2aa6c1;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #2aa6c1;
	text-align: center;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #2aa6c1;
	text-align: center;
}

h6 {
	font-family:"Times New Roman";
	font-size: 10pt;
    color: #440000;
	text-align:center;
	margin-top:0px;
	margin-bottom:10px;
}

*/




.menu {
	font-family:"Arial";
	font-size: 10pt; 
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	
}

a.menu:link{
	font-family:"Arial";
	font-size: 10pt; 
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	
}

a.menu:visited{
	font-family:"Arial";
	font-size: 10pt; 
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

a.menu:hover{
	font-family:"Arial";
	font-size: 10pt; 
	font-weight:bold;
	color:#000;
	text-decoration:none;
}


.footer {
	font-family:"Arial";
	font-size: 10pt; 
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	
}

a.footer:link{
	font-family:"Arial";
	font-size: 10pt; 
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	
}

a.footer:visited{
	font-family:"Arial";
	font-size: 10pt; 
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

a.footer:hover{
	font-family:"Arial";
	font-size: 10pt; 
	font-weight:bold;
	color:#00a54d;
	text-decoration:none;
}

A.col:link {
	font-family:"Times New Roman";
	font-size: 12pt;
    color: #006d32;
	font-weight: bold;
	text-decoration:none;
}

A.col:visited{
	font-family:"Times New Roman";
	font-size: 12pt;
    color: #006d32;
	font-weight: bold;
	text-decoration:none;
}

A.col:hover {
	font-family:"Times New Roman";
	font-size: 12pt;
    color: #000;
	font-weight: bold;
	text-decoration:none;
}


p {
	font-family:"Times New Roman";
	font-size: 12pt;
    color: #000;
	text-align:justify;
	padding-left:55px;
	padding-right:40px;
	
	
}

.prev {
	font-family:"Times New Roman";
	font-size: 12pt;
    color: #000;
	text-align:justify;
	
	padding-right:40px;
	
	
}

.galleria {
	width: 200px;
	height: 180px;
	float: left;
	padding:5px;
	
	margin: 10px;
	background-color: #386a02;
	text-align:center;
}

	