/*Styles that came up when I added the background image and before I learned CSS */

.bbn4jesus {
	font-family: Georgia, "Bookman Old Style", "Palatino Linotype", Papyrus, Perpetua, "Perpetua Titling MT";
	background-image:   url(/_images/backgrounds/bkgrd2_bbn4jesus.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment:fixed;
	list-style-position: inside;
	list-style-type: circle;
	color: #FFFFFF;
	width:800px;
	margin-left:auto;
	margin-right;auto;
	border-style: none;
	padding: 3px;

}
.jbc {

	font-family: Georgia, "Bookman Old Style", "Palatino Linotype", Papyrus, Perpetua, "Perpetua Titling MT";
	background-image:  url(/_images/backgrounds/bkgrd2_jbc.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment:scroll;
	list-style-position: inside;
	list-style-type: circle;
}

/* Styles for top of template pages */
	.mottoText
		{color:#CCCCCC;
		vertical-align:middle;
		font-size:32px;
		font-family:Georgia, "Bookman Old Style", "Palatino Linotype", serif;
		font-style:italic;
		text-shadow: 0.1em 0.1em 0.2em #000000;}
	.logo
		{margin-right:10px;
		float:left;
		width:255px;
		padding-right:10px;
		border-style:none;}
	.header
		{padding-top:10px;
		padding-left:20px;
		padding-bottom:2px;
		max-width:700px;
		max-height:160px;
		text-align:center;}
		
/* Styles for newsletter pages */
	blockquote.verses
		{font-style:italic;
		color:#FFCC99;}
	.newsHeader
		{font-weight:bold;
		font-size:large;
		text-decoration:underline;}
	.newsCaption
		{font-size:x-small;
		font-style:italic;}
	.newsContent
		{margin-left:auto;
		margin-right:auto;
		width:700px;}
		
/* Styles for the section menus and newsletter columns*/
	.menuButton
		{border-style:none;
		padding:5px;
		margin-right:15px;
		margin-bottom:25px;
		float:left;}
	.menuText
		{vertical-align:middle;
		margin-bottom:100px;}
	.menuLeft
		{position:relative;
		left:20px;
		margin-left:10px;
		padding:10px;
		width:360px;
		float:left;
		font-weight:normal;}
	.menuRight
		{position:relative;
		left:10px;
		vertical-align:top;
		margin-left:390px;
		padding:10px;
		font-weight:normal;}
	.emphasis
		{font-weight:bold;
		color:#FFCC00;}
		
/* Styles for the artist pages*/
	.artistinfo
		{vertical-align:text-top;
		padding:5px;
		margin-top:30px;}
		
	.artistpic
		{float:left;
		padding:5px;}
		
	.artistweb
		{text-align:center;
		font-style:italic;}

