*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('/templates/default/images/top_background.gif');
	background-repeat: repeat-x;
	background-color: #ebe9e6;
}


/* --------------- H1 --------------- */

#h1 {
	position: absolute;
	float: left;
	height: 15px;
/*	background-color: #DAE0F1;*/
	background-color: transparent;
	z-index: 100;
	width: 50%;
	left: 40%;
}

#h1 h1 {
	font-size: 9.5px;
	color: #fff;
}

/* --------------- WRAPPER --------------- */
#wrapper {
	position: absolute;
	left: 50%;
	margin-left: -405px; 
	width: 810px;
	padding-left: 2px;
	background-image: url('/templates/default/images/bg_top.gif');
	background-repeat: repeat-x;
}




/* --------------- LEFT --------------- */

#left { 
	width: 217px; 
	float: left;
	background-color: #f4f4f4;
	margin-right: 2px;
	background-repeat: no-repeat;
	
	}

/* --------------- OMBRA --------------- */

#ombra { 
	background-image: url('/templates/default/images/ombra.jpg');
	background-repeat: no-repeat;
	padding-left: 5px;
	overflow: hidden;
	position: absolute;
	width: 840px;
	top: 367px;
	height: 900px;
	left: -15px;
	z-index: -10;
}

/* --------------- TOPMENU --------------- */

#topmenu {
	height: 32px;
	width: 510px;
	position: relative;
	top: 29px;
	background-color: #f4f4f4;
	float: left;
	border-bottom: 2px solid #340402;
}

/* --------------- LANGUAGES --------------- */

#languages { 
	height: 32px;
	position: relative;
	top: 29px;
	background-color: #821311;
	width: 75px;
	float: left;
	border-bottom: 2px solid #340402;
	border-right: 2px solid #340402;
	
}

/* --------------- FLASH --------------- */

#flash {
	height: 288px;
	background-color: #fff;
	width: 585px;
	float: left;
	margin-bottom: 2px;
	overflow: hidden;
}

/* --------------- SIMPLEBOOKING --------------- */

#simplebooking {
	height: 33px;
	background-color: #fff;
	margin-bottom: 2px;
	float: left;
	width: 585px;
	margin-bottom: 10px;
}

/* --------------- MAINCONTENT --------------- */

#mainContent {
	float: left;
	width: 480px;
	background-color: #fff;
	padding: 20px 50px 40px 55px;
}

/* --------------- FOOTER --------------- */

#footer {
	padding: 25px 0px;
	float: left;
	width: 100%;
	line-height: 1em;
}

#footer p {
	margin-left: 200px;
	color: #340402;
	font-size: 0.9em;
}

#footer p strong {
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: 1.2em;
}

#footer a { color: #340402; }
