@charset "utf-8";
/* CSS Document */

h2
{ 
	text-decoration:underline;
	text-align: center;
	text-shadow: white;
}

.wrap
{ background-image:url(images/sky-rainbow6.jpg);
	position: relative;
	text-align: left;
	width: 750px; /*just a suggestion for 800x600 screens */
	
	margin-right: auto;
	margin-left: auto;
	
}
#pastor {
	margin-left: 10px;
}


#banner 
{ 
	width: 750px; 
	height: 119px;  
}
		
#head 
{ 
clear:both;
}

/* This is the code for the navigation menu */
.nav
{
	display: block;
	margin: 0;
	padding: 0;
	float: right;
	width: 750px;
	background-color: #9bbfe6;
	margin-bottom: 10px;
	clear: both;
	list-style:none;
}

.nav ul
{  background-color: #9bbfe6;
	list-style: none;
	margin: 1px; /*adjust this to move the menu away from the edge of the content border */
	padding: 0;
	border: none;
	clear:both;
	text-decoration:none;
}

.nav li
{
	background-color: #9bbfe6;
	display: inline;
	float: right;
    margin-right: 36px;
	text-decoration:none;
}
/* use margin above and padding below to center Navigation */
.nav a:link, .nav a:visited
{
	display: block;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background-color: #9bbfe6;
	padding: 2px 6px 2px 2px; /*pad the link text, not the li itself */
}

.nav a:hover
{
	color: #000000;
	text-decoration: underline;
}

	
.main		
{	
	font-family: georgia;
	clear:both;
	min-height: 800px;
	
}
			
#pdf a:hover
{
	font-size: 150%;
}

#firstp:first-line 
{
	font-variant: small-caps
}

#firstp:first-letter 
{
	float: left; 
	font-size: 273%; 
	line-height: 0.8
}

.address	 
{
	padding: 10px;
	border-top: 5px double;
	font-family: georgia;
	font-style:normal;
	text-align: center;
	clear: both;
}
.cursive {
	font-family: "Lucida Calligraphy", cursive;
}

