/**
 ****** Uniformità impostazioni tra browser ******
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

/**
 ****** Posizione ******
 */
div#containersx {
	position: relative;
	left: 70px;
}
div#footer {
	position: relative;
	left: 70px;
}
/**
 ****** Struttura ******
 */
div#containersx {
	float: left;
	width: 850px;
	margin: 0;
	background-color: white;
}
div#containerdx {
	float: left;
	width: 830px;
	margin: 0 0 0 20px;
	background-color: white;
}
div#container {
	float: left;
	width: 810px;
	margin: 0;
	background-color: white;
}
div#testata {
	float: left;
	height: 78px;
	background-color: #5bac14;
	clear: both;
}
div#logoR {
	float: left;
	text-align: center;
	border-right: 2px solid white;
	width: 178px;
}
div#logoT {
	float: left;
	text-align: center;
	width: 450px;
}
div#logoF {
	float: left;
	text-align: center;
	width: 180px;
}
div#menu {
	float: left;
	width: 180px;
}
div#titolo {
	float: left;
	width: 810px;
}
div#titolo h1 {
	float: left;
	margin-left: 180px;
	margin-top: 0.5em;
}
div#contenuto {
	float: left;
	width: 630px;
}
div#footer {
	float: left;
	display: block;
	visibility: visible;
	width: 850px;
	height: 40px;
	clear: both;
}

/**
 ****** Sfondi ******
 */
body {
	background-image: url(../sfondoforte.png);
}
div#containersx {
	background-image: url(../sfuma-scuro-sx.png);
	background-position: top left;
	background-repeat: repeat-y;
}
div#containerdx {
	background-image: url(../sfuma-scuro-dx.png);
	background-position: top right;
	background-repeat: repeat-y;
}
div#footer {
	background-image: url(../sfondo-sotto.png);
	background-position: top left;
	background-repeat: no-repeat;
}
/**
 ****** Tipografia ******
 */
body {
	font-family:Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align : left;
}
h1 {
	font-family: "Times New Roman", sans-serif;
	font-size: 1.8em;
	line-height: 1.667;
	font-weight: bold;
	color: #c00;
}
h2 {
	font-family: "Times New Roman", sans-serif;
	font-size:1.8em;
	line-height:1.667;
}
p {
	font-family: "Verdana", sans-serif;
	font-size: 1em;
	line-height: 1.5;
	margin: 0 2em 1.5em 0;
	text-align: justify;
	clear: both;
}
div#contenuto {
	text-align: left;
}
div#contenuto UL {
	list-style-type: square;
	list-style-position: inside;
	margin: 1.5em;
}
div#menu UL {
	list-style-type: circle;
	list-style-position: inside;
	font-family: "Times New Roman", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25;
	margin-left: 0.5em;
}
div#menu UL LI.attivo {
	color: #c00;
}
div#menu UL LI {
	color: #5bac14;
}
div#menu UL LI A, div#menu UL LI A:link, div#menu UL LI A:visited, div#menu UL LI A:active {
	color: #5bac14;
	text-decoration: none;
}
div#menu UL LI A:hover {
	color: #5bac14;
	text-decoration: underline;
}
div#contenuto img {
	float: left;
	border: 4px solid #5bac14;
	margin: 1.5em 1.5em 1.5em 0;
	width: 64px;
	height: 64px;
}
div#contenuto img.no-width {
	float: left;
	border: 4px solid #5bac14;
	margin: 1.5em 1.5em 1.5em 0;
	width: auto;
	height: auto;
}
div#contenuto img.destra {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
p.footer {
	color: #aaa;
	margin: 1.5em 1.5em 0 0;
	text-align: right;
	clear: both;
}

