/* CSS Document */
html, body{
	margin: 0px;
	height: 100%;
	padding: 0px;
}
.sfondo {
	background-attachment: scroll;
	background-image: url(sfondo.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #987404;
}
a.linkmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.linkmenu:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.standard {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.sfondoint {
	background-attachment: scroll;
	background-image: url(int.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sfondo2 {
	background-color: #987404;
	background-attachment: scroll;
	background-image: url(sfondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bordi {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #75644F;
	border-right-color: #75644F;
	border-bottom-color: #75644F;
	border-left-color: #75644F;
}
.titolopag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #5C4A38;
	text-decoration: underline;
}
