#pagebody {
	width:1000px;
	float:left;
	margin:auto;
	background-image: url(../img/bg_mainbody.gif);
	background-repeat: repeat-y;
}
#guide{
	line-height: 24px;
	width: 980px;
	text-align: right;
	padding-right: 20px;
}
#leftbar {
	width: 269px;
	float: left;
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 150px;
}
#leftbar h2 {
	background-image: url(../img/bg_li.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	color: #fb7700;
	padding-left: 40px;
}
#leftbar ul{
	margin-top: 3px;
}
#leftbar ul li a{
	background-image: url(../img/bg_ul.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 30px;
	padding-left: 40px;
	display: block;
}
#leftbar ul li a:hover{
	background-image: url(../img/bg_li.jpg);
	background-repeat: no-repeat;
}
#leftbar h3{
	background-color: #115a9e;
	color: #FFF;
	line-height: 30px;
	padding-left: 35px;
}
#leftbar p{
	padding: 10px 20px;
}
#mainbody {
	width: 700px;
	float: right;
	padding-right: 15px;
}
#intro {
	overflow: hidden;
	border: 1px solid #FB7700;
}
#intro h1{
	background-color: #FB7700;
	line-height: 24px;
	color: #FFF;
	padding-left: 20px;
}
#intro ul {
	overflow:hidden;
	width: 100%;
	padding: 10px;
}
#intro ul li {
	display: block;
	float: left;
	width: 154px;
	line-height: 20px;
	background-image: url(../img/arr01.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
#showpic{
	width:100%;
	clear:both;
	float: left;
	padding-top: 20px;
}
.subtitle{
	background-color: #FB7700;
	color: #FFF;
	line-height: 24px;
	padding-left: 20px;
}
#time{
	text-align: center;
	line-height: 36px;
}
#content{
	padding: 10px;
	clear: both;
}
