/* CSS Document */
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F9BF97;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9BF97;
	font-variant: small-caps;
	text-align: center;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F9BF97;
	font-variant: small-caps;
}
h3{}
h4{}
a{
    color: #C82E38;
	text-decoration:none;
}
body{ background-color:#F9BF97}
div#logofs{
	position: absolute;
	width: 400px;
	height: 85px;
	left: 20px;
	top: 15px;
	z-index: 2;
}
div#barnav{
	width: 710px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 140px;
	z-index: 2;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-align: center;
}
div#barnav a{
	border-color: #EA7818;
	border: 2px;
	color: #F9BF97;
	text-decoration: none;
	padding: 2px 8px;
	}
div#barnav a:hover{
	background-color: #F9BF97;
	border-color: #EA7818;
	border: 2px;
	color: #000000;
	text-decoration: none;
	padding: 2px 8px;
}

div#lavagna{
	width: 710px;
	position: absolute;
	left: 20px;
	background-color: #000000;
	border-color: #EA7818;
	border: 2px;
	top: 170px;
	z-index: 2;
	
}
div#cornice{
	left: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 1;
}


