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