
/*전체 레이아웃*/
#wrap{
    width:100%;
}
#header{
    width:100%;
    height:100px;
	background:url(/images/top/bg_top.gif) repeat-x;
}

#top_area{
    width:990px;
    margin:0 auto;
}  
#container_main {
	width:100%;
	height:325px;
	background:url(/images/main/bg_main_bn.gif);
	border-top:1px #e2d8c6 solid;
}

#container_sub {
	width:100%;
	height:260px;
	background:url(/images/sub/bg_sub_bn.gif);
	border-top:1px #e2d8c6 solid;
}
#container_cont {
    width:990px;
    margin:30px auto;
    min-height:270px;
}


#container{
    width:990px;
    margin:30px auto;
    min-height:500px;
}


#main_content{
    width:990px;
    margin:0 auto;
}

#left_content{
    float:left;
    width:210px;
	text-align:left;
}

#right_content{
    float:right;
    width:750px;
	text-align:left;
}

#footer{
    float:left;
    width:100%;
    height:75px;
    margin-top:7px;
    border-top:1px solid #9e8c65;

}

#copyright{
	width:990px;
    margin:0 auto;
}


