body {
	background-color: #FFFF99;
}

a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #FFFF99;
}

#barra {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC3333;
	background-color: #FFCC66;
	display: block;
	width: 14%;
	height: 450px;
	padding: 10px 0px;
	margin: 0px;
	border-right: 1px dashed #CC3333;		
	}
	
	ul.nav{
		list-style-type: none;
		padding-left: 4px;
		margin-left:10px;
		white-space: nowrap;
	}
	
	ul.links_est {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	list-style-type: none;
	padding-left: 4px;
	margin-left:0px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #996600;
	padding-top: 4px;
	line-height: 12px;
	}
	
#contenuti {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 10px;
	width: 68%;
	position: absolute;
	left: 14.5%;
	top: 100px;
	height: 100%;
	background-image: url(immagini/sfondo_pag.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	/*background-color: #ffffff; */
}
#col_sin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFCC66;
	width: 13.5%;
	display: block;
	float: right;
	position: relative;
	top: -470px;
	padding: 10px;
	text-align: center;
	}



#piede {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CC3333;
	vertical-align: middle;
	width: auto;
	border: 1px solid #FFFFFF;
	position: relative;
	display: block;
	text-align: center;
	padding-right: 30%;
	padding-left: 30%;
	margin: auto;
}
#piede a:link {
	color: #33ff00;
	text-decoration: none;
}
#piede a:visited {
	color: #33ff00;
	text-decoration: none;
}
#piede a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#piede a:active {
	color: #FFFF99;
}
/* CALENDARIO */

.cal {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}

.cal table {
	background-color: #ffff99;
	margin: 0;
	padding: 0px;
	border: 1px solid #ff0000;
	text-align: center;
}
.cal td {
	font-size: 0.75em;
	text-align: center;
	background-color: #ffffcc;
	border: 1px dotted #ff3300;
	margin: 0px;
	padding: 0px;
}
.didascalia {
	font-size: 0.7em;
	margin: 0em;
	text-align: center;
	font-weight: bolder;
	padding: 0px;	
}
.evidenzia {
	font-weight: bold;
	color: #FF0000;
	}
	
.pestoni {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996600;
	border: 1px dashed #FF6600;
}
.nome {
	font-weight: bold;
	color: #996600;
	font-size: 1.2em;
}
.messaggi h4 {
	font-weight: bold;
	color: #663300;
	font-size: 1.2em;
	line-height:0em;
	}
.titoletto {
	font-size: 0.7em;
}
.titolo {
	font-size: 1.2em;
	font-weight: bold;
}

.separatore_inizio{
	font-size:0.7em;
	color: #000000;
	border-bottom: thin dashed #999999;
	}

.separatore_fine{
	font-size:0.7em;
	color: #000000;
	border-top: thin dashed #999999;
	}	
	
/*gallery.php*/
.evidenziato {
	background-color: #FFFF00;
	display: inline;
	border: thin dashed #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 7px;
}

a:link .vis{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	display:none;
}
 a:visited .vis{
	color: #ff0000;
	text-decoration: none;
	display:none;
}
 a:hover .vis{
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	}

 a:active .vis{
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
	display: inline;
	}
 
#intestazione {
	background-color: #FF6600;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cc9900;
	border-bottom-color: #999900;
	margin-left: 20px;
	margin-right: 20px;
	margin-top:20px;
}
#contenuti #intestazione h2 {
	font-size: 160%;
	color: #000000;
	margin: 0px;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 0em;
	text-align: right;
}
#barra {
	background-image: url(immagini/sfondo.jpg);
	background-repeat: repeat-x;
}

