/* CSS Document */
html {
	/*per fare apparire sempre la barra di scorrimento verticale*/
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin:0px;
	background-image:url(../immagini/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #076F3A;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#990000;
	margin-bottom:5px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#990000;
	margin:0px;
}

a {
	color:#FF0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	border:none;
	height: 1px;
	color:#cccccc;
}

li {
	margin-bottom: 5px;
}

th {
text-align:center;
}

strong {
color:#660000;
}

ul {
margin-top:15px;
margin-bottom:15px;
}

ol {
margin-top:15px;
margin-bottom:15px;
}

/*----------------------------------------------------------------------------------------------------------*/

.divMain {
	position:relative;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}


/*----------------------------------------------------------------------------------------------------------*/

.divTestata {
	width:760px;
	height:300px;
	margin-top:10px;
}

/*----------------------------------------------------------------------------------------------------------*/

.divMenu {
	background-image:url(../immagini/bg-menu.jpg);
	width:760px;
	height:28px !important;
	height /**/:40px;
	padding-top:10px;
	border-top:solid 1px #FDC042;
	border-bottom:solid 1px #FDC042;
}

a.testoMenu {
	color:#CC9900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	margin-left:10px;
}

a.testoMenu:hover {
	color:#FF6600;
	text-decoration:none;
}

.testoMenuSel {
	color:#990000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	margin-left:10px;
}

/*----------------------------------------------------------------------------------------------------------*/

.divContenuto {
	width:740px !important;
	width /**/:760px;
	padding:10px;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	text-align:justify;
	color:#220000;
	background-color: #FFFFFF;
	background-image: url(../immagini/bg-contenuto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.divColonnaFoto {
	width:199px !important;
	width /**/:210px;
	padding-left:10px;
	margin-top:20px;
	border-left:solid 1px #990000;
	float:right;
}

/*----------------------------------------------------------------------------------------------------------*/

.divFooter {
	background-image:url(../immagini/bg-menu.jpg);
	width:760px;
	height:26px !important;
	height /**/:40px;
	padding-top:11px;
	border-top:solid 1px #FDC042;
	border-bottom:solid 1px #FDC042;
	margin-bottom: 11px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#CC0000;
	clear:both;
}

/*----------------------------------------------------------------------------------------------------------*/

.cella {
border:solid 1px #cccccc;
text-align:center;
}

/*----------------------------------------------------------------------------------------------------------*/


