
/***************** parametri gloali ***********************/

body {
	/* background-color: #CCCC99; */
	 /* font-weight:bold; */

}

body, td, th {
	/* color: #333333; */
}

h1, h2 {
	/* olor: #6A3F33; */
}

h3, h4, h5, h6 {
	font-style:italic;
	/* color: #006699; */
}

a:link, a:visited{
	color: #6A3F33;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/******************* Tabella sito ****************************/

#tabSfondo {
	width:100%;
	height:100%;
	/* background-color:red; */
}

#tabSito {
	width: 800px;
	/* height: 550px; */
	background-color: #DAB240;
}

#tabTitolo {
	vertical-align:top;
	text-align:center;
	padding:10px;
	width:100%;
	height: 50px;
	background-color: #FCF7D9;
	background-image:url(img/sfondo.gif);
	/* background-image: url(img/logo_sito.gif); */
	/* background-repeat:no-repeat; */
}

 #tabTitolo h1,h2 {
 	color: #FCF7D9;
	background-image:url(img/sfondo_titolo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 352px;
	height: 49px;
	padding: 8px;
	margin: 0px;
}

#tabNav {
	background-color: #FFF1C6;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	width:20%;
	/* border: 3px double #6A3F33; */
}

#tabCont {
	text-align:justify;
	padding:10px;
	border: 4px double;
	vertical-align: text-top;
	width:80%;
	height: 300px;
	background-color: #FFF1C6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#tabCont img {
	/* margin: 5px; */
	width: 200px;
	/* border: 4px double #FCF7D9; */
	border: 4px double #6A3F33;
}

#tabContImg {
	text-align:justify;
	padding:10px;
	border: 4px double;
	vertical-align: text-top;
	width:80%;
	height: 300px;
	background-color: #FFF1C6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#tabContImg img {
	/* margin: 5px; */
	/* width: 200px; */
	/* border: 4px double #FCF7D9; */
	border: 4px double #6A3F33;
}



#tabcont a:hover img {
	border: 4px double red;
	text-decoration: underline;
}

#tabFooter {
	background-color: #FCF7D9;
	font-weight:normal;
	text-align:center;
	color: #333300;
	width: 100%;
	heigth: 50px;
	/* background-color: #DAB240; */
}

#tabFooter a:link, #tabFooter a:visited {
	color: #DAB240;
}

/****************** barra di navigazione ***********************/

#menulinks a:link, #menulinks a:visited {
	text-align:left;
	text-decoration:none;
	font-family:arial;
	font-weight: bold;
	font-size:10pt;
	display: block;
	/* border-top: 1px solid #ffffff; */
	border-top: 1px solid #6A3F33;
	border-bottom: 1px solid #DAB240;
	background-color: #FCF7D9;
	background-image:  url("img/sfondo"); */
	padding: 3px 0px 3px 10px;
	color: #DAB240;
}

#menulinks a:hover {
	border-top: 1px solid #DAB240;
	text-decoration: underline;
	/* background-color: #9CCB42; */
	/* background-image: none; */
}

#gallery {
	/* width:auto; */
}

