/* 所有大框共同属性 */
#top,#main,#Header {
	margin: 0 auto;
	clear: both;
}

/* 个性化容器 */ /* 头部部份 */
#Header {
	width: 1003px;
	height: 240px;
	background: url(../civilization/images/header_bg.jpg) repeat-x;
	text-align: center;
}

#top {
	width: 1003px;
	height: 240px;
}

/* 主体部份 */
#main {
	width: 1003px;
	height: auto;
	background: url(../tour/images/tour/tour_body_bg.jpg) repeat-x;
}

#main .left {
	width: 115px;
	height: auto;
	margin-right: 17px;
	margin-left: 8px;
}

#main .dashed {
	width: 1px;
	height: 1460px;
	margin-right: 18px;
	background: url(../tour/images/dashed_bg.gif) repeat-y;
}

#main .right {
	width: 817px;
	height: auto;
}

#tour_jilin_table {
	line-height: 30px;
	margin-top: 17px;
	margin-left: 17px;
}

#tour_jilin_table td {
	padding-right: 11px;
}

.subject a,.civilization a,.community a {
	color: #444444;
}

.subject {
	margin-left: 10px;
	line-height: 20px;
}

.civilization {
	margin-left: 12px;
	line-height: 20px;
}

.community {
	margin-left: 8px;
	line-height: 20px;
}

.correlation,.episteme,.scenery {
	line-height: 20px;
}

.correlation a,.episteme a {
	color: #4f4f4f;
}

.scenery a {
	color: #194158;
}

.scenery div {
	color: #194158;
}

.submit_botton {
	background-image: url("../tour/images/search_btn.gif");
	border: 0;
	color: #000;
	cursor: hand;
	height: 21px;
	width: 92px;
}