@charset "utf-8";

html{
 padding:0 !important;
 padding:100px 0;
 overflow:auto;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color:#600;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
	width:1003px;
	margin:0 auto;
	text-align:left;
}

/********************************************************************
---------------------------------- TOP ------------------------------
*********************************************************************/
#top{
	width:1003px;
	height:356px;
	margin-left:auto;
	margin-right:auto;
}
/********************************************************************
-------------------------------- Container --------------------------
*********************************************************************/
#container{
	position:relative;
	width:1003px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;	
}
#left{
	position:relative;
	width:266px;
	height:733px;
	background-color:#000;
}
#tour_subMenu{
	z-index:2000;
	position:absolute;
	left:135px;
	top:180px;
	width:125px;
	height:140px;
	background-color:#E40027;
	border:2px solid #000;
	color:#FFF;
}
#tour_subMenu a{
	text-decoration:none;
	color:#FFF;
}
#food_subMenu{
	z-index:2000;
	position:absolute;
	left:135px;
	top:295px;
	width:145px;
	height:230px;
	background-color:#E40027;
	border:2px solid #000;
	color:#FFF;
}
#food_subMenu a{
	text-decoration:none;
	color:#FFF;
}
#sponsor{
	position:absolute;
	top:470px;
	left:20px;
	width:180px;
	color:#FFF;
	font-size:14px;
}
#sponsor a{
	text-decoration:inline;
	color:#FFFF00;
}
#right{
	position:absolute;
	left:266px;
	top:0px;
	width:737px;
	height:733px;
	background-color:#000;
}

#whiteBg{
	position:absolute;
	left:0px;
	top:0px;
	width:727px;
	height:690px;
	background-color:#FFF;
}
#TEContainer{
	position:absolute;
	left:20px;
	top:10px;
	width:697px;
	height:670px;
	background-color:#666;
}
#copyright{
	position:absolute;
	left:0px;
	top:710px;
	width:727px;
	color:#FFF;
	font-size:12px;
}
.handStyle{
	cursor:pointer;
}
.colorBar {
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-3dlight-color::#F00;
	scrollbar-arrow-color:#600;
	scrollbar-base-color:#600;
	scrollbar-darkshadow-color:#706843;
	scrollbar-face-color:#e40027;
	scrollbar-highligh-color:#600;
	scrollbar-shadow-color:#600;
}
