/* CSS Document */

body {
	background-color: #FBE9BC;
	margin: 0;
	padding: 0;
}

/* divs */

#dotted {
	margin: 30px 5% 0 5%;
	padding: 0px;
	border: 2px dotted #7F714C;
}

#outer {
	margin: 0px;  
	padding: 0px;
	border: 1px solid #7F714C;
	background-color: #E0CB94;
}

#top {
	margin: 0;
	padding: 0;
	height: 400px;
	background: transparent url(images/hymn_home2.jpg) bottom left no-repeat;
}

#toplinks {
	margin-top: 15px;
	margin-right: 40px;
	text-align: right;
 	background-color: transparent;
}

#toplinks a:link, #toplinks a:visited {
	border-left: 1px solid #A03333;
	margin-left: 10px;
	padding-left: 10px;
	text-decoration: none;
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #A03333;
}	

#toplinks a:hover {
	text-decoration: underline;
}

#mainmenu {
	margin: 0;
	padding: 10px 40px 10px 0px;
	text-align: right;
	background-color: #A03333;
}

#mainmenu a:link, #mainmenu a:visited {
	text-decoration: none;
	border-right: 1px solid #E0CB94;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	font: bold 11pt georgia, "Times New Roman", times, serif;
	color: #FAE8B9;
}

#mainmenu a:hover {
	text-decoration: underline;
}

#bottomimg {
	margin: 0;
	padding: 0;
	height: 100px;
	background: transparent url(images/pagesred.jpg) bottom left repeat-x;
}



/* p elements */

p.introtext {
	padding: 100px 40px 0px 500px;
	font: normal 12px/1.5em Arial, Helvetica, sans-serif;
	color: #543131;
}

p.footnote {
	text-align: left;
	margin: 5px 0 0 5%;
	font: normal 9px Arial, Helvetical, sans-serif;
	color: #7F714C;
}

p.footnote a:link, p.footnote a:visited {
	text-decoration: none;
	padding-left: 8px;
	border-left: 1px solid #7F714C;
	color: #7F714C;
}

p.footnote a:hover {
	text-decoration: underline;
}


	



	
