body {
	background-color: #FFEEB9;
	margin: 0px;
	height: 100%;
	
}
a:link {
	color: #2D86B0;
}
a:visited {
	color: #2D86B0;
}
a:hover {
	color: #FFCC00;
}
.indirizzo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5B3E00;
}
.topbar {
	background-image: url(images/sf1.gif);
	background-repeat: repeat-x;
	height: 79px;
	width: 100%;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	background-color: #FFE79B;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	vertical-align: middle;
	background-position: center center;
	padding-top: 5%;
	color: #5B3E00;
	font-weight: normal;
}
.bar {
	height: 32px;
	width: 100%;
}
.box {
	background-attachment: fixed;
	background-image: url(images/sf2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a.button 
{
	margin:3px;
	background:#FEC92F;
	text-align:center;
	padding-right:10px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
}			
a.button:link, a.button:visited, a.button:active
{
	color:#2D86B0;
}
a.button:hover
{
	color: #FFF;
}
#map
{
	width:800px;
	height:500px;
	border: 2px solid #5B3E00;
	margin:10px;

}