/* basic elements */
body { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #7D775C;
	background: #000000 url(../images/background_page.gif) center repeat;
	text-align:center; /* per IE5.x/win */
	}
a {
	text-decoration: none;
	font-weight:normal;
	outline: none;
	}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
	}
	
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}	
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 1em;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
h1 {
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 14px;
	line-height: 1.8em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color:#FFFF66;
	}
h6 {
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color:#FFFF66;
	}
img {
	border: 0px;
	}

/* specific divs */
#centrato {
	width:600px;
	height:auto;
	margin:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /* per ripristinare il corretto allineamento del testo */
	background:#000;
}

#intestazione {
	height:33em;
	background:#333;
	border: 0px solid #000;
	color:#000;
}


#corpo {
	height:360px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFF66 url(../images/pratovalle.jpg) right no-repeat;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border: 2px solid #000;
	text-align:left; 
}
#corpo1 {
height:30px;
padding:9px;
margin-top:0px;
text-align:center;
}
#piepagina {
	height:auto;
	padding:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background:#333300;
	border: 1px solid #000;
	text-align:center; 
	color: #FFCC00;
	width:auto;
}




