/* 최상단 메뉴 (Home|로그인|회원가입) 부분 */


#top_btns {
	text-align: right;
	margin:8px 15px 5px 0;
	color: #a3a3a3;
	font-weight: bold;
	height:12px;
}

#top_btns a {
	color:#a3a3a3;
	text-decoration:none;
}

#top_btns a:hover {
	text-decoration:underline;
}

/* 타이틀 부분 */
#top_title { 
  height:100px; 
	background-image:url('../img/bogo_top.jpg'); 
	background-repeat:no-repeat; 
}

#top_title h1 { 
	font-family: "맑은 고딕", 돋움, Arial; 
	font-weight: bold; 
	margin-left: 120px; 
	padding-top: 60px; 
}

#top_title h1 a { 
	font-size: 16pt; 
	text-decoration: none; 
	color:#005bae; 
}

/* 검색
#search_all { 
	float:right; 
	margin-right:15px;
	margin-top:8px;
	display:inline;
}
*/
