@charset "utf-8";
<style type="text/css"> 
<!-- 
body  {
	background: #eff7f9;
	margin: 0;
	padding: 0;
	text-align: left;
}
#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:116px;
	padding: 0px;
	margin: 0px; 
}
#menucontainer { height:232px; }
#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; 
}

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

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

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

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

#topmeta { 
	margin: 12px 0px 0px 0px;
	height:20px;
}
#bottompage { 
	clear: both;
	position:relative;
	background-color:#008da8;
	width:920px;
	height:24px;
	text-align:left;
	margin:auto;
} 

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