/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
.scroll{
	overflow:scroll;
	SCROLLBAR-FACE-COLOR:#e4f3cc;
	scrollbar-arrow-color:lightgreen
}
.scroll1{
	overflow-x:scroll;
	SCROLLBAR-FACE-COLOR:#e4f3cc;
	scrollbar-arrow-color:#006400;
}
body{
	background:#fff; font:12px/22px "ËÎÌå",Verdana, Arial;
	color:#555555;
}
div#main{
	margin:0 auto;
	width:1024px;
	height:680px;
	position:relative;
}
#header{
	width:1024px;
	height:68px;
	background:url(imagestitlebg.jpg);
	position:relative;
}
#header img{
	bottom:5px;
	position:absolute;
}
#header p{
	left:300px;
	bottom:13px;
	position:absolute;
	font:"¿¬Ìå";
	font-size:24px;
	color:lightblue;
}
#center{
	width:1024px;
	height:498px;
	position:relative;
	background:#CCC;
}
#center #left{
	width:700px;
	height:498px;
	position:absolute;
	z-index:150;
}
#center #right{
	right:0px;
	position:absolute;
	width:320px;
	height:498px;
}
#center #right #imgdiv{
	position:absolute;
	width:320px;
	height:498px;
	overflow:hidden;
}
#center #right #imgdiv img{
	width:1024px;
	height:680px;
	display:block;
	position:absolute;
}
#footer{
	position:absolute;
	width:1024px;
	height:115px;
	bottom:0px;
	background:#DFFFFF;
}
#footer #tbdiv{
	width:1024px;
	height:115px;
	display:block;
}
#footer #tbdiv table td img{
	width:100px;
	height:70px;
	border:0px;
	margin:5px 1px 0px 0px;
}
#footer #tbdiv table td{
	width:100px;
}
#menubar{
	position:absolute;
	right:120px;
	top:25px;
	z-index:2000;
}
#help{
	position:absolute;
	right:20px;
	top:5px;
	width:50px;
	height:30px;
	background:url(imagesmenu-bg.gif);
	z-index:3000;
	text-align:center;
	line-height:30px;
	cursor:help;
}
#bigmaps {
	position:absolute;
	width:1024px;
	height:680px;
	z-index:9999;
	display:none;
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
	background:white;
	text-align:right;
	overflow:hidden;
}
#helpdiv{
	position:absolute;
	top:8px;
	right:26px;
	overflow:hidden;
	z-index:9000;
	display:none;
}
iframe{
	overflow:hidden;
	border:0px;
}
