@charset "utf-8";
/* CSS Document */

body {
	font-family: 굴림;
	font-size: 12px;
	color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a {
	color: #777;
	text-decoration: none;
	}

a:hover {
	color: #444;
	text-decoration: none;
	}

a img {
	border: 0;
	}


/* 탑 메뉴 */

div#top_menu {
	position: absolute; 
	top: 6px; 
	left: 466px; 
	width: 530px; 
	height: 15px;
	}


/* 전체 레이아웃 */
div#wrapper {
	position: relative; 
	float: left; 
	width: 100%; 
	height: auto;
	}
	
div#top_layout {
	position: relative; 
	width: 100%; 
	height: 60px;
	}

div#top_layer {
	position: relative; 
	width: 960px; 
	height: 60px; 
	margin: 0 auto;
	}



/* 스크린 레이아웃 */

div#main_menu_layout {
	position: relative; 
	width: 100%; 
	height: auto;
	}
	
	
div#main_menu_layer {
	position: relative; 
	width: 100%; 
	height: 30px; 
	background-image: url(/images/main_menu/main_top_bg.jpg); 
	background-repeat: repeat-x;
	}
	
div#main_menu_layer_center {
	position: relative; 
	width: 960px; 
	height: 30px; 
	margin: 0 auto;
	}
	
/* 메인 메뉴 */

div#sub_layer {
	position: relative; 
	width: 100%; 
	height: auto;
	}

div#sub_layer_center {
	position: relative; 
	width: 958px; 
	height: 30px; 
	margin: 0 auto; 
	border: 1px #6c6d6d solid; 
	border-top: none; 
	background: url(/images/main_menu/submenu_bg.jpg) repeat-x;
	}
	
div#reconmmend_course {
	position: relative; 
	width: 151px; 
	height: 29px; 
	float: left; 
	margin: 0 auto; 
	overflow: hidden;
	}
	
div#menu_child {
	position: relative; 
	width: 807px; 
	height: 29px; 
	float: left; 
	margin: 0 auto; 
	overflow: hidden;
	}
	
/* 중앙 본문 */

div#main {
	position: relative; 
	width: 100%; 
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
div#main_screen {
	position: relative; 
	width: 958px; 
	height: 100%; 
	margin: 0 auto;
	padding: 0;
	border-left: #6c6d6d 1px solid; 
	border-right: #6c6d6d 1px solid;
	background: url(/images/main_left_bg.jpg) repeat-y;
	}

/* 높이 100% 만들기 */
div#height_box {
	position: relative;
	float: left;
	width: 550px;
	height: 10px;
	margin: 0;
	background: #99FF99;
	padding: 0;
	}
	
/* 좌측 메뉴 레이아웃 */
div#left_menu {
	position: relative; 
	float: left; 
	width: 151px; 
	height: 100%; 
	background-color: #f5f5f5; 
	padding: 15px 0 30px 0;
	}
	
div#left_menu_jsp {
	position: relative; 
	width: 140px;; 
	margin: 10px auto 0 auto;
	}
	
div#left_banner {
	position: relative;
	width: 140px;
	height: 140px; 
	margin: 10px auto 0 auto; 
	border: 1px #999 solid; 
	background-color: #FFFFFF;
	}
	
/* 중앙본문 시작 */
div#main_layout {
	position: relative; 
	float: left; 
	width: 550px; 
	height: 100%; 
	margin: 0 0 0 17px; 
	padding: 15px 0 30px 0;
	}
	
div#main_flash {
	position: relative; 
	float: left; 
	width: 550px; 
	height: 220px; 
	margin: 0 auto;
	}
	
/* 여행후기 */
	
div#right_layout {
	position: relative; 
	float: left; 
	width: 215px; 
	height: 100%; 
	margin: 0 0 0 13px; 
	padding: 15px 0 30px 0;
	}
	
div#travelpost_jsp {
	position: relative; 
	width: 215px; 
	height: auto; 
	margin: 0 0 15px 0; 
	float: left;
	}
	
	
/* footer */

div#footer {
	position: relative; 
	float: left; 
	width: 100%; 
	height: 100px; 
	border-top: 1px #6c6d6d solid; 
	background-color: #eeeeed;
	}
