﻿#wrap
{
    width:1000px;
    margin:auto;
}

/* 헤더 */
#header
{
    width:1000px;
    height:173px;
    overflow:hidden;
    background:url(/images/common/header_bar.png) 0 174px no-repeat; 
}

/* 서브 메뉴와 내용을 묶는 div */
#subContentsWrap
{
    /* _margin-top:1px;ie6에서 겹쳐보여서 추가함*/
    background:url(/images/common/contents_border.png) repeat-y 191px 0;
    float:left;
}

/* 서브 메뉴 */
#subMenu
{
    width:206px;
    height:355px;
    float:left;
    background-color:White;
}


/* 내용 */
#contentsWrap
{
    width:794px;
    float:left;
    min-height:500px;
    height:auto !important; height:500px;/*ie6에서 min-height적용*/
}

/* 컨텐츠 탑 */
#contentsTop
{
    height:67px;
    padding:3px 86px 31px 33px;
    background:url(/images/common/contents_top.png) no-repeat;
}

#subMenuTitle
{
    height:52px;
    width:365px;
    float:left;
    /* 배경은 각각의 페이지에 */
    text-indent:-5000px;
}

#navigation
{
    padding-top:19px;
    float:right;
}

#navigation li
{
    padding:4px 0 0 5px;
    font-size:11px;
    float:left;
    color:#9A8C8B;
}

#navigation li span
{
    font-size:10px;
}

#navigation li a
{
    text-decoration:none;
    color:#9A8C8B;
}

#navigationHome
{
    padding:0 0 0 5px !important;
}

#navigationHome a
{
    width:47px;
    height:13px;
    background:url(/images/common/navigation_home.png) no-repeat;
    display:block;
    text-indent:-5000px;    
}

#subMenuTitleDescript
{
    height:15px;
    /* 배경은 각각의 페이지에 */
    clear:both;
    text-indent:-5000px;
}

#contents
{
    width:675px;
    padding-left:33px;
}

#contentsBottom
{
    height:77px;
    background:url(/images/common/contents_bottom.png) no-repeat 191px 0;
    clear:both;
}

#contentsBottomFlash
{
    width:110px;
    height:70px;
    margin-right:43px;
    padding-top:7px;
    float:right;
    display:inline;
}

/* 풋터 */
#footer
{
    width:1000px;
    height:100px;
    clear:both;
}

/*통합네비*/
#gnbwrap
{
    width:100%;
    margin:auto;
	position: relative;
}
#gnb {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	overflow: hidden;
	width: 100%;
	height: 28px;
}
#gnbFlashMovie
{
}

/*맨위로*/
#goTop
{
	position: absolute;
	right: -50px;
	bottom: 5px;
	width: 28px;
	height: 29px;
	background-image: url(/images/common/go_top.png);
	z-index: 10000;
	cursor: pointer;
}
