header.site-header{
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	margin:0;

}

/*============================
page_header.htm
=============================*/
div.top_bar{
	background-color: #000;
	width: 100%;
	margin: auto;
	height: 30px;
}
div.top_bar div.top_wrapper{
	width: 100%;
	max-width: 1400px;
	margin: auto;
	padding: 3px 20px 3px 20px;	
	
}
div.header_wrapper {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	border-bottom: 3px solid #F48F08;
}

.h_social{
	float: left;
}
.h_social a i{
	font-size: 20px;
}
.h_social a i:hover{
	color: #000;
}
.account{
	float: right;
}
.logo h2{
	text-align: center;
	margin: auto;
}

header a.logo{
	text-decoration: none;
}
header div.logo_name{
	padding-top: 25px;
	width: 220px;
	text-align: right;
	line-height: 40px;
	float: left;
	vertical-align: bottom;
	
}
header span.nan1{
	font-family: "Comic Sans MS";
	font-weight: bolder;
	font-size: 50px;
	color: #F28E0C;
}
header span.nan2{
	font-family: "Comic Sans MS";
	font-weight: bolder;
	font-size: 40px;
	font-style: italic;
	color: #F5C417;
}


