/* Guide */
#guide_wrap {
	width:460px;
	height: 200px;
	text-align:left;
	z-index:1;
	position: absolute;
	float: right;
	right: 7px;
	top: 310px;
	display: block;
}
#guide {
	width:460px;
	height: 200px;
	margin-top: -198px;
}
#guide_menu {
	position: relative;
	width:190px;
	height:172px;
	float: left;
	top: 5px;
	left: 6px;
	background-color: #345463;
}
#guide_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #132936;
	font-weight: bold;
	position: relative;
	top: 4px;
	left: 12px;
	letter-spacing: 3px;
	width: 300;
}
#menu_g {
	width:190px;
	position: relative;
}
#menu_g a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
#menu_g a:hover {
	color: #ff9600;
}
#menu_g li:hover {
	background-color: #112836;
}
#menu_g ul {
	list-style-type: none;
	background-color: #345463;
	margin: 0px;
	padding: 0px;
	text-indent: 8px;
}
#menu_g li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74878E;
	padding-top: 1px;
	padding-bottom: 1px;
}
#list{
	width:245px;
	height:170px;
	float: right;
	position: absolute;
	z-index:2;
	right: 20px;
	top: 340px;
}
