/*Sermons Pages CSS*/

#align {/*전체 레이아웃을 가운데로*/
margin:0 auto;
width:750px;
border: 1mm solid #000000;
background-color:#c0c0c0;
}

#banner {/*Sermons BANNER*/
width:750px;
padding:0 0 0 0;
clear:both;
background-color:#2e3e4d;
}

/*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;
}

#leftcell {/*왼쪽 메뉴 div 설정*/
width:200px;
float:left;
background-color:#c0c0c0;
}

#vertical {/*ul 메뉴들 설정*/
margin: 120px 0px 0px 0;
font-family:arial;
font-size:12px;
font-weight: bold;
letter-spacing:0;
word-spacing:0;
padding-left:0;
}

#vertical li {/*����Ʈ �� ���� ��d, �Ҹ� ���*/
margin: 10px 0px 10px 20px;
list-style:none;
}

#vertical a {
color:#2e3e4d;
text-decoration:none;
}

#vertical a:hover {
color:#227df9;
}

#vertical li ul {
	font-size:10px;
	font-family:arial;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}

#vertical li ul li {
	margin:10px 0px 10px 15px;
}


#vertical li ul li a:hover {
	color:#eddf65;
	text-decoration:none;
}

#rightcell li a.active, ul a:hover {
	color: #720671;
	text-decoration:none;
}

/*���� ��*/

#rightcell {
width:550px !important;
padding:0 0 60px 0;
margin:0px;
float:left;
clear:right;
background-color:#e8e6e3;
border:0;
}

#rightcell p {/*���� �۾�, ���� ��d*/
margin: 3px 15px 3px 15px;
}

#address {/*�ּ� �۾� �ٹ�*/
width:750px;
clear:both;
color:#ffffff;
font-family:arial;
font-size:8pt;
text-align:center;
background-color:#000000;
padding:0 0 0 0;
}

#fourmenu {/*HOME, CONTACT, SITE MAP, KOREAN �޴�*/
width:750px;
text-align:center;
background-color:#000000;
padding:0 0 0 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;
}

/*글씨체 꾸밈*/

h1 {
font-family:century gothic;
font-size:16pt;
font-weight:bold;
color:#3f1515;
letter-spacing:0px;
margin: 3px 15px 3px 15px;
}

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;
}

p {
font-family:georgia;
font-size: 11pt;
}

#poemtable .poem {/*시 설교 삽입 시 부분 꾸밈*/
margin: 20px 0px 20px 100px;
font-family:garamond, palatino-linotype, georgia, sans-serif;
font-size: 12pt;
text-indent:-15px;
color:#000000;
}

#poemtable .bible {/*시 설교 삽입 성경 부분 꾸밈*/
margin-left:40px;
margin-right:40px;
font-family:arial;
font-size:13.5px;
font-weight:bold;
color:#333333;
}

#gotop {
	font-family:century gothic;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}

#gotop a {
	text-decoration:none;
	color:#3f1515;
}