@charset "utf-8";
/* CSS Document */

#wrap{
	width:1000px;
	margin: 0px auto;
	height: 1200px;
	
}

#wrap > #header{
	width: 1000px;
	height: 120px;
	position:relative;
}
#wrap > #header > #menu_bar{
	width: 1000px;
	position: absolute;
	top: 60px;
	left: 0px;
	height: 60px;
	margin-top: -30px;
}

#header h1{ padding: 13px 20px ; float:left;}


	