/*
* LOGIN BOTTOM 
*/

#guide_container {
	position: relative;
	float: left;
	width: 848px;
	background: white;
	border: 1px solid #006;
	margin-top:20px;
}

#guide_content {
	background: white;
	float:left;
}

	#guide_text_left {
		width: 400px;
		float:left;
	}
	#guide_text_right {
		width: 400px;
		float:left;
	}

#guide_head_container {
	float:left;
	width: 848px;
	margin-bottom: 10px;
}

	#guide_head {
		float:left;
		width: 400px;
		margin-top:10px;
		margin-left:10px;
		
	}
	
	#guide_head h1 {
		float:left;
		margin-bottom: 6px; 
		left: 10px; 
		font-size: 14px;
		font-weight: bold;
		margin: 0;
	}

