body { background-color: black;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
}

#wrap {
	width: 732px;
	background-color: #fff;
	margin: 0 auto; }

#nav {
	font-size: 90%;
	background-color: #00641e;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	padding: 6px;
}

#nav a { text-decoration: none; font-weight: bold; }
#nav a:link { color: #fff; }
#nav a:visited { color: #ddd; }
#nav a:hover { color: #afa; }
#nav a:active { color: #fff; }

#content { width: 712px; background-color: #fff;
	padding: 0 10px; }

#pageIntro { width: 390px; height: 206px; margin: 0 auto;
	padding: 10px 261px 10px 25px;
	color: #666;
}

h1 { margin: 0 0 0.5em 0;
	padding-top: 1em;
	color: #008b33;
	font-size: 140%;
}

h2 { color: #007;
	font-size: 130%;
}

h2 span {
	padding-left: 10px;
	font-size: 80%;
	font-weight: bold;
	color: #000;
}

/* box headings */
h2, .type1, .type2 {
	height: 39px;
	padding: 5px 10px 4px 10px;
	width: 692px;
	margin-top: 0;
	margin-bottom: 0;
	color: #007;
}

h2, .type1 { background: url(/images/box-big-blue.jpg) no-repeat; }
.type2 { background: url(/images/box-big-yellow.jpg) no-repeat; }

h3 { color: #008e31; font-size: 110%; }
h4 { margin-bottom: .5em; font-size: 100%; }

#content img { border: 0 }

table.doubleBox { margin-top: 1em; border: none; width: 712px; }
table.doubleBox td { width: 356px; }
.boxSmall  { width: 341px;  }
.boxSmall2 { width: 341px; margin-left: 15px; }
table.doubleBox .type1 { width: 321px; background: url(/images/box-small-blue.jpg) no-repeat; }
table.doubleBox .type2 { width: 321px; background: url(/images/box-small-yellow.jpg) no-repeat;
}

.boxText { background: #fff url(/images/box-gray-bg.jpg) top left repeat-x;
	padding: 10px; }

ul li { list-style-image: url(/images/bullet.gif); }

ul.news { margin-left: 0px; padding-left: 15px; }
ul.news li { margin-bottom: 1em; }

ol li { list-style-type: decimal; }

.rFloatPadded { float: right;
	margin: 0px 10px 10px 10px; }

.lFloatPadded { float: left;
	margin: 0px 10px 10px 10px; }

td { vertical-align: top; }

#prefoot { text-align: center;
	font-size: 80%;
	padding-bottom: 1em;
}

#footer { color: #fff;
	background-color: #007F2D;
	font-size: 80%;
	text-align: center;
	width: 732px;
	margin: 0 auto;
	font-weight: bold;
}

#footer a {
	color: #fff;
	text-decoration: none;
}


/* ************************************************
   Catalog
*/


ul.thumbnails {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thumbnails .thumb {
	float: left;
	margin:0 15px 2em 0;
	text-align: center;
	width: 150px;
}

#catalogNav {
	float: right;
	text-align: right;
	background-color: #181A71;
	color: #fff;
	margin-right: -10px;
	width: 400px;
	padding: 4px;
}

/* IE only */
* html #catalogNav {
	margin-right: -5px;
}

#catalogNav a {
	color: #fff;
	text-decoration: none;
}

/*
#catalogNav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#catalogNav li {
	float: left;
	padding: 0 10px;
}
*/

#cardInfo {
	margin-left: 330px;
}

.verse {
	border: 1px dashed #9cd3e7;
	border-left: 4px solid #9cd3e7;
	margin: 0 0 1em 0;
	padding: 5px;
}

.verseId {
	color: #333;
	font-style: italic;
	margin-bottom: 0;
}
