/*Poems Pages CSS*/

body {
margin-top:0px;
}

#align {/*전체 레이아웃을 가운데로*/
margin:0 auto;
width:750px;
background-color:#f9f5ea;
border-top: 1mm solid #000000;
border-bottom: 1mm solid #000000;
}

#banner {/*Resources BANNER*/
width:750px;
background-color:#302c4d;
}

/*HORIZONTAL 메뉴 다섯 div*/

#aboutus {
width:150px;
float:left;
background-color:#000000;
}

#yhp {
width:150px;
float:left;
background-color:#000000;
}

#sermons {
width:150px;
float:left;
background-color:#000000;
}

#resources {
width:150px;
float:left;
background-color:#000000;
}

#forum {
width:150px;
float:left;
clear:right;
background-color:#000000;
}

#poemline {/*시 선 그림 삽입 div*/
width:750px;
float:left;
clear:both;
background-color:#2e3e4d;
}

/*내용 줄*/

#rightcell {
width:750px;
float:left;
clear:both;
background-color:#e9e3cd;
border:0;
}

#rightcell p {/*내용 글씨, 마진 지정*/
margin: 3px 15px 3px 15px;
}

#address {/*주소 글씨 꾸밈*/
width:100%;
clear:both;
color:#ffffff;
font-family:arial;
font-size:8pt;
text-align:center;
background-color:#000000;
}

#fourmenu {/*HOME, CONTACT, SITE MAP, KOREAN 메뉴*/
width:100%;
text-align:center;
background-color:#000000;
border-bottom:1mm solid #000000;
}

/*시 목록 div*/

.poemlist {
width:750px;
padding:6px 0px;
font-size:10pt;
text-indent:25px;
float:left;
clear:both;
font-family:garamond, palatino-linotype, georgia, sans-serif;
color:#ffffff;
border-bottom:1px solid #c0c0c0;
background-color:#2c3c53;
}

.poemlist:hover {
background-color:#c0c0c0;
}

.poemlist a {
text-decoration:none;
color:#ffffff;
}

/*시 내용 꾸밈*/

#poem {
width:750px;
float:left;
clear:both;
font-family:garamond, palatino-linotype, georgia, sans-serif;
font-size: 11pt;
text-indent:-17px;
color:#000000;
border-bottom:1px solid #777490;
background: #f9f6ea url("../poems/poem background.jpg") repeat-y 50% 50%;
}

#poem p {
margin: 20px 0px 20px 150px;
}

#poemdate {
font-family:garamond, palatino-linotype, georgia, sans-serif;
font-size:10pt;
text-indent:-15px;
}

/*글씨 꾸밈*/

h1 {
font-family:century gothic;
font-size:16pt;
font-weight:bold;
color:#3f1515;
letter-spacing:0px;
margin: 40px 0px 20px 150px;
}

h2 {
font-family:century gothic;
font-size:13pt;
font-weight:bold;
color:#3f1515;
letter-spacing:0px;
margin: 3px 15px 3px 15px;
}

h3 {
font-family:georgia;
font-size:14pt;
text-align:right;
margin: 3px 15px 3px 15px;
}

#gotop {
float:right;
margin-right:20px;
margin-bottom:5px;
padding:0 0 0 0;
color:#3f1515;
text-decoration:none;
}

#gotop a {
font-family:century gothic, garamond, palatino-linotype, georgia, sans-serif;
font-size:8pt;
font-weight:bold;
color:#3f1515;
text-decoration:none;
text-indent:0;
}

#gototop {
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;
}