body {
	background-color: #4A4237;
}

.sfondo_top{
	background-image: url(../images/sfondo_top.jpg);
	background-repeat: repeat-x;
}

.top{
	font-family: Verdana;
	font-size: 26px;
	font-weight: normal;
	color: #DAD6CF;
}

.horas_serenas{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #775d42;
}

.titolo_pagina{
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	color: #B4AA9E;
}

.testo{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #444444;
}

.testo_link{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #0059b4;
	text-decoration: none;
}

.testo_link:hover{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #0059b4;
	text-decoration: underline;
}

.meridiana_sfondo_testo{
	background-image: url(../images/meridiana_sfondo_testo.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #F5F1EE;
}

.piccolo{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #B4AA9E;
}

.testo_sx{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}

.testo_sx:hover{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #0059b4;
	text-decoration: underline;
}

.sfondo_menu{
	background-image: url(../images/sfondo_menu.jpg);
	background-repeat: no-repeat;
}

.admin_sfondo_menu{
	background-image: url(../images/admin_sfondo_menu.jpg);
	background-repeat: no-repeat;
}

.menu{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menu:hover{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #AF9981;
	text-decoration: none;
}

.menu_selezionato{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #AF9981;
	text-decoration: none;
}

.bottom_sfondo{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #4A4237;
	background-image: url(../images/sfondo_bottom.jpg);
	background-repeat: repeat-y;
	text-decoration: none;
}

.bottom_link{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #0059b4;
	text-decoration: none;
}

.bottom_link:hover{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #0059b4;
	text-decoration: underline;
}

.sw{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.sw:hover{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #AF9981;
	text-decoration: none;
}

.float_sx{
	border: 1px;
	border-color: #4A4237;
	border-style: solid;
	float: left;
	margin: 5px;
	padding: 10px;
}

.float_dx{
	border: 1px;
	border-color: #4A4237;
	border-style: solid;
	float: right;
	margin: 5px;
	padding: 10px;
}

.immagini_dx{
	border: 1px;
	border-color: #4A4237;
	border-style: solid;
	margin: 5px;
	padding: 10px;
}

.immagini_bottom{
	border: 1px;
	border-color: #4A4237;
	border-style: solid;
	margin: 5px;
	padding: 5px;
}

/* MENU */
#menu{
	height: 10px;
	background-image: url(../images/sfondo_menu.jpg);
}

#menu ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
	white-space: nowrap;
}

#menu li{
	color: #FFFFFF;
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
}

#menu li, a{
	color: #FFFFFF;
	display: inline;
	letter-spacing: 0px;
	padding: 10px 2px 10px 2px;
	text-decoration: none;
}

#menu li a:hover{
	color: #775d42;
	background-color: #FFFFFF;
}

#menu li a.selected{
	color: #775d42;
	background-color: #FFFFFF;
}
/* FINE MENU */