/*** ·¹ÀÌ¾Æ¿ô ½ºÅ¸ÀÏ ***/
#wrap {
	margin: auto;
	width: 100%;
	background:url(../img/img_contents_layout_back.gif) repeat-x 0px 86px;
}
/** header **/
#header {
	text-align: left;
	width: 972px;
	height: 86px;
	position: relative;
	z-index:999;
}
#topMenu {
	width: 100%;
	height: 86px;
}
#search {
	position: absolute;
	text-align:right;
	width: 100%;
	top : 94px;
	right : 48px;
}
#search #searchSection {
	text-align:left;
	behavior:url(./css/selectBox.htc);
}
#search #searchString {
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 3px 0px 3px;
	width : 240px;
	height: 17px;
	border: 1px solid #c8c8c8;
	background-color: #f4f4f4;
	line-height: 17px;
}
/** header end **/

/** middle **/
#middle {
	width: 972px;
	text-align: left;
	position: relative;
}

#leftMenu {
	width: 199px;
	text-align:center;
	float: left;
}

#leftMenuBox {
	width:160px;
	text-align:left;
	background-image:url(../img/img_left_menu_box_back.gif);
}

#leftMenu .subMenu {
	margin-bottom: 7px;
}

#contents {
	width: 770px;
	float: left;
}
/** middle end **/

/** footer **/
#footer {
	clear: both;
	margin-top: 10px;
	padding-top: 0px;
	width: 100%;
	text-align: center;
	border-top: 0px solid #c6c5c5;
	font-family:Tahoma, Gulim, ±¼¸²;
	font-weight: bold;
	color: #666;
}
/** footer end **/

