묻고답하기

안녕하세요. 기초적인 질문을 드리는게 부끄럽지만 하나하나씩 배워가려구 합니다^^
아래의 xe 기본레이아웃 css 소스를 수정하여 레이아웃을 하나 더 추가하려합니다..
(기본은 헤더,레프트,센터,푸터로 이루어져 있는데... 라이트를 하나 추가 시키고 싶습니다요;)
대충 무슨 말인지 아시려나요?^^:;;

하나하나씩 배우고 있는 초보라서 이렇게 부탁드립니다^^
소스에 어떻게 수정을 하면 오른쪽 레이아웃을 추가 할 수 있는지 좀 알려주세요 (__)
좋은 하루 되세요~

@charset "utf-8";
/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/

/* Default Skin - Start */

/* Site Layout - Body Wrap */
body { background:url(../images/default/bgBody.gif) repeat-x;}
#bodyWrap { position:relative; width:815px; margin:0 auto; padding:1.5em 0 0 0;}

/* Site Layout - Header */
#header { position:relative; width:815px; height:99px; background:url(../images/default/bgHeader.jpg) no-repeat

right top; margin-bottom:10px; z-index:99;}
#header h1 { position:absolute; top:32px; left:25px;}
#language { position:absolute; top:18px; right:19px; z-index:100;}
#language strong { color:#ffffff; font:.75em Tahoma; margin-right:3px;}
#language a img { vertical-align:-5px;}
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #b23628;

background:#de4332;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#ffffff; text-

decoration:none;}
#language ul li a:hover { background:#bc4032;}

#it_search_form { position:absolute; top:50px; right:15px;}
#it_search_form .input { border:1px solid #bc4032; height:17px; width:120px; color:#888888; font-size:.9em;}
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }

#gnb { position:absolute; top:82px; left:0; height:38px; overflow:hidden; white-space:nowrap; margin-

bottom:10px;}
#gnb li { float:left; list-style:none; background:url(../images/default/bgGnbVr.gif) no-repeat left center; padding-

left:2px; position:relative; left:-2px; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:13px 15px 0 15px; height:25px; color:#e8e8e8; white-

space:nowrap; text-decoration:none; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
#gnb li a:hover,
#gnb li a:focus { color:#ffffff;}
#gnb li.on a { font-weight:bold; color:#ffffff; background:url(../images/default/bgGnbOn.gif) no-repeat center

top;}

#isSearch { position:absolute; top:48px; right:15px; width:214px; text-align:right;}
#isSearch .searchOrder { display:none;}
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px;

width:64px; height:14px; background:url(../images/default/bgSearchTerm.gif) no-repeat; font:11px "돋움",

Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff; line-height:normal;}
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px

solid #919898; background:#536c6d;}
#isSearch ul li { width:67px; height:18px; list-style:none; }
#isSearch ul li input { display:none;}
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px "돋움", Dotum, "

굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff;}
#isSearch ul li label.on { background:#455a5b; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#455a5b;}
#isSearch .inputText { vertical-align:middle; _position:relative; _top:-1px; padding:3px 3px 1px 3px;

width:94px; height:15px; color:#ffffff; border:none; background:url(../images/default/bgSearch.gif) no-repeat;}
#isSearch .inputText:hover,
#isSearch .inputText:focus { background:url(../images/default/bgSearchOn.gif) no-repeat;}
*:first-child+html body#default #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}
*:first-child+html body#default #isSearch .submit { position:relative; top:-1px;}

/* Site Layout - Content Body */
#contentBody { position:relative; width:815px; padding-bottom:30px; overflow:hidden; background:url

