/* CSS Document */
html, body {
	margin: 0px;
	padding:0px;
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	margin: 0 AUTO;
	display: block;
	background-color: #FFFFFF;
	background-image: url(GRAFICA/GRIGIO.jpg);
	background-position: TOP LEFT;
	background-repeat: repeat-x;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #C9C9E3;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #8C8CC4;
}
a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #C9C9E3;
} 
#PAGINA2COLONNE {
	width: 800px;
	margin:0 auto;
	background-color: #FFFFFF;
	text-align: left;
}
#TESTASPLASH {
	background-image:  url("PAGINE/SPLASH/GRAFICA/NOMI_2.jpg");
	background-position: TOP CENTER;
	background-repeat: no-repeat;
	height: 100px;
	background-color: #FFFFFF;
	margin-top: 20PX;
}
#TESTA {
	background-image: url(GRAFICA/TESTA.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	margin: 0 auto;
	color: #000000;
	position: relative;
}
#INDIRIZZO {
	right: 2px;
	bottom: 2px;
	position: absolute;
	color: #CCCCCC;
}
#SINISTRA {
	float: left;
	width: 120px;
	text-align: left;
}

#MENU {
	width: 118px;
	background-color: #FFFFFF;
}
#MENU H3 {
	font-size: 100%;
	margin: 0 AUTO;
	padding: 4PX 10PX;
	color: #999999;
	background-color: #E5E5E5;
	display: block;
}
#MENU H3:HOVER {
	font-size: 100%;
	margin: 0 AUTO;
	padding: 4PX 10PX;
	color: #ffffff;
	background-color: #c7c7e2;
	display: block;
}
#MENU UL, #NAVSX LI {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#MENU LI {
	margin: 0PX 0PX 1PX 0PX;
}
#MENU A {
	display: block;
	padding-left: 10px;
	height: 18px;
	line-height: 18px;
	background-color: #E5E5E5;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
#MENU A:HOVER {
	background-color: #9999CC;
	color: #FFFFFF;
}
#MENU UL UL A {
	color: #999999;
	background-color: #FFFFFF;
	font-weight: normal;
}
#CONTENUTO {
	margin-left: 130px;
	margin-right: 2px;
	height: 100%;
}
#SPLASH {
	margin: 0 AUTO;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}
#SPLASH P {
	padding: 2PX 2PX 2PX 2PX;
	margin: 0 AUTO;
}
#SPLASH IMG#INTRO {
	float: none;
	background-image: url(GRAFICA/ombra.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 10px;
}
.NEWS {
	margin: 0 AUTO;
	color: #000000;
	margin-left: 3PX;
}
.TITOLO {
	text-align: center;
	margin: 0 AUTO;
	padding-top: 5px;
	padding-bottom: 10px;
}

.NEWS H2 {
	font-size: 150%;
	margin: 0PX 0PX 0PX 0PX;
	padding: 2PX 2PX 2PX 2PX;
	text-align: left;
	background-color: #FFFFFF;
	color: #8C8CC4;
	font-family: Arial, Helvetica, sans-serif;
}
.NEWS H3 {
	font-size: 150%;
	margin: 0PX 0PX 0PX 0PX;
	padding: 2PX 2PX 2PX 2PX;
	text-align: center;
	background-color: #FFFFFF;
	color: #8C8CC4;
	font-family: Arial, Helvetica, sans-serif;
	
}
.NEWS P {
	padding: 2PX 2PX 2PX 2PX;
	margin: 0 AUTO;
	text-align: center;
	color: #8C8CC4;
}
.NEWS P.LEFT {
	padding: 2PX 2PX 2PX 2PX;
	margin: 0 AUTO;
	text-align: justify;
	color: #8C8CC4;
	float: left;
	width: 480px;
}
.NEWS P.TUTTOSINISTRA {
	padding: 2PX 20PX 2PX 2PX;
	margin: 0 AUTO;
	text-align: justify;
	color: #8C8CC4;
}
.NEWS P.FIRMA {
	padding: 2PX 10PX 2PX 2PX;
	margin: 0 AUTO;
	text-align: right;
	color: #7373B7;
}
.NEWS P.POEMA {
	padding: 10PX 2PX 10PX 2PX;
	margin: 0 AUTO;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #8C8CC4;
}
.NEWS IMG {
	float: none;
	margin-right: -5px;
	margin-left: 0px;
	margin-bottom: -2px;
}
.NEWS IMG.ONE {
	float: left;
	margin: 5PX 5PX 5PX 5PX;
}
.NEWS IMG.TITOLO {
	margin: 0 AUTO;
	display: block;
}
#PHOTO{
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	margin-bottom: -6px;
}
#PHOTO IMG#QUADRO {
	background-color: #00FF00;
	float: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
#PIEDE {
	color: #CCCCCC;
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: 1PX;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 10px;
}
#T1 {
	text-align: center;
	font-weight: bold;
	color: #999999;
}
#T2 {
	text-align: center;
	font-weight: bold;
	color: #999999;
}
#GALLERIA {
	text-align: center;
}

#GALLERIA IMG {
	cursor: pointer;
	margin-right: -5px;
	margin-bottom: -2PX;
}
#PAGINE {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 3px;
	color: #C9C9E3;
}
