@charset "utf-8";
<style type="text/css"> 
<!-- 
body  {
	background: #55442d;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}
#container { 
	width:968px;
	height:auto;
	text-align:left;
	margin:auto;
	position:relative;
	background-color:#ffffff;
} 
#containermain { 
	width:920px;
	height:auto;
	text-align:left;
	margin:auto;
	position:relative;
} 

#leftpage {
	float: left; 
	position: relative;
	width: 206px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
}

#mainpage { 
	position: relative;
	margin: 0px 0px 10px 206px; /* top - right - bottom - left */
	width: 714px;
	height:auto;
	background-color:#FFFFFF;
}
#maintop { 
	margin: 0px;
	width: 714px;
	height:61px;
}
#maincontent { 	
	margin: 0px; /* top - right - bottom - left */
	width: 714px;
	background-color:#FFFFFF;
}


#leftmenu {
	position: relative;
	width: 206px;
	height:540px;
	padding: 0px;
	margin: 0px; 
}
#logo {
	position: relative;
	width: 206px;
	height:132px;
	padding: 0px;
	margin: 0px; 
}
#menucontainer { height:216px; }
#leftbook { height:192px; }
#checkavailabitity { height:22px; }

#leftbanners {
	position: relative;
	width: 206px;
	padding: 0px;
	margin: 14px 0px 0px 0px; 
}
#bannerscontainer {
	position: relative;
	width: 206px;
	height: 237px;
	background-image:url(../elements/map_back.jpg);
	padding: 0px;
	margin: 0px; 
}

/* --------- */

#brownline { 
	margin: 0px;
	width: 100%;
	height:14px;
	background-color:#745f42;
}

#textarea { 
	padding: 30px 0px 0px 14px; /* top - right - bottom - left */
	width: 680px;
}

#topmeta { 
	margin: 12px 0px 0px 0px;
	height:20px;
}
#bottompage { 
	clear: both;
	position:relative;
	width:968px;
	height:30px;
	text-align:left;
	margin:auto;
} 
#bottompage #botleft {
	width:780px;
	margin:0;
	float:left;
	display:inline; /* displayed inline, inside the current block */
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #c7c5c1;
}
#bottompage #botright {
	width:188px;
	margin:0;
	float:left;
	display:inline; /* displayed inline, inside the current block */
}

#bottomlinks { 
	clear: both;
	position:relative;
	width:968px;
	text-align:left;
	margin:auto;
} 

#clear { clear: both; }
--> 
</style>