/*stile Layout*/
BODY 
{
   
	/*background-color: #A6A7A8;*/
	background-color: #173A62;
	background-image: url(../img/acqua.jpg);
	background-repeat:repeat;
	/*background-image: url(../img/sfondo.gif);
	background-repeat: repeat-x;*/
}
#page {
	background-color: #000000;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#page #header {
	background-color: #FFFFCC;
	height:95px;
	clear: both;
	width: 100%;
}
#header #headerUp {
	background-color: #FFFFCC;
	clear: both;
	width: 100%;
		height: 20px;
	background-image:url(../img/GrecaLittle.gif);
	/*height: 35px;
	background-image:url(../img/GrecaBig.gif);*/
}
#header #headerMiddle {
	background-color: #000000;
	clear: both;
	width: 100%;
	height: 64px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #B78100;
}
#header #headerDown {
	background-color: #000000;
	clear: both;
	width: 100%;
	height: 10px;
	background-image: url(../img/headerDown.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#page #content {
	background-color: #000000;
	clear: both;
	width: 100%;

}
#page #footer {
	background-color: #000000;
	clear: both;
	width: 100%;
	height: 40px;
	background-repeat: repeat-x;
	background-position: top;
}

#footer #footerMiddle {
	background-color: #000000;
	clear: both;
	width: 100%;
	height: 20px;
	background-image:url(../img/GrecaLittle.gif);
	background-repeat: repeat-x;
}
#footer #footerDown {
	background-color: #000000;
	clear: both;
	width: 100%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B78100;
}

#center {
	width: 934px; 
	float:left;
	background-color: #000000;
	background-image: url(../img/sfondoCentro.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 30px;
	padding-right: 33px;
	padding-bottom: 10px;
	padding-left: 33px;
	
	min-height: 500px;
}

.logoFooter {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B78100; 
	width:200px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

/* link */
 A {
	text-decoration: none;
	text-align: right;
	color: #AA8000;

}

A:HOVER {
	color: #6D1618;
}
/* Formati */
H1 
{
    text-decoration: underline;
    }
H2 
{
    }
H3 
{
    color: #cc9933;
    }
H4 
{
        color: #cc9933;
        margin:0;
        margin-top:10px;
        padding:0;
    }
H5
{
    }
H6 
{
    }
PRE 
{
    }
ADDRESS
{
    }   
.columnLeft {
	float: left;
	width: 290px!important;
	width: 280px; 

}
.columnRight {
	float: left;
	width: 290px!important;
	width: 280px;
	margin-left: 20px;
}

.sottoIndex {
    color: #B78100;
    text-transform:capitalize;
    font-weight:bold;
}

.FlashAni {
	float: left;
	width: 590px !important;
	width: 580px;
	margin: 5px;
	text-align: center;
}