/* DOCUMENTO */
html, body { height: 100%; margin: 15px 0px 0px 0px; padding: 0px; font-family: Tahoma, Arial; font-size: 11px; background-color: #333; color: #333; }

h1 { color: #fff; font-family: Arial; font-size: 10px; margin: 0px; font-weight: bold; text-transform: uppercase; padding-bottom: 50px; }
h2 { font-size: 50px; font-family: "Kunstler Script"; color: #5B3D23; margin: 0px; text-align: left; }
p { margin: 0px; }
a { color: #006699; text-decoration: none; }
a:hover { color: #003366; text-decoration: none; }


/* CONTENITORI */
#box-pagina { margin: auto; width: 900px; position: relative; min-height: 100%; height: auto !important; height: 100%; background-image: url(img/bg.jpg); background-repeat: no-repeat; }
#box-header { width: 100%; }
#box-middle { width: 100%; }
#box-footer { width: 100%; }


/* CONTENUTI */
#header { width: 800px; height: 220px; padding: 10px 0px 0px 70px; float: left; }
	
#middle { width: 900px; float: left; }
	#main { width: 900px; }
		#contenuto { float: left; width: 700px; height: 385px; line-height: 19px; text-align: justify; padding: 0px 20px 0px 100px; }

#footer { width: 901px; float: left; height: 32px;  }
	.footer-indirizzo { float: left; color: #fff; }
		.footer-indirizzo a { color: #fff; text-decoration: none; }
		.footer-indirizzo a:hover { color: #999; text-decoration: none; }
	.footer-crediti { float: right; color: #999; }
		.footer-crediti a { color: #999; text-decoration: none; }
		.footer-crediti a:hover { color: #fff; text-decoration: none; }
