header {
	font-size: 1.2em;
	}

header #header_wrap {
	width: 100%;
	background-color: #131921;
	/* border-bottom: 1px solid #dbdbdb; */
	overflow: hidden;
	}

header #header_wrap div.logo {
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	}
	
header #header_wrap div.logo a {
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	}
	
header #header_wrap div.menu {
	display: inline-block;
	float: right;
	height: 50px;
	line-height: 50px;
	padding-right: 20px;
	}

header #header_wrap div.menu a {
	text-decoration: none;
	color: #fff;
	}