body
{
	text-align: center;
	background-color: #1d54ae;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background-color.jpg);
	background-repeat: repeat;
}

#wrapper {
	width: 786px;
	margin: 0 auto 0px;
	padding: 0px;
	background-image: url(../images/home-bak.jpg);
	background-repeat:repeat-y;
	text-align: left;
	position: relative;

}
#cloud {
	background-image: url(../images/home-cloud.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: -271px;
	height: 476px;
	width: 271px;
	top: -12px;
}
#lnav {
	float: left;
	width: 223px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/home-lnav-bak.jpg);
	background-repeat: repeat;


}

#lnavtitle {
	margin-left: 55px;
} 

#lnav a:link, #lnav a:active, #lnav a:visited{
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #b1854b;
	text-decoration: none;
	padding-left: 65px;
}
#lnav a:hover{
	color: #9A8D63;
	text-decoration: none;
	font-weight: bold;

}
#topnav {
	background-image: url(../images/tertiary-topnav-bak.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 41px;
	width: 537px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #836235;
	text-align: center;
	padding-top: 6px;
	z-index: 5;

}


#topnav a:link, #topnav a:active,#topnav a:visited {
	color: #836235;
	text-decoration: none;

}
#topnav a:hover {
	color: #C48F2F;
	text-decoration: none;	
}
#header {
	margin: 0px 0px -5px;
	padding: 0px;
	height: 75px;
	width: 759px;
	display: block;
}
html>body #header {
	margin-bottom:0px;
}
#bottom {
	position:relative;
	bottom: -5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content {
	float:left;
	width: 435px;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #87714b;
	padding: 30px 30px 30px 40px;
	background-image: url(../images/tertiary-content-bak.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: -6px;
	background-color: #FFFFFF;

}
a:link, a:active, a:visited {
	color: #CAAE7C;
	text-decoration: none;
}
a:hover {
	color: #C9B078;
	text-decoration: underline;
}

h1 {
	font-size: medium;
	color: #8B7752;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: Arial, Verdana, sans-serif;
}
.rightalign {
	float: right;
	position: relative;
	margin-right: -50px;
	margin-left: 10px;
}
.verse {
	font-style: italic;
	color: #BC9C69;
	margin-right: 30px;
	margin-left: 30px;
	display: block;
}
#footnote {
	font-family: arial, sans-serif;
	font-size: xx-small;
	color: #b1854b;
	margin-top: 50px;
	clear: both;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 50px;


}
#footnote a {
	color: #9A8D63;
	font-weight: bold;
	text-decoration: none;
	
}
.booktitle {
	font-weight: bold;
}
.byline {
	font-style: italic;
	font-weight: normal;
}
.line {
	color: #847149;
	font-weight: bolder;
	margin-left: 65px;
}
h2 {
	font-size: small;
	font-weight: bold;
}

.quote {
	margin-right: 20px;
	margin-left: 30px;
}
#event {
	background-color: #F3F1EB;
	border: 1px dotted #A58F60;
	padding: 10px;
}
.dottedline {
	border-top: 1px dotted #87714B;
	
}