@charset "utf-8";
/* CSS Document */
#title_bg_div{
	height:36px;
	background-image:url(../images/title_bg.gif);
	background-position:left;
	background-repeat:repeat-x;
}
.li_left{
	float:left;
	margin-left:25px;
	line-height: 36px;
	font-weight:bold;
	font-size: 14px;
	color: #FF9900;
	width: 100px;
	letter-spacing: 2px;
}
.li_right{
	float: right;
	margin-right:15px;
	line-height: 36px;
	color: #e0e0e0;
	width: 100px;
}
