
#header-wrapper {
	width: 980px;
	margin: 8px auto 3px auto;
	position: relative;
}
#body-wrapper {
	width: 980px;
	margin: 0 auto;
}
#footer-wrapper {
	width: 980px;
	margin: 0 auto;
}
#header {
	padding-top: 90px;
}
#title{
	padding-left: 4px;	
}

#subtitle{
	margin: 5px 0 0 50px;
	font-style: italic;
}
#footer {
	margin: auto;
	width: 980px;	
	padding: 3px 10px;
}
#title-rule{
	height: 3px;
	width: 100%;
	background-color:#744717;
	padding: 0;
	margin: 0;
	overflow: hidden;
	min-width: 980px;
}
#footer-rule{
	/*margin-top: 170px;*/
	height: 3px;
	width: 100%;
	background-color:#dcd7a1;
	overflow: hidden;
	padding: 0;
	min-width: 980px;
}
.head-quote {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}
#quote1 {
	position: absolute;
	/*margin: 20px 300px 0 300pz;*/
	top: 10px;
	left: 340px;
}
#quote2 {
	position: absolute;
	/*margin: 20px 300px 0 300pz;*/
	top: 65px;
	left: 680px;
}
#body {
	margin: 20px 0 0 0;
}
#menu-header{
	float: right;
	margin: 16px 13px 0 0;
	color: #dcd7a1;
	font-weight: bold;
}

#menu-footer{
	color: #ada65e;
	font-weight: bold;
	width: 980px;
	text-align: left;
}

#menu-footer a{
	color: #DCD7A1;
}

#menu-left{
	float: left;
	width: 260px;
}
	#menu-left .chapter {
		font-style: italic;
		font-weight: normal;
		color: #3D2406;
		font-size: 12px;
	}
	#menu-left .title {
	
	}

#menu-left .chapter {
	padding-left: 4px;	
}

#menu-left .no-click {
	padding-bottom: 6px;	
}

#menu-right{
	float: left;
	width: 230px;
	text-align: center;
}
#content{
	float: left;
	width: 470px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 19px;
}

	#content ul {
		margin: 8px;
		margin-left: 23px;
	}
	#content ul li {
		list-style-type: disc;
		list-style-position: outside;
	}
.menu .top {
	width: 202px;
	height: 9px;
	background-image: url("/images/menu-top-light.png");
}
.menu .mid{
	width: 186px;
	padding: 10px 8px 0;
	background-image: url("/images/menu-mid-light.png");
}
	/*.menu .mid a{
		color: #590222;
	}*/
	.menu .mid .summary {
		font-size: 12px;
	}
.menu .bot {
	width: 202px;
	height: 17px;
	background-image: url("/images/menu-bot-light.png");
}
.summary {
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	padding: 3px;
}
.summary li {
	padding-left: 12px;
	text-indent: -11px;	
}
.book-cover {
	margin: 5px auto;	
	
}

.emph {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

.cta {
	font-size: 1.5em;
}

button.primary {
	background: transparent url(../images/button.png) no-repeat;
	border: 0 none;
	height: 31px;
	width: 145px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 5px 0;
	text-align: center;
}

button.second {
	background: transparent url(../images/button-second.png) no-repeat;
	border: 0 none;
	height: 31px;
	width: 145px;
	font-weight: bold;
	padding: 0 0 5px 0;
	text-align: center;
	color:#590222;
}
