@charset "utf-8";

<style type="text/css"> 
<!-- 
body {
	padding:0;
	margin: 0;
	background-color:#005c90;
	background-repeat: repeat-x;
}
table,td,th { border: 0; padding: 0px; border-collapse: collapse; }
p { padding:0px; margin:0px; text-align:justify; }
ul { list-style: url(../elements/check.png) disc }

#container { 
	width:100%;
	height:auto;
	margin:auto;
	padding:0px;
	text-align:left; 
	position:relative;
} 
		
/* MAIN AREA */
/* ********* */
#mainContent {
 display:block; position:relative; 
 width:1000px; height:614px;
 margin:auto; 
}
#mainContent #menu { display:block; width:162px; height:614px; float:left; display:inline; background-image: url(../elements/menu_back.jpg); }
#mainContent #pagearea { display:block; width:838px; height:614px; float:left; display:inline; background-color:#dae3dd; }

#pageareaPhoto { display:block; width:838px; height:508px; }
#pageareaText {
   display:block; width:838px; height:106px;
   background: url(../elements/text_back.jpg) no-repeat;
}

/* BOTTOM AREA */
/* *********** */
#bottomArea {
 display:block; position:relative; margin:auto; 
 width:1000px; height:autopx;
 background-image: url(../elements/bottom.jpg);
 background-repeat:no-repeat;
}
#bottomLinks {
 display:block; position:relative; 
 width:1000px; height:60px;
}
#bottomAddress {
 display:block; position:relative; 
 width:1000px; height:55px;
}
#bottomAddress #BotLeft { display:block; width:800px; float:left; display:inline; }
#bottomAddress #BotRight { display:block; width:200px; float:left; display:inline; }


#submenuback {
	position:absolute; 
	z-index:100;
	margin: 0px 0px 0px 262px;
	width:575px; height:35px;
	background: url(../elements/submenu_back.png) no-repeat;
}

#submenubackAccomm {
	position:absolute; 
	z-index:100;
	margin: 50px 0px 0px 36px;
	width:222px; height:221px;
	background: url(../elements/accomm_backhome.png) no-repeat;
}

#submenubackDining {
	position:absolute; 
	z-index:100;
	margin: 50px 0px 0px 36px;
	width:240px; height:161px;
	background: url(../elements/dinining_backhome.png) no-repeat;
}

--> 
</style>