html, body {
	background: #CCCCCC;
    color: #000000;
	height: 100%;
	margin: 0px;
	text-align: center;
	font: 0.95em Arial, Helvetica, sans-serif; 
}

div#container {
	background: url('../immagini/sfondoContent.jpg') #FFFFCC;
	width: 1000px;
	height: 100%;
	margin: 0px auto; 
	text-align: left;
	position: relative;
}

body>div#container {
	height: auto;
	min-height: 100%;
}

a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
}

img {
	border: none;
}

.invisibile {
	display: none;
}

.coloreRosso {
	color: #FF0000;
}

.aCapo {
	display: block;
}

.aDestra {
	float: right;
}

.aSinistra {
	float: left;
}

.separatore {
	height: 1px;
	display: block;
	clear: both;
}

.coloreGiallo {
	color: #FFFF00 !important;
}

.bordoGiallo {
	border: 2px solid #FFFF00 !important;
}

.noBold {
	font-weight: normal !important;
}

.testoPiccolo {
	font-size: 0.9em;
}
/********************* INIZIO HEADER *********************/
div#header {
	height: 166px;
}

img#logo {
	width: 300px;
	height: 166px;
	position: absolute;
	top: 0px;
	left: 0px;
}

img#intestazione {
	width: 700px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 300px;
}

img#sottoIntestazione {
	width: 700px;
	height: 16px;
	position: absolute;
	top: 150px;
	left: 300px;
}
/********************* FINE HEADER *********************/

/********************* INIZIO NAVIGATION *********************/
div#navigation {
	width: 200px;
	text-align: center;
	position: relative;
	float: right;
}

div#navigation ul {
	list-style: none;
	line-height: 2.5;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	position: absolute;
	top: 2px;
	left: 0px;
}

div#navigation a {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

img#sfondoMenu {
	width: 200px;
	height: 470px;
}
/********************* FINE NAVIGATION *********************/

/********************* INIZIO CONTENT *********************/
div#content {
	width: 1000px;
	padding-bottom: 62px;
	position: relative;
}

div#contenutoPagina {
	width: 760px;
	line-height: 1.5;
	padding: 10px 20px;
	position: relative;
	float: left;
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	display: block;
	border-bottom: 2px solid #990000;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
	margin: 10px 0px -15px 0px;
}

ul#elencoNews {
	padding: 0;
}

ul#elencoNews li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/********************* FINE CONTENT *********************/

/********************* INIZIO FOOTER *********************/
div#footer {
	background: url('../immagini/sfondoFooter.gif');
	width: 1000px;
	height: 62px;
	text-align: center;
	bottom: 0px;
	position: absolute;
	clear: both;
}

img#logoFise {
	width: 78px;
	height: 86px;
	position: absolute;
	left: 800px;
	bottom: 62px;
}

img#cavallo {
	width: 105px;
	height: 127px;
	position: absolute;
	left: 895px;
	bottom: 62px;
}

address {
	margin: 22px 0px 0px 20px;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

img.validatore1, img.validatore2  {
	width: 70px;
	height: 24px;
	position: absolute;
	top: 36px;
}

img.validatore1 {
	left: 500px;
}

img.validatore2 {
	left: 575px;
}

p#webmaster {
	font-size: 12px;
	margin: 0px;
	position: absolute;
	top: 41px;
	left: 657px;
}

img#logoCodencode {
	width: 122px;
	height: 25px;
	position: absolute;
	top: 35px;
	left: 780px;
}
/********************* FINE FOOTER *********************/
