/* Elements */

body {
	background: #FFFFFF url(mmanning.gif) no-repeat top center; 
	text-align: justify;
	font-family: Tahoman, Arial, Helvetica, sans-serif;
	width: 800px;
	margin: 20px auto;
}


/* Header */

#header {
	text-align: left;
	height: 45px;
	margin: 10px auto;
	width: 800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header h1 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: 40px;
	letter-spacing: -2px;
	display:inline;
	border:none;
}

#header h2 {
	margin: 0px;
	padding-left: 60px;
	position: relative;
	top: -10px;
	font-size: 24px;
	letter-spacing: -1px;
	display:block;
	border:none;
	color: #787878; /* grey */
}

#header a {
	text-decoration: none;
	color: #000000;
}



/* Menu */

#menu {
	float: left;
	width: 250px;
	margin-top:10px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 25pt;
	text-decoration: none;
	color:  #AA0000; /* dkred */
}

#menu ul {
	list-style-type: none;
	/*font-weight: bold;*/
	}
	
#menu a {
	text-decoration: none;
	/*font-weight: normal;*/
	color:  #AA0000; /* dkred */
}

#menu li.desc {
	font-weight: normal;
	color:  #000000; /* black */
	font-size: 9pt;
	line-height: 10pt;
}

#menu a:hover {
	font-weight: bold;
}

#menu li.active {font-weight:bold;}


/* content */

#content {
	padding: 20px 20px;
	color: #FFFFFF;
	background-color:  #000000; /* black */
	margin-top: 250px;
	min-height: 263px;
	float:center;
	font-size: 10pt;
	line-height: 2em;
}

#content.narrow {
	width: 400px;
}

#content h1 {
  	border-bottom: 2px dashed  #AA0000; /* dkred */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
}

#content h2 {
  	border-bottom: 1px dashed  #AA0000; /* dkred */
  	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

#content h3 {
	font-size: 10pt;
	position:relative;
	top:-5px;
	line-height: .75em;
	font-style: italic;
	text-align: right;
	margin-bottom: 0.5em;
}

#content h2.other {
  	border: none;
  	padding-top: 10px;
	text-align: center;
	
}

#content h3.other {
  	border-bottom: none;
  	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	font-size: 1.25em;
	}


#content p {
	text-indent: 2em;
	margin-bottom: 1em;

}

#content p.copyright {
	margin: 10px 0 0 0;
	padding-top: 5px;
	font-size: 8pt;
	line-height: 1em;
	color:  #FFFFFF; /* white */
	border-top: 1px dashed #AA0000; /* dkred */
	text-align: center;
}


#content .verse {
	text-indent: 0em;
	line-height: 1.5em;
	margin-left: 1em;
	align:left;
}


img { 
	border: none; 
	float: right;
	margin: 5px;
	margin-left: 20px;
}

#content a {
	color: #FF4000; /* bright red */
	text-decoration: none;
}

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

#content ul {
	text-align: left;
}

#content ul a {
	font-size: 110%;
}

#redbold b {
	color: #FF4000; /*dkred*/
}

/* Book Tiles */

#tile {
	float: left;
	width:140px;
	height: 250px;
	padding: 5px;
	text-align: center;
	line-height: 1em;
	font-size: 9pt;
  }
  
#tile img {
   align: center;
   display:block;
   float:none;
   border: 1px solid #FFFFFF; /*white*/
   margin: 2px auto;
   }

#tile img.nocover {
   width: 100px;
   height: 160px;
   }


/* Side Box */

#sidebox {
	float: right;
	border: 2px dashed  #AA0000; /* dkred */
	padding: 5px 15px;
	margin: 20px;
	position: absolute;
	top: 10px;
	right:10px;
	
}

#sidebox p {
	margin-bottom: 0;
	text-align:center;
	font-size: 10pt;
}

#sidebox a {
	font-size: 12pt;
	font-weight: bold;
	color:  #AA0000; /* dkred */
	
}



/* Footer */

#footer {
	width: 800;
	margin: auto;
	padding: 5px 0px;
	color: #787878; /* grey */
	text-align: center;	
	margin-bottom: 2em;
	font-size: 8pt;

}

#footer a {
	color:  #AA0000; /* dkred */
}

