묻고답하기

안녕하세요. 기초적인 질문을 드리는게 부끄럽지만 하나하나씩 배워가려구 합니다^^
아래의 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 남기남
주사위내기 /?module=admin&act=dispAdminConfig 접속 불가능(재업로드) [1] 2009.12.06 by 하늘03
동일아빠 1.2.4에서 1.3.1.1로 업그래이드후 메인페이지 안보임 [3] 2009.12.06 by 하늘03
vltmapzjf 로그인이 안되서 cache 폴더 삭제를 했더니 메인화면의 메뉴가 사라졌습니다..급해요..ㅜㅠ [1] 2009.12.06 by Gekkou
YUMMM 글읽기 권한이 없을때 이동하는 페이지 [1] 2009.12.06 by nikke
투데이 일반 html 인덱스 파일안에 최근게시물 출력을 하고 싶은데 제발 가르쳐 주세요~ 급합니다. [1] 2009.12.06 by 엘카
chromebooster 확장변수에 대한 질문입니다.  
돈까쓰 테이블로 레이아웃만들때 [1] file 2009.12.06 by 하늘03
물비늘 제로보드4 해킹관련 첨부 스샷 설명 좀 해주세요. [1] file 2009.12.06 by DuRi
totok 불러오기 할때요 확장변수들은 불려지지가 않네요..방법이 없을까요?  
ghjmjm6 트리메뉴 생성어떻게하는지좀 알려주세요~ file  
이진적사고 XE를 Root에 설치후 직접파일 접근방법 [1] 2009.12.06 by Gekkou
불독796 서브도메인 [1] 2009.12.06 by Gekkou
demun xe 재설치할려고 하는데 삭제가 안됩니다. [2] 2009.12.06 by 모빌로스
EPL4U닷컴 이런사이트는 어떻게 만들어 진건가요?? [1] 2009.12.06 by 독도2005
@!@ 게시판 생성이 어디로 갔나요? [1] file 2009.12.06 by ji0324
웅우우웅 이런 오류는 뭐가 문제인가요? file  
전준규 회원정보만 쉽게 초기화하는 방법좀...  
뮤랑이 자신의 소속된 모든 그룹의 마크가 표시되도록 하고 싶습니다. [2] 2009.12.06 by 우리아기
제이메르 1.3.1.1 업데이트 후 클릭하면 글자가 작아지는 문제 [2] file 2009.12.06 by 제이메르
멀루할까 게시판에 관한 질문 ㅠ [2] 2009.12.06 by 멀루할까