body {
	background: fixed #fff url("bg.jpg") 0% 0% no-repeat;
	font-family: 'bookman old style', georgia, garamond, palatino, serif; 
	}


/* containers - global */

#content {
	position: absolute;
	top: 40px;
	right: 60px;
	width: 60%;
	color: #264159;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.2em;
	text-align: right;
	}

#bottomline {
	position: absolute;
	bottom: 20px;
	right: 60px;
	font-size: 0.75em;
	}

p {
	margin-bottom: 30px;
	}



/* containers - verses */

.verse {
	text-align: justify;
	}

#nav {
	margin-top: 70px;
	margin-bottom: 30px;
	font-size: 0.8em;
	}



/* style elements */

h1 {
	color: #099;
	font-size: 1.25em;
	letter-spacing: 3px;
	margin-bottom: 30px;
	}


h2 {
	margin-bottom: -10px;
	font-size: 1em;
	}

em {
	color: #099;
	}


/* links */

a:link { color: #83A5AB; text-decoration: none; }
a:visited { color: #83A5AB; text-decoration: none; }
a:hover { color: #999; }
a:active { font-style: oblique; }

