@charset "UTF-8";
/* CSS Document */
body{
	background: url(images/bg1.jpg) top left;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
}
#theworld{
	margin: 0 auto;
	position: relative;
	width: 822px;
}
a{
	color: #765d3e;
	text-decoration: none;
}
a:hover{
	color: #e99e40;
}
#theworld div, h1{
	position: absolute;
}
#top, #head, #forks{
	background: top left no-repeat;
	margin: 0;
}
#top{
	background-image: url(images/worldmap/top.jpg);
	width: 822px;
	height: 47px;
	top: 0px; left: 0px;
	text-indent: -9999px;
}
#head{
	width: 822px;
	height: 153px;
	top: 47px; left: 0px;
}
#head div#nav{
	margin-left: 185px;
	margin-top: 95px;
	line-height: 1.3em;
}
#head a{
	color: #000;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 2px;
	font-style: italic;
}
#head a:hover{
	background: #444;
	color: #fff;
	text-decoration: none;
}
#left{
	background: #fff url(images/worldmap/left.jpg) top left repeat-y;
	width: 307px;
	height: 195px; /* 500-305 */
	top: 200px; left: 0px;
	padding-top: 305px;
	padding-left: 175px;
}
#forks{
	background-image: url(images/worldmap/forks.jpg);
	width: 307px;
	height: 305px;
	top: 0px; left: 0px;
}
a.foto{
	display: block;
	width: 112px; height: 75px;
	border: 1px solid #666;
	padding: 2px;
	margin-bottom: 1em;
	background-color: #fff;
}
a.foto:hover{
	border: 3px solid #765d3e;
	padding: 0;
}
#left a img{
	border: 0;
}

#main{
	background: #fefff2 url(images/worldmap/right.jpg) top right repeat-y;
	width: 514px;
	height: 500px;
	top: 200px; left: 307px;
	border-left: 1px solid #ccc;
	text-align: left;
	line-height: 1.3;
	font-size: 90%;
}
#main p{
	padding: 1em 3em 0 1em;
	text-indent: .5em;
}

#main span#deco{
	display: block;
	background: #fefff2 url(images/deco.jpg) top center no-repeat;
	width: 400px; height: 12px;
	margin: 3em;
}
#footer{
	background: #fff url(images/worldmap/footer.jpg) top left no-repeat;
	width: 822px;
	height: 55px;
	top: 700px; left: 0px;
	font: .7em Geneva, Arial, Helvetica, sans-serif;
}
#footer p{
	width: 650px;
	text-align: center;
	margin-left: 160px;
	margin-top: 1em;
}


#main span.fl{
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
}

#main span.img a{
	display: block;
	width: 300px; height: 200px;
	margin: 1.5em auto;
	padding: 3px;
	border: 2px solid #000;
}
#main span.img a:hover{
	border: 5px solid #765d3e;
	padding: 0;
}
#main img{
	border: 0;
}

#indirizzo{
	position: relative;
	left: -6px;
	background: #fff;
	text-align: center;
	font-size: .8em;
	line-height: 1.3;
	width: 120px;
	margin: 0;
	padding: .3em;
	color: #765d3e;
	border: 1px solid #ccc;
}
