		#map{
			width: 511px;
			height: 286px;
			text-align: left;
			font-family : Arial;
			font-size : 10px;
			margin : 20px;
		}

		htrml, body{
			background-image : url(../images/hotel-imperial-bg01.jpg);
			background-repeat : repeat-x;
			background-color: #121731;
			margin:0 auto;
			padding:0;
		}
		#outline {
			width : 943px;
			margin : 0 auto;
			text-align : center;
			padding : 0;
			height : 100%;
			font-family: Arial;
		}
		#body_top{
			height : 55px;
			width : 943px;
		}
		#body_navi{
			background-image : url(../images/hotel-imperial-bg02.jpg);
			background-repeat : no-repeat;
			height : 193px;
			width : 943px;
			vertical-align : bottom;
			text-align : right;
		}

		#home{
			background-image : url(../images/hotel-imperial-bg03.jpg);
			background-repeat : no-repeat;
			width : 943px;
			background-color: #ABC0D4;
			min-height : 323px;
			text-align : left;
			position : relative;
		}
		.body_content_left{
			float:left;
		}
		.body_content_left img{
			margin : 20px;
		}
		.body_content_right{
			float:left;
			margin : 20px 20px 20px 0px;
			padding: 5px
			font-family : Arial;
			font-size : 12px;
		}
		.body_content_right b{
			font-size : 14px;
			/**text-decoration : underline;*/
		}
		.body_content_right strong{
			color : #13487E;
		}
		#body_footer{
			margin-top : 10px;
			width : 943px;
			font-family: Arial;
			font-size : 10px;
			color: #5D90BA;
		}
		#body_footer a{
			font-family: Arial;
			font-size : 10px;
			color: #5D90BA;
		}
	#body_footer a:hover{
			font-family: Arial;
			font-size : 10px;
			color: silver;
		}
		.clear {
			clear: both;
		}
		/*######################################################################*/
		.feature { min-height : 323px; position:absolute; width : 943px;
			background-image : url(../images/hotel-imperial-bg03.jpg);
			background-repeat : no-repeat;		
		 }
		.feature img { border:none; }


		/*- Menu Tabs J--------------------------- */

		.tabs {
			font-size:11px;
			line-height:normal;
			width : 470px;
			float:right;
			margin-top: 174px;
						font-family : Verdana;
			font-size : 11px;
			font-weight : bold;
		}
		.tabs ul {
			margin:0;
			padding:0;
			list-style:none;
		}
		.tabs li {
			display:inline;
			margin:0;
			padding:0;
		}
		.tabs a {
			float:left;
			background:url("../images/navi/tableftJ.gif") no-repeat left top;
			margin:0;
			padding:0 0 0 5px;
			text-decoration:none;
		}
		.tabs a span {
			float:left;
			display:block;
			background:url("../images/navi/tabrightJ.gif") no-repeat right top;
			padding:3px 15px 2px 6px;
			color:#24618E;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		.tabs a span {float:none;}
		/* End IE5-Mac hack */
		.tabs a:hover span {
			color:#FFF;
		}
		.tabs a:hover {
			background-position:0% -42px;
		}
		.tabs a:hover span {
			background-position:100% -42px;
		}

		.tabs #current a {
			background-position:0% -42px;
		}
		.tabs #current a span {
			background-position:100% -42px;
			color:#FFF;
		}
	