body  {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background: #E9E3D5;
	background-image: url(../images/bkg_body.jpg);
	background-position: top;
	background-repeat:repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center; 
	color: #000000;
}

a:link {
	color: #453421;
}

a:visited {
	color: #453421;
}

.twoColFixLtHdr #container { 
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 880px;  
	background: #FFFFFF;
	background-image: url(../images/bkg_container.gif);
	background-position:top;
	background-repeat: repeat-x;
	/* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto; 
	border: 0px;
	/* this overrides the text-align: center on the body element. */
	text-align: left; 
} 
.twoColFixLtHdr #header {
	display: block;
	background-image: url(../images/bkg_header.jpg);
	background-position: top;
	background-repeat:repeat-x;
	height: 151px;	
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 0 10px 0 10px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	display: block;
	float: left;
	/* 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 */
	height: 130px;
	width: 480px;
/*	background-image: url(../images/bkg_header_h1.png);*/
	background-position:left;
	background-repeat: no-repeat;
	text-indent: -9000px;
	margin: 0; 
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 0px 0px 0px 0px;
}

.twoColFixLtHdr #header h1 a{
	display: block;
	float: left;
	/* 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 */
	height: 130px;
	width: 480px;
	background-image: url(../images/bkg_header_h1.png);
	background-position:left;
	background-repeat: no-repeat;
	text-indent: -9000px;
	margin: 0; 
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 10px 0px 0px 0px;
}

.twoColFixLtHdr #links {
	display: block;
	float: right;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 80px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	color: #999999;
}

.twoColFixLtHdr #links a{
	text-decoration: none;
	color: #999999;
}

.twoColFixLtHdr #sidebar1 {
	display: block;
	/* since this element is floated, a width must be given */
	float: left; 
	/* the actual width of this div, in standards-compliant browsers, 
	or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 360px;
	height: auto;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}
.twoColFixLtHdr .left_box_header {
	display: block;
	/* since this element is floated, a width must be given */
	float: left; 
	/* the actual width of this div, in standards-compliant browsers, 
	or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 358px;
	/* the background color will be displayed for the length of the content in the column, but no further */
	background: #FFFFFF;
	padding: 1px;
	margin: 0px;
	/* text */
}
.twoColFixLtHdr #mainContent { 
	display: block;
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content 
	the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's 
	text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin: 0 0 0 0px; 
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px 20px 0px 0px; 
}
.twoColFixLtHdr .menubar_box {
	/* since this element is floated, a width must be given */
	float: left;
	display: block;
	height: 125px;
	width: 159px;
	/* the actual width of this div, in standards-compliant browsers, 
	or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*width: 100%/*358px; */
	/* the background color will be displayed for the length of the content in the column, but no further */
/*	background: #FF0000; */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-left: solid 1px;
	border-left-color: #FFFFFF;
	/* text */
}
.twoColFixLtHdr .left_box_header p{
	/* since this element is floated, a width must be given */
	float: left;
	display: block;
	margin: 0px;
	/* the actual width of this div, in standards-compliant browsers, 
	or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 290px;
	height: 40px;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 55px 0px 0px 0px;
	/* text */
	text-indent: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.twoColFixLtHdr #flash_box_home {
	/* since this element is floated, a width must be given */
	float: left;
	display: block;
	width: 360px;
	height: 260px;
	/* the actual width of this div, in standards-compliant browsers, 
	or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 2px 0px 0px;
	margin: 0px;
	/* text */
}

/* TITOLI PAGINE PRINCIPALI */

.twoColFixLtHdr #content_box_title_home {
	float: left;
	display: inline;
	width: 480px;
    height: 65px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bkg_content_maintitle_benvenuti.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

.twoColFixLtHdr #content_box_title_dovesiamo {
	float: left;
	display: inline;
	width: 480px;
    height: 65px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bkg_content_maintitle_dovesiamo.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

