﻿html, body  {
	margin: 0px;
	background-color: #ececec;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 100%;
	background-image: url('Immagini/bg.png');
	background-repeat: repeat-x;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -51px auto;
	width: 100%;
}
#header {
	height: 193px;
	width: 100%;
	background-color: #CACDDF;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #000000;
}
#headerlogo {
	background-position: center center;
	height: 193px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('Immagini/HeaderGat.jpg');
	background-repeat: no-repeat;
	background-color: #336699;
}
div#header1 {
	border-top-color: #366699;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 73%;
	width: 960px;
	line-height: normal;
	font-weight: bold;
}
div#header1 ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 2px;
	padding-left: 1px;
}
div#header1 li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
div#header1 a {
	margin: 0px;
	padding: 0px 0px 0px 4px;
	text-decoration: none;
	background-image: url('Immagini/tableftC.gif');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	cursor: pointer;
}
div#header1 a span {
	display: block;
	color: #464E42;
	background-image: url('Immagini/tabrightC.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 9px 4px 4px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#header1 a span {float:none;}
/* End IE5-Mac hack */

div#header1 a:hover {
	background-position: 0% -42px;
}
div#header1 a:hover span {
	background-position: 100% -42px;
	color: #FFFFFF;
}
div#header1 #current a {
    background-position:0% -42px;
}
div#header1 #current a span {
    background-position:100% -42px;
	color: #FFFFFF;
}
div#header2 {
	background-color: #000000;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 960px;
	font-size: 73%;
	line-height: normal;
	font-weight: bold;
	height: 22px;
	clear: both;
}
div#header2 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 2px;
	padding-left: 1px;
}
div#header2 li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
div#header2 a {
	margin: 0px;
	padding: 0px 0px 0px 4px;
	float: left;
	text-decoration: none;
	background-image: url('Immagini/tableftE.gif');
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
div#header2 a span {
	display: block;
	color: #FFFFFF;
	background-image: url('Immagini/tabrightE.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 15px 4px 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#header2 a span {float:none;}
/* End IE5-Mac hack */

div#header2 a:hover {
	background-position: 0% -42px;
}
div#header2 a:hover span {
	background-position: 100% -42px;
	color: #FFFFFF;
}
div#header2 #current a {
    background-position:0% -42px;
}
div#header2 #current a span {
    background-position:100% -42px;
	color: #FFFFFF;
}

#maincontent {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	height: 50px;
	width: 100%;
	float: left;
	background-color: #2d312d;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF9900;
}
/*ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
} make this live to remove list bullet points*/ 
#footer, #push {
	height: 50px;
	clear: both;
}
#footercentrato {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-color: #141414;
}
#menu {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.Arial10 {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.Arial12 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.Arial14 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Arial24 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Arial28 {
	font-family: Arial, sans-serif;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Comic24 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.giustificato {
	text-align: justify;
	margin-right: 5px;
	margin-left: 0px;
}
.centrato {
	text-align: center;
}
.destra {
	text-align: right;
}
.grassetto {
	font-weight: bold;
}

.sottolineato {
	text-decoration: underline;
}

.italico {
	font-style: italic;
}
.giallo {
	color: #ffcc00;
}

.grigio {
	color: #999999;
}

.grigioscuro {
	color: #333333;
}

.celeste {
	color: #509dc9;
}
.bianco {
	color: #FFFFFF;
}
.verde {
	color: #3EBD3E;
}
.rosso {
	color: #FF0000;
}
.arancio {
	color: #FFA346;
}
.link a:link {
	color: #009900;
	text-decoration: underline;
}
.link a:visited {
	color: #009900;
	text-decoration: none;
}
.link a:hover {
	color: #808080;
	text-decoration: underline;
}

.ScrittaScorrevole {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.DropCap {
	float: left;
	color: #993300;
	font-size: 36px;
	line-height: 27px;
	padding-top: 0px;
	padding-right: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.spaziaturaVerticale {
	margin-top: 1px;
}
.link1 a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.link1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.link1 a:hover {
	color: #FF9933;
	text-decoration: underline;
}
.rientro {
	padding-left: 5px;
}

