/* 서브레이아웃 */

/****************** 상단 헤더 ******************/
#header_wrap {
	float:left;
	width:100%;
	min-height:140px;
	background:url(../images/common/header_bg.gif) repeat-x left top;
}
#header {
	width:1200px;
	margin:0 auto;
	height:140px;
	position:relative;
}



/****************** 서브 타이틀부분 ******************/
#title_wrap {
	float:left;
	width:100%;
	margin-top:80px;
	padding-bottom:30px;
}
#tit_box {
	width:1200px;
	margin:0 auto;
	position:relative;
}
#tit_box > h3 {
	font-size:30px;
	font-weight:bold;
}


/****************** 서브 내용부분 ******************/
#info_wrap {
	float:left;
	width:100%;
	margin-bottom:80px;
}
#info_box {
	width:1200px;
	margin:0 auto;
	position:relative;
	min-height:400px;
}



/****************** 하단 푸터 ******************/
#footer_wrap {
	float:left;
	width:100%;
	background:#323232 url(../images/common/copy_bg.gif) repeat-x left top;
	position:relative;
}
#footer {
	width:1200px;
	margin:0 auto;
	height:160px;
	position:relative;
	background:url(../images/common/copy_logo.gif) no-repeat left 78px;
}
