body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}
#page {
	width: 760px;
	margin: 0 auto 0;
	background: url(sfondo.jpg) repeat-y scroll top;
}
#menu {
	width: 760px;
	height: 120px;
	background: url(biscotto.gif) no-repeat scroll bottom right;
}

#menu ul {
	margin: 0;
	padding: 86px 0 0 200px;
	list-style: none;

}

#menu li {
	float: left;
	margin: 0 2px 0 0;
	background: url(dot.gif) no-repeat bottom left;
	padding-left: 14px;
	padding-bottom: 2x;
}

#menu a {
		color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #A0B74B;
	font-size: 0.9em;
	text-decoration: underline;
}

#home {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}

#logo {
	z-index: 2;
	position: absolute;
	top: 165px;
	padding-left: 16px;
}

#footer {
	padding: 0 0 20px 190px;
	margin: 10px;
	background: url(consulenti.gif) no-repeat left top;
	font-size: 0.9em;
}

#footer a {
 color: #000;
 text-decoration: none;
}

#contenuto {
	padding-top: 20px;
	padding-left: 200px;
	padding-bottom: 50px;
	padding-right: 30px;
}

#contenuto a {
 color: #000;
 text-decoration: underline;
}

#contenuto a:hover {
 color: #fff;
 text-decoration: underline;
}

h3 {
	font-size: 1.6em;
}

#programma {
	padding-top: 20px;
	padding-left: 200px;
	padding-bottom: 50px;
	padding-right: 30px;
}
#programma span {
width: 100px;
display:block;
float:left;
border-bottom: 1px dotted #000;
clear:both;
margin-right: 8px;
}