.twoColFixLtHdr #content_box_title_camere {
	float: left;
	display: inline;
	width: 480px;
    height: 65px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bkg_content_maintitle_camere.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

.twoColFixLtHdr #content_box_title_prezzi {
	float: left;
	display: inline;
	width: 480px;
    height: 65px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bkg_content_maintitle_prezzi.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

.twoColFixLtHdr #content_box_title_prenota {
	float: left;
	display: inline;
	width: 480px;
    height: 65px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bkg_content_maintitle_prenota.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

.twoColFixLtHdr #content_box_title_payannulla {
	float: left;
	display: inline;
	width: 480px;
    height: 65px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bkg_content_maintitle_payannulla.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

.twoColFixLtHdr #content_box_title_payconferma {
	float: left;
	display: inline;
	width: 480px;
    height: 65px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bkg_content_maintitle_payconferma.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

.twoColFixLtHdr #content_box_title_privacy {
	float: left;
	display: inline;
	width: 480px;
    height: 65px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bkg_content_maintitle_privacy.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

/* CONTENT BOX GENERICI */

.twoColFixLtHdr .content_box_right_dark {
	/* since this element is floated, a width must be given */
	float: left;
	display: block;
	width: 439px;
	height: 155px;
	/* the actual width of this div, in standards-compliant browsers, 
	or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 1px;
	background-color: #C3BA9D;
}

.twoColFixLtHdr .content_box_right_light {
	/* since this element is floated, a width must be given */
	float: left;
	display: block;
	width: 439px;
	/* the actual width of this div, in standards-compliant browsers, 
	or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px 20px 20px;
	margin: 1px 0px 0px 1px;
	background-color: #D5CEB8;
}

/* CONTENT BOX SPECIFICI */

.twoColFixLtHdr #content_box_paypal {
	/* since this element is floated, a width must be given */
	float: left;
	display: block;
	width: 328px;
	height: auto;
	/*background-color: #E1DED7;*/
	background-image: url(../images/bkg_content_box_paypal.gif);
	background-position:left;
	background-repeat: no-repeat;	
	padding: 20px 0px 0px 0px;
	text-align: right;
}

.twoColFixLtHdr #content_box_prenota {
	/* since this element is floated, a width must be given */
	float: left;
	display: block;
	width: 320px;
	height: 232px;
	/* the actual width of this div, in standards-compliant browsers, 
	or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 55px 20px 20px 20px;
	margin: 1px 0px 0px 0px;
	border-color: #C3BA9D;
	background-color: #E1DED7;
	background-image: url(../images/bkg_content_box_prenota.gif);
	background-position:top;
	background-repeat: no-repeat;
	font-size: 11px;
}

.twoColFixLtHdr #content_box_benvenuti_altezza{
	height: 240px;
}

.twoColFixLtHdr #content_box_scopristanze_altezza{
	/*height: 240px;*/
}

.twoColFixLtHdr #content_box_dovesiamo_altezza{
	height: 463px;/*393px;*/
}

.twoColFixLtHdr #content_box_camere_altezza{
	height: 463px; /*393*/
	width: 479px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.twoColFixLtHdr #content_box_prezzi_altezza{
	height: auto;/*573px;*/
}

.twoColFixLtHdr #content_box_pay_annconf_altezza{
	height: 155px;
/*	height: 293px;
	width: 479px;
	padding-left: 0px;
	padding-right: 0px;*/
}

.twoColFixLtHdr #content_box_dovesiamo_privacy{
	height: auto;
}

.twoColFixLtHdr #footer { 
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding: 0 10px 0 20px; 
	font-size:10px;
	text-align: center;
	background-image: url(../images/bkg_footer.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	text-decoration: none;
} 
.twoColFixLtHdr #footer p {
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin: 0; 
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 10px 0;
	color: #453421;
}
.twoColFixLtHdr #footer p a{
	text-decoration: none;
}
.fltrt { 
	/* this class can be used to float an element right in your page. 
	The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close 
			  of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