(../images/default/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #dddddd;}

/* Site Layout - Column Left */
#columnLeft { position:relative; width:201px; float:left;}
#columnLeft .mask { width:201px; height:5px; background:#ffffff; display:block;}

#lnb { border-top:1px solid #dddddd; padding:4px 5px; width:190px;}
#lnb li { padding-bottom:4px;}
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #e8e8e8; background:url

(../images/default/bgLnbOff.gif) repeat-x; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;}
#lnb li a:hover,
#lnb li a:focus { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold;}
#lnb li ul { display:none; position:relative; width:184px; padding:0 3px; position:relative; border-top:1px solid

#ffffff; overflow:hidden;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none;

background:none !important; border:none !important;}
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url

(../images/default/bulletLnb.gif) no-repeat 175px center  !important;}

/* Site Layout - Column right */
#columnRight { width:680px; float:center; overflow:hidden;}
#visualArea { width:680px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-

15px; margin-right:-15px;}
#content { width:100%; overflow:hidden;}

/* Site Layout - Footer */
#footer { border-top:3px solid #f4f4f4; text-align:center; padding:2em 0 4em; clear:both;}
#footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/default/vrType1.gif) no-repeat left

center;}
#footer li.first-child { background:none;}
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
#footer li address { display:inline; }

/* Default Skin - End */

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
경천애인 시뮬즈님께 조회수 콘트롤 관련 문의 드립니다 ( 두번째 ) [2] 2007.09.14
로로넷 답변부탁드립니다.. -.-; 도대체 xe가 뭔지..쩝 [1] 2007.09.14
evan 소스보기 방지 방법 [1] 2007.09.14
EnJI 카페24 (cafe24)에서 제로보드 XE 설치하기 [3] 2007.09.13
프프 글쓰기 권한 이거 되게 웃기네요 조언바랍니다. [3] 2007.09.13
이충성 회원검색 프로그램을 만드는 방법좀...  
트루먼 "권한이 없습니다." 메세지의 위치는? file  
매니안 첨부된 이미지 자동 리사이징 관련 문제  
복실2 최근게시물 뽑아서 marquee 테그에서 뿌려주고 싶은데~~?? [2] file 2007.09.11
:에반: GNB 1차 메뉴 삭제하면 2차 메뉴도 안나오나요? [2] 2007.09.12
제렘이 설치할때 로그인창으로 다시 돌아가는 문제  
트루먼 naver_map popup창의 크기 조절은? [2] file 2007.09.11
핀잔 팝업창 2개띄우는 방법 좀 알고 싶습니다. [1] 2007.09.13
return 최근게시판 게시물 날자  
블루 로그인 창이 안나오는데.. [1] 2007.09.13
evan 음악감상실 게시판 스킨...  
이충성711 상단 메뉴가 사라졌다 나타났다하네요....@@ [4] 2007.09.13
경천애인 조회수와 관련하여 문의 드립니다. [2] 2007.09.10
이것참.. 출석체크 게시판을 만들려고 합니다. [2] 2007.09.04
mc민쿠 서버 파일 접근방법 (설치 무한 반복때문에)  
이현우 레이어로 메뉴를 만들엇는데 해상도에 따라서 메뉴에잇는 글씨 위치가 틀려집니다 도와주세요 ㅠㅠ [1] 2007.08.10
dkb111 0.1.1 업그레이드후 rewrite 문제발생--autoset [4] 2007.08.25
Sx3 Cozy simple list 스킨의 빠진 파일  
xe촙5 특정 게시판들의 게시물을 통합해서 출력하는 게시판 스킨  
MS SQL MS SQL <--MY가 아니구 MS DB연동문제..  
폐인김군 회원가입창을 따로 뛰울순 없을까요? 그리고 로그아웃 창도 따로... [1] 2007.09.12
몰라요 주소관련...  
이재복781 기본스킨 썼는데 목록에서 제목들이 가운데정렬 되어있어요 [2] 2007.09.12
기초질문 기초적인 질문 죄송합니다. 레이아웃에 추가하는 것 좀 질문^^: file  
김재호 주소 고정해서 되긴하는데 오류나는건 왜일까요? [5] file 2007.09.12