body {
	background: #fff;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	text-align: center;
}
a {
	color: #0040c0;
	font-weight: bold;
}
img {
	border: 0;
	display: block;
	margin: 0;
}
ol {
	padding: 0;
}
ul, ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}




#wrap {
	background: #0040c0 url(../images/all/wrap.png) no-repeat 0 100%;
	margin: 20px auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 880px;
}




#head {
	background: transparent url(../images/all/head.png) no-repeat 0 0;
	height: 110px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 880px;
}
#head img.logo {
	margin: 10px 0 0 20px;
}
#head .menu {
	bottom: 0;
	font-weight: bold;
	height: 30px;
	position: absolute;
	right: 0;
	width: 880px;
}
#head .menu ul {
	bottom: 0;
	font-weight: bold;
	position: absolute;
	right: 30px;
}
#head .menu li {
	background: #73a930 url(../images/all/head-menu-li.png) no-repeat 0 0;
	float: left;
	margin: 0;
	behavior: expression(
		this.onmouseover = new Function("this.className += ' over';"),
		this.onmouseout = new Function("this.className = ' ';"),
		this.style.behavior = null
	);
	
}
#head .menu li a {
	background: transparent url(../images/all/head-menu-a.png) no-repeat 100% 0;
	color: #fff;
	float: left;
	line-height: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
}
#head .menu li:hover, #head .menu li.over {
	background: #9c0 url(../images/all/head-menu-li.png) no-repeat 0 0;
}




#main {
	background: transparent url(../images/all/main_old.png) no-repeat 0 100%;
	overflow: hidden;
	padding: 0 0 30px 0;
	position: relative;
	width: 870px;
}


#SAmain {
	background: transparent url(../images/all/main.png) no-repeat 0 100%;
	overflow: hidden;
	padding: 0 0 30px 0;
	position: relative;
	width: 870px;
}


#nav {
	bottom: 10px;
	float: right;
	position: absolute;
	right: 0;
	width: 600px;
}
#nav .menu {
	margin: 0;
	overflow: hidden;
	padding: 0 0 20px 0;
	width: 600px;
}
#nav .menu ul {
	margin: 0 0 0 20px;
	overflow: hidden;
	width: 560px;
}
#nav .menu ul li {
	float: right;
	margin: 0 0 0 30px;
}
#nav .menu li a {
	color: #0040c0;
	float: left;
	line-height: 20px;
	text-decoration: none;
}
#nav .menu li.next a {
	background: transparent url(../images/all/nav-next.png) no-repeat 100% 50%;
	padding: 0 30px 0 10px;
}
#nav .menu li.prev a  {
	background: transparent url(../images/all/nav-prev.png) no-repeat 0 50%;
	padding: 0 10px 0 30px;
}
#nav .menu li a:hover {
	-moz-opacity: 0.5;
	opacity: .5;
	filter: alpha(opacity=50);
}









#side {
	float: left;
	height: 480px;
	overflow: hidden;
	width: 260px;
}
#side .menu {
	background: #73a930 url(../images/all/side-menu.png) no-repeat 0 100%;
	font-weight: bold;
	margin: 0 0 0 10px;
	overflow: hidden;
	padding: 0 0 10px 0;
	width: 250px;
}
#side .menu ul {
	background: transparent url(../images/all/side-menu-ul.png) no-repeat 0 0;
	padding: 10px 0 0 0;
}
#side .menu ul li.here {
	background: #86bb18;
	border-top: 1px solid #9c0;
}
#side .menu ul li.here a {
	background: transparent url(../images/all/side-menu-here.png) no-repeat 20px 12px;
	color: #fff;
}
#side .menu ul li a {
	background: transparent url(../images/all/side-menu-a.png) no-repeat 20px 12px;
	color: #dce9cb;
	display: block;
	line-height: 20px;
	padding: 5px 20px 5px 35px;
	text-decoration: none;
	width: 195px;
}
#side .menu ul li a:hover {
	background: transparent url(../images/all/side-menu-here.png) no-repeat 20px 12px;
	color: #fff;
}
#side .menu ul li a.here, #side .menu ul li a.here:hover {
	background: #9c0 url(../images/all/side-menu-here.png) no-repeat 20px 12px;
	color: #fff;
}
#side .menu ul li.here ul {
	background: #86bb18;
	border-bottom: 1px solid #9c0;
	padding: 0;
}
#side .menu ul li.here ul li a {
	background: transparent;
	color: #fff;
	font-weight: normal;
}
#side .menu ul li.here ul li a:hover {
	background: none;
}
#side .menu ul li.here ul li a.here, #side .menu ul li.here ul li a.here:hover {
	background: #9c0;
	color: #fff;
}
#side p.quote {
	border-bottom: 1px solid #4070d0;
	border-top: 1px solid #4070d0;
	color: #7f9fdf;
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 10px 0 20px;
	padding: 20px;
}



#side .go {
	background: #86bb18 url(../images/all/side-go.png) no-repeat 0 100%;
	color: #fff;
	float: right;
	margin: 20px 0 0 10px;
	overflow: hidden;
	padding: 0 0 10px 0;
	width: 250px;
}
#side .go h1 {
	background: #86bb18 url(../images/all/side-go-h1.png) no-repeat 0 0;
	color: #fff;
	font-family: georgia, times new roman, times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 15px 20px 0 20px;
}
#side .go .field {
	background: #86bb18;
	overflow: hidden;
	width: 100%;
}
#side .go label {
	float: left;
	line-height: 1.5em;
	padding: 10px 0 0 20px;
}
#side .go select {
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0 0 0;
}
#side .go input.submit {
	float: right;
	margin: 0;
}




#page {
	background: #fff url(../images/all/page.png) no-repeat 0 0;
	float: right;
	overflow: hidden;
	width: 600px;
}
#Tourpage {
	background: #fff url(../images/all/pagetop.png) no-repeat 0 0;
	float: right;
	overflow: hidden;
	width: 760px;
}



#foot {
	color: #999;
	margin: 20px auto 0 auto;
	overflow: hidden;
	padding: 0 0 20px 0;
	width: 840px;
}
#foot a {
	color: #999;
}
#foot ul {
	float: left;
}
#foot ul li {
	border-right: 1px solid #ccc;
	float: left;
	line-height: 20px;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}
#foot p {
	float: right;
	line-height: 20px;
	margin: 0;
}