<!--
body {
	font: 80% Geneva, Arial, Helvetica, sans-serif;
	background: #f0e1a8;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 1146px;
	max-width: 1146px;
	
}
.oneColElsCtr #container2 {
	width: 1146px;
	height: 800px;
	background: #f0e1a8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/mainBG-test.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0;
	z-index: 1;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; 
}

.oneColElsCtr #frontPageContent {
	padding-top: 128px;
	padding-left: 212px;
	text-align: left;
	width: 820px;
	margin: 0;
}

.oneColElsCtr #sign {
	position: absolute;
	width:126px;
	height: 480px;
	top: 27px;
	padding-left: 17px;
	z-index: 999;
}

.oneColElsCtr #topMenu {
	position: absolute;
	width: 600px;
	height: 35px;
	top: 58px;
	padding-left: 242px;
	background-color: transparent;
}

.oneColElsCtr #bottomMenu {
	position: absolute;
	width: 600px;
	height: 35px;
	top: 711px;
	padding-left: 137px;
	font-size: 16px;
	font-weight: normal;
	background-color: transparent;
}

.oneColElsCtr #onlineShop {
	position: absolute;
	width: 132px;
	height: auto;
	top: 521px; /* 521 px with coffee logo */
	padding-left: 123px;
	background-color: transparent;
	z-index: 800;
}

.oneColElsCtr #scrollBar {
	position: absolute;
	width: 35px;
	height: auto;
	top: 170px;
	padding-left: 732px;
	background-color: transparent;
	z-index: 2;
}

.oneColElsCtr #sideWindow {
	position: absolute;
	width: 185px;
	height: auto;
	top: 148px;
	margin-left: 742px;
	background-color: transparent;
	z-index: 3;
	border: 0px solid #333333;
}
.oneColElsCtr #bottomImage {
	position: absolute;
	top: 395px;
	width: 773px;
	height: 277px;
	padding-left: 215px;
	background-color: transparent;
	
}

.oneColElsCtr #footer {
	position: absolute;
	text-align: center;
	font-size: 10px;
	top: 750px;
	padding-left: 80px;
	height: auto;
	width: 900px;
}

/* for hotel section only */
.oneColElsCtr #hotelLamp {
	position: absolute;
	padding-left: 910px;
	top: 110px;
}

.frontDropdown, .frontDropdown a:link, .frontDropdown a:active { color: #f5eac5; text-decoration: none;}
.frontDropdown a:visited { color: #CCCCCC; text-decoration: none; }
.frontDropdown a:hover { text-decoration: underline; }

.sideWindow, .sideWindow a:link, .sideWindow a:active { color: #000000; font-weight: bold; text-decoration: none;}
.sideWindow a:visited { color: #000000; text-decoration: none; }
.sideWindow a:hover { color: #990000; text-decoration: underline; }

h1 {
	margin: 0;
	padding: 0;	
}

h2 {
	font-size: 15px;
	border-bottom: 1px solid #000000;
	width: auto;
	margin: 2px;
	padding: 0;
}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

-->