/*
	Autore: Danilo Cicognani
	Script: main.css
	Applicazione: www.demiscicognani.it
	Versione: 1.00
	Data: 01/10/2008
	Scopo: Cascading Style Sheet
	Copyright (c) 2008 Danilo Cicognani
*/
body {
	background: #5a5e4a;
	margin: 0px 0px 10px 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000066;
}
a:link {
	color: #000066;
}
a:visited {
	color: #0000cc;
}
a:active {
	color: #0000cc;
}
a:hover {
	text-decoration: none;
	color: #0000cc;
}
div#lago {
	width: 950px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}
div#lago img {
	width: 950px;
	height: 150px;
}
h1 {
	position: relative;
	text-align: center;
	top: -160px;
	color: #b8d3ee;
	font-size: 25px;
}
h2 {
	position: relative;
	text-align: center;
	top: -180px;
	color: #b8d3ee;
	font-size: 25px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
div#container {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
}
div#bg {
	width: 950px;
	float: left;
	background-color: #b8d3ee;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
div#menu {
	width: 206px;
	margin: 10px;
	padding: 10px 10px 20px 10px;
	border-top: 1px solid black;
	background: #babc88 url('bordo-dw.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
	font-size: 14px;
}
div#menu ul {
	margin: 0px;
	padding: 0px;
}
div#menu li {
	width: 206px;
	height: 35px;
	display: block;
}
div#menu li span {
	background: #a7a87a url('menu2.gif');
	width: 186px;
	height: 13px;
	padding: 10px;
	display: block;
	font-weight: bold;
	color: #3a3e2a;
	border: 1px solid #a7a87a;
}
div#menu li a {
	text-decoration: none;
	width: 186px;
	height: 13px;
	padding: 10px;
	display: block;
	color: #3a3e2a;
	border: 1px solid #babc88;
}
div#menu li a:hover {
	background: #8a8e6a url('menu.gif');
	color: #b8d3ee;
	font-weight: bold;
	border: 1px solid #8a8e6a;
}
div#content {
	width: 680px;
	padding: 10px;
	float: left;
	text-align: justify;
}
img.foto {
	clear: right;
	float: right;
	margin-left: 10px;
	padding-bottom: 10px;
	border-top: 1px solid black;
	background: #babc88 url('bordo-dw.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
div.dida {
	width: 400px;
	clear: right;
	float: right;
	margin-left: 10px;
	border-top: 1px solid black;
	background: #babc88;
}
.video {
	width: 400px;
	clear: right;
	float: right;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #babc88 url('bordo-dw.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
p.firma {
	text-align: right;
	font-style: italic;
	margin-right: 50px;
}
div#footer {
	clear: left;
	font-size: 12px;
	background: url('ala.jpg');
	width: 952px;
	height: 145px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
}
div#map {
	width: 680px;
	height: 400px;
	border: 1px solid black;
	color: black;
	background-color: #ffffff;
}
