HTML {
	margin: 0px;
	padding: 0px;
	
}
BODY {
	background-color: #5A2A08;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C3610;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: center;
}



DIV#container {
	margin: 7px 0px 0px;
	text-align: left;
	padding: 0px;
	color: #AF905D;
}
DIV#container a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AF905D;
	text-decoration: none;

}
DIV#container a:hover{
	color: #F2E9A9;
}

DIV#testo_pie{
	font-size: 10px;
	margin: 5px 5px 5px;
	padding: 0px;
}

DIV#testo_pie a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #513C38;
	text-decoration: underline;
	font-weight: normal;
}
DIV#testo_pie a:hover{
	color: #956444;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

a{
	font-size: 11px;
	color: #6C3610;
	text-decoration: none;
}
a:hover{
	font-size: 11px;
	color: #502507;
	text-decoration: none;
}
.sf_testata {
	background-image: url(img/testata.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sf_sotto {
	background-image: url(img/sfondo_sotto.jpg);
	background-repeat: repeat-x;
}
.sf_sopra{
	background-image: url(img/sfondo_sopra.gif);
	background-repeat: repeat-x;
}
.chiaro {
	color: #F2E9A9;
	font-weight: bold;
}
DIV#contenuto {
	font-size: 12px;
	margin: 10px 10px 5px;
	padding: 0px;
}
.br {
	font-size: 5px;
}
.titolo {
	font-size: 13px;
	font-weight: bold;
}
.titoloc {
	color: #F2E9A9;
	font-size: 13px;
	font-weight: bold;
}