#main { 
width:900px; 
margin:0 auto; 
text-align:left;
}

#header {
	height:175px;
	color: #7c2803;
	background-image: url('images/sahara_calipau_header.png');
	background-repeat: no-repeat;
	background-position: center;
	}

#middle {
	background:#ffffff;
	width:896px;
	border-left:solid 1px #7c2803;
	border-right:solid 1px #7c2803;
	}

#footer {
	height:87px;
	width: 898px;
	color: #7c2803;
	background: url('images/sahara_calipau_footer.png');
	background-repeat: no-repeat;
	}

.column1, .column2, .column2rooms {
	float:left;
	}

.header_col1 {width:211px; float:left;}
.header_col2 {width:273px; float:left;}
.header_col3 {width:437px; float:left;}

/* ============================= index ===========================*/

#index .column1 {
	padding-top:50px;
	min-height:450px;
	width:203px;
	font-size: 12px;
	/*background:url(images/left_column_bg.png) top repeat-x;
	background:url(images/left_menu/bg.jpg) top repeat-y;
	*/
	background:url(images/main_window_bg.png) top repeat-x;
	}

#index .column2 {
	width:896px;
	margin:0 auto; 
	/*width:693px;*/
	font-size: 12px;
	background:url(images/main_window_bg.png) top repeat-x;
	background-color:#ffffff;
	}

#index .column2rooms {
	margin:0 auto; 
	width:693px;
	font-size: 12px;
	background:url(images/main_window_bg.png) top repeat-x;
	background-color:#ffffff;
	}

