/*CSS Designed by LeeDongHo*/
/*---------------------------layout css---------------------------*/
#div_bg {width:100%; height:186px; text-align:center; background:url(images/bodybg.gif) repeat-x left top;}
/*all layout*/
#div_body {width:1000px; margin: 0 auto 0 auto; background:url(images/background_is.gif) repeat-y left top;}
	/*layout header*/
	#div_body_header {width:1000px; height:186px;background:#262626;}
		#line_up {width:1000px; height:6px; background:#000;}
		#header_main {width:1000px; height:81px;}
		#lineb_up {width:1000px; height:32px; background:url(images/lineb.gif) repeat-x left top;}
		#menubar {width:1000px; height:35px; background:url(images/menubar.gif) repeat-x left top; font-size:12px; color:#fff; font-weight:bold;}
		#lineb_left {float:left; width:10px; height:32px; background:url(images/lineb_left.gif) repeat-x left top;}
		#line_left {float:left; width:6px; height:32px; background:#000;}
		#linebw_contents_right {float:left; width:978px; height:32px; background:url(images/linebw.gif) repeat-x left top;}
		#line_right {float:right; width:6px; height:32px; background:#000;}

	/*div for layout - left column / contents / right column*/
	#div_body_bg{width:1000px; background:#000; background:url(images/background_is.gif) repeat-y left top;}
		#div_body_left {float:left; width:16px;}
		#div_body_contents {float:left; width:799px;}
		#div_body_right {float:right; width:184px; text-align:left;}

	/*layout footer*/
	#div_body_footer {clear:both; width:1000px;background:#141414; text-align:center; font-size:12px; color:white;  padding:6px 0 6px 0;}