body	{
	background-color: #B5AD99;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #463C32;
	margin: 15px 0px auto 0px;
	}

#main {
	width: 990px;
	height: 560px;
	background-color: #DAD6CC;
	margin: auto;
	position: relative;
	border: 1px solid #7D7770;
	}

#menu {
	width: 238px;
	height: 560px;
	float: left;
	position: relative;
	background: #DAD6CC;
	}

#logo {
	margin: auto;
	margin: 20px;
	width: 200px;
	height: 80px;
	}
	
#footer {
	margin: auto;
	margin: 20px;
	width: 200px;
	height: 120px;
	position: absolute;
	bottom: 0px;
	}

#footer p {
	margin-bottom: 10px;
	text-align: justify;
	font-size: 11px;	
	}

#newsletter {
	position: absolute;
	bottom: 0px; 
	right: 0px;
	}
	
.forminput {
	border: 1px solid #8F8C85;
	background-color: #CBC9C6;
	font-family: calibri, arial, verdana, sans-serif;
	font-size: 12px;
	color: #463C32;
	width: 140px;
	}
	
.formbottone {
	border-top: 1px solid #8F8C85;
	border-left: 1px solid #8F8C85;
	border-right: 1px solid #555453;
	border-bottom: 1px solid #555453;
	background-color: #CBC9C6;
	font-family: calibri, arial, verdana, sans-serif;
	font-size: 12px;
	color: #463C32;
	width: 50px;
	}
	
#sfondo {
	width: 750px;
	height: 560px;
	float: right;
	position: relative;
	}
	
.home {
	background: #ABA9A2 url('../img/sfondo-home.jpg') ;
	}

.profilo {
	background: #ABA9A2 url('../img/sfondo-profilo.jpg') ;
	}

.trattamenti {
	background: #ABA9A2 url('../img/sfondo-trattamenti.jpg') ;
	}

.iniziative {
	background: #ABA9A2 url('../img/sfondo-iniziative.jpg') ;
	}
	
.contatto {
	background: #ABA9A2 url('../img/sfondo-contatto.jpg') ;
	}

#sfondo  img {
	border: 1px solid #8F8C85;
	}


#contenuto {
	opacity: 0.8; 
	filter:alpha(opacity=80); 
	background-color: #D2D1CE;
	width: 310px;
	height: 480px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	overflow: auto;
	padding: 20px;
 	}

#contenuto-home {
	opacity: 0.8; 
	filter:alpha(opacity=80); 
	background-color: #D2D1CE;
	width: 310px;
	height: 260px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 20px;
 	}

p 	{
	line-height: 18px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 8px;
	}
	
li 	{
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

ul.nospace {
	margin-top: 0px;
	margin-bottom: 6px;
	}
	
ul.nospace li {
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

h1 	{
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 15px;
	padding: 1px;
	text-align: center;
	}
	
h2 	{
	font-family: Times New Roman, Times, Serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
span.question {
	font-weight: bold;
	border-bottom: 1px solid #7D7770;
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 5px;
	}

	
a 	{
	color: #463C32;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover	{
	text-decoration: underline;
	}

p a, li a {
	text-decoration: none;
	border-bottom: 1px dotted #463C32;
	}
	
p a:hover, li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #463C32;
	}
	
.bottonemenu {
	width: 200px;
	height: 54px;
	float: right;
	margin-right: 20px;
	position: relative;
	}

.bottonemenu a {
	width: 100px; 
	height: 22px; 
	display:block; 
	position: absolute;
	bottom: 0px;
	right: 0px;
	}
	
a#bottone1 {
	background-image: url('../img/bottone_profilo_off.gif'); 
	}

a#bottone1:hover, a#bottone1on {
	background-image: url('../img/bottone_profilo_on.gif'); 
	}

a#bottone2 {
	background-image: url('../img/bottone_trattamento_off.gif'); 
	}

a#bottone2:hover, a#bottone2on {
	background-image: url('../img/bottone_trattamento_on.gif'); 
	}

a#bottone3 {
	background-image: url('../img/bottone_iniziative_off.gif'); 
	}

a#bottone3:hover, a#bottone3on {
	background-image: url('../img/bottone_iniziative_on.gif'); 
	}
	
a#bottone4 {
	background-image: url('../img/bottone_contatto_off.gif'); 
	}

a#bottone4:hover, a#bottone4on {
	background-image: url('../img/bottone_contatto_on.gif'); 
	}

span.nodisplay { 
	display:none; 
	}
	
#tabella-contatto {
	border: 1px solid #8F8C85;
	border-bottom: 0px solid #8F8C85;
	}

#tabella-contatto caption {
	color: #463C32;
	font-weight: bold;
	}
	
#tabella-contatto  td.odd {
	background-color: #CCCCCC;
	border-bottom: 1px solid #8F8C85;
	}
	
#tabella-contatto  td.even {
	background-color: #DDDDDD;
	border-bottom: 1px solid #8F8C85;
	}
	
.input {	
	width: 180px;
	border: 1px solid #8F8C85;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #463C32;
	}
