/* CSS Document */



body {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	color: Black;
	font-size:12px;
	font-weight:bold;
	background-image: url(images/Background.jpg);
	background-color: #CCFFFF;
}
	
#banner_box
{
	width: 800px;
	background-color:#330000;
	height : 120px;
	border-top-color: #00FFFF;
	border-left-color: #00FFFF;
	border-top-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;
	border-bottom-color: #00FFFF;
}

#logo_box
{
	width: 100px;
	background-color:#ffd99e;
	height : 120px;
}

#menu_box
{
	width: 105px;
	background-color: #330000;
	height : 930px;
	float : left;
	left: 10px;
	border-left-color: #00FFFF;
	border-left-style: outset;
}

#expl_box
{
	width: 100%;
	height : 100%;
}

#heading1 
{
	text-align: left;
	font-family: Palatino, "Book Antiqua", fantasy;
	font-size: 48px;
	font-style: normal;
	font-weight: bolder;
	color: #ffd99e;
	text-indent: 10px;
	pause-before: inherit;
	text-decoration: none;
	}
	
#heading3
{
	text-align: left;
	font-family: Palatino, "Book Antiqua", fantasy;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: Black;
	text-indent: 10px;
}

#heading2
{
	text-align: left;
	font-family: Palatino, "Book Antiqua", fantasy;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: Black;
	text-indent: 10px;
}

#heading_excerpts
{
	text-align: left;
	font-family: Palatino, "Book Antiqua", fantasy;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: Black;
	text-indent: 10px;
	margin-bottom : 10px;
}

#excerpts_text
{
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: Black;
	margin-top : 10px;
	vertical-align: top;
}

#excerpts_verse
{
	margin-left: 64px;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: Black;
	vertical-align: top;
}

#expl_text
{
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: Black;
	margin-top : 10px;
	vertical-align: top;
}

A:link { 
	text-decoration: none; 
	color:#006666;
	font-style: normal;
} 

A:visited { 
	text-decoration: none; 
	color:#006666;
	font-style: normal;
} 

A:hover { 
	text-decoration:none; 
	color:#00FFFF; 
	font-style: normal;
} 

a.menu:link
{
	text-decoration: none; 
	color:#ffd99e;
	font-style: normal;
	left: 10px;
	font-family: Palatino, "Book Antiqua", fantasy;
	font-size: 14px;
	text-indent: 10px;
	font: bold;
}

a.menu:visited 
{
	text-decoration: none; 
	color:#ffd99e;
	font-style: normal;
	left: 10px;
	font-family: Palatino, "Book Antiqua", fantasy;
	font-size: 14px;
	font: bold;
}

a.menu:hover 
{
 	text-decoration: none; 
	color:#00FFFF;
	font-style: normal;
	left: 10px;
	font-family: Palatino, "Book Antiqua", fantasy;
	font-size: 14px;
	font: bold;
}

#credit_text
{
	margin-left: 20px;
	margin-bottom: 5px;
	word-spacing: 1px;
	font-family: "Gill Sans MT",arial,helvetica,sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}


