html,body{
	margin:0px;
	height:100%;
}

#detail{
	position:relative;
	width:980px;height:auto;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(/images/main_page_bg_980-5.jpg);
	background-repeat:repeat-y;
}

#current_place{
	position:relative;
	float:left;
	left:20px;;
	width:940px;height:22px;
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#efefef;
	text-align:left;
}
#current_place p{
	margin:0px 0px 0px 8px;
	padding:5px 0px 0px 0px;
	text-align:left;
}

#info_title{
	position:relative;
	float:left;
	left:20px;
	width:940px;height-:50px;
	margin:5px 0px 0px 0px;
	padding:20px 0px 15px 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

#info_source{
	position:relative;
	float:left;
	left:20px;
	width:940px;height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	border-bottom:1px solid #949494;
}
#info_source #source{
	position:relative;
	float:left;
	left:200px;
	width:540px;height:18px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#990000;
	text-align:center;
}
#info_source #time{
	float:left;
	width:180px;height:18px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

#info_content_out{
	position:relative;
	float:left;
	left:20px;
	width:940px;height:auto;
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	background-color:#f7f7f7;
}
#info_content_in{
	position:relative;
	float:left;
	left:5px;
	width:928px;height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #e1e1e1;
	text-align:left;
	background-color:#ffffff;
}
#info_content_in p{
	width:908px;height:auto;
	margin:0px 0px 0px 0px;
	padding:8px 8px 8px 10px;
	text-align:left;
	line-height:150%;
}

#info_help{
	clear:both;
	width:940px;height:22px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background-color:#efefef;
	text-align:right;
}
#info_help p{
	margin:0px 0px 0px 0px;
	padding:5px 8px 0px 0px;
	text-align:right;
}
