/* GUIDE*/
#guide_text_left {
	/*width:450px;*/
	float:left;
	/*border-right:1px solid #006;*/
	text-align: left;
}
#guide_text_right {
	/*width:380px;*/
	float:left;
	/*border:1px solid green;*/
	text-align: left;
}

#guide_container {
	clear: both;
	position: relative;
	/*float: left;*/
	width: 848px;
	background: white;
	border: 1px solid #006;
	margin-top:20px;
}
#guide_head {
	clear: both;
	width: 848px;
	/*border-bottom: 1px solid #006;
	background: #CCC;
	position: relative;
	height: 28px;
	padding: 0;*/
	margin-top:10px;
	margin-left:10px;
	
}
#guide_head h1 {
	/*position: absolute; */
	margin-bottom: 6px; 
	left: 10px; 
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-right: 200px;
}
#guide_content {
	/*padding: 20px 40px 20px 40px;*/
	background: white;
	/*text-align: left;*/
}
