@CHARSET "UTF-8";

/* layout */

/*
전체 Width:						1000px
Left/Right Width:				180px
Left/Right와 Content 사이 공백:	50px
서브 Container Width:			770px
*/

#topwrap { }
#topbar { width:1000px; }

#headWrap { }
#header { width:100%; height:86px; background:url(/images/common/bg_top.jpg) repeat-x }

#footWrap {height:160px; background:url(/images/common/bg_bottom.jpg) repeat-x  }
#footer { width:1000px;}

#leftWrap { width:180px; margin-right:50px; }
#left { }
#rightWrap { width:180px; margin-right:50px; }
#right { }

#contWrap { }

#mainContainer {background:url(/images/main/bg_main.gif) repeat-x; }
#mainContainer #content { width:1000px; margin:0 auto; overflow:auto;}

#subContainer {width:100%; float:left; background:url(/images/sub/bg_sub.gif) repeat-x;}
#subContainer #content {width:1000px; margin:0 auto;}

#content { }