body, html, div, h1 {
	margin: 0; padding: 0;
	color: #399EC8;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	}
body {
	background: url("images/body.jpg") repeat-x;
	}
a {	color: #ff6600;  font-style: italic; }
a img { border:0;}
h1 a{
	display: block;
	width: 391px; height: 117px;
	margin: 0 auto;
	background: url("images/logo.jpg") no-repeat 0 10px;;
	text-indent: -9000px;
	padding-top: 10px;
	}
h2 { color: #ff6600; margin: 0; padding: 0;}
h2 span { border-bottom: 1px dotted #ff6600; line-height: 1.3em; }
div#wrapper {
	position: relative;
	background: url("images/wrapper.jpg") no-repeat 50% 0px;
	}
div#header, div#content, div#footer, h1 { 
	margin: 0 auto;
	width: 770px;
	}
a#lingue_ita,a#lingue_fra {
	padding-left: 35px;
	margin: -117px 0 0 10px;;
	display: block;
	float: left;
	}
a#lingue_ita { 	background: url("images/ita.gif") no-repeat 0 50%; }
a#lingue_fra { 	background: url("images/fra.gif") no-repeat 0 50%; }
div#header{
	height: 400px;
	}
div#content {
	padding: 20px 20px 40px 20px;
	width: 730px;
	margin-bottom: -60px;
	position: relative;
	z-index: 100;
	}
div#footer {
	width: 100%;
	background: url("images/content.jpg") no-repeat 50% 0;
	height: 105px;
	margin-top: -100px;
	}
div#footer ul {
	padding: 10px 20px 50px 20px;
	width: 730px;
	margin: 0px auto;
	list-style: none;
	color: #ff6600;
	padding-top: 130px; 
	}


/* NICETITLE ****************************************/

div.nicetitle {
	position: absolute;
	padding: 2px;
	top: 0px;
	left: 0px;
	color: #097aaf;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 25em;
	font-weight: bold;
	background: #fff;   
	z-index: 100;
	}

div.nicetitle p {
	margin: 0; padding: 3px;
	background: #097aaf;
	color: #fff;
	text-align: center;
	}

div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
	background: #fff;
	color: #097aaf;

	}

/********************************************************************************/