/*Index Page CSS*/

#align {/*전체 레이아웃을 가운데로*/
width:900px;
margin: 0 auto;
}

#fourmenu {/*HOME, CONTACT, SITE MAP, KOREAN*/
width:100%;
background-color:#000000;
text-align:right;
}

#banner {/*The Paikian 배너*/
width:100%
background-color:#000000;
clear:right;
}

#mainflash {/*Main flash*/
width:100%
clear:right;
}

#line {/*라인. HORIZONTAL 메뉴 아래위로 하나씩*/
width:100%;
clear:both;
}

/*HORIZONTAL 메뉴 시작*/

#aboutus {
width:180px;
float:left;
background-color:#eee3cd;
}

#yhp {
width:180px;
float:left;
background-color:#eee3cd;
}

#sermons {
width:180px;
float:left;
background-color:#eee3cd;
}

#resources {
width:180px;
float:left;
background-color:#eee3cd;
}

#forum {
width:180px;
float:left;
clear:right;
background-color:#eee3cd;
}

/*내용 세 div 시작*/

#leftcell {/*News 최근 글 위젯 들어감*/
width:213px;
height:355px;
float:left;
background-color:#e4dec8;
}

#centercell {/*ABOUT THIS SITE*/
width:474px;
height:355px;
float:left;
background-color:#dacca1;
}

h1 {/*ABOUT THIS SITE 폰트 꾸밈*/
font-family:century gothic;
font-size:16pt;
font-weight:bold;
color:#452517;
letter-spacing:0pt;
/*text-indent:16px;*/
text-align:left;
margin:0;
}

#textcell {/*ABOUT THIS SITE의 내용의 폰트를 꾸밈*/
width:100%;
height:280px;
font-family:georgia;
font-size:10pt;
text-align:left;
background-color:#efede5;
}

#textcell p {/*ABOUT THIS SITE의 내용의 마진을 결정함*/
margin:3px 5px 3px 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
text-align:left;
line-height:18px;
letter-spacing:0px;
color:#222222;
}

#rightcell {/*Latest Updates, Forum 최근 글 위젯 들어감*/
width:213px;
height:355px;
float:left;
clear:right;
background-color:#e4dec8;
}

#address {/*주소 적음*/
width:100%;
clear:both;
color:#ffffff;
font-family:arial;
font-size:8pt;
text-align:center;
background-color:#000000;
}

#gototop {/*제로보드 위젯으로 딸려온 TOP을 숨김*/
visibility:hidden;
float:right;
color:#ffffff;
text-decoration:none;
}

#gototop a {
font-family:century gothic, garamond, palatino-linotype, georgia, sans-serif;
font-size:8pt;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}