@charset "utf-8";
body {
	font-size: 10px;
	line-height: 150%;
	background-image: url(img/topbg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: "맑은 고딕", "나눔고딕", "나눔바른고딕", "나눔고딕 ExtraBold", "다음_Regular", "다음_SemiBold";
}
#wrap {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#page_header {
	height: 105px;
	width: 1000px;
}
#top_logo {
	float: left;
	height: 45px;
	width: 220px;
	margin-top: 52px;
}
#top_menu {
	text-align: right;
	float: right;
	height: 52px;
	width: 700px;
	margin-top: 53px;
	font-family: "나눔고딕 ExtraBold";
}
#top_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top_menu ul li {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	margin-left: 25px;
}
#top_menu ul li a {
	color: #666666;
	text-decoration: none;
}
#top_menu ul li a:hover {
	color: #00F;
}
#page_center {
	width: 1100px;
	margin-top: 10px;
}
