@charset "utf-8";
/* tutto 780 x almeno 100+150+120*/

body {
	font:Tahoma, Geneva, sans-serif;
	

	background-image:url(../images/trama.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
div#mainContent a#activelink{color:#000;}
div#mainContent a{color:#000;}
div#navigation ul{margin: 0;padding: 0; list-style-type: none;}
div#navigation li{display: inline; margin: 0 0 0 1em;padding: 0} /*nota display: inline*/
div#navigation a{color:#666666;}
div#navigation a:hover{
	color: #666666;
	text-align: center;
}
div#navigation a#activelink{color: #333;}



.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */


	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /*#5c82af
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
}
.oneColFixCtrHdr #header {
	height:250px;
	text-indent:290px;
	text-align:center;
	font-size:12px;

	color:#000;
	background-image:url(../images/fuitina_header.png);


	/*background: #5c82af; */
	/*misure 780 x 250*/
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding:15px 40px 10px 40px;
	margin:0 auto;
	font-size:14px;
	text-align:left;
	color:#000;
	background-image:url(../images/fuitina_navigation.png);
	background-repeat:repeat-y;
	height:300px;
}

.oneColFixCtrHdr #footer {
	background-image:url(../images/fuitina_footer.png);
	background-repeat:no-repeat;

	text-align:center;
	font-size:10px;
	color:#000;

	height:120px;
	margin:0px auto;
	padding-top:15px;

	
	/*misure 780x120*/
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */


}

.oneColFixCtrHdr #navigation{
	font-size:12px;
	text-align:justify;
	height:120px;
	background-image:url(../images/fuitina_navigation.png);
	padding-left:5px;
	margin:0px auto;
	/*background-color:#efefef;*/
	/*il file di sfondo dovra essere 780x150*/
}
	
#prenotazioni{
	
	text-align:right;

	}
	
#contenuto{
	width:45%;
	float:left;
	height:auto;
	text-align:justify;
	font-size:12px;
	padding:0 10px 0 10px;
	}
	
#flash{
	width:50%;
	float:right;
	height:auto;

	}
	
