@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #d5be9f;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	height:100.1%;
}
#nav p {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 24px;
}
#wrapper {
	width: 900px;
	border-bottom: solid 15px #5e1801;
}
#header {
	height: 100px;
	border-bottom: solid 15px #5e1801;
}
#headerimg {
	height: 100%;
	background-image: url(assets/Triune5_01.jpg);
	background-repeat: no-repeat;
}
#main {
	background: url(assets/Triune5_bkg_slice.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	min-height: 500px;
}
#nav {
	width: 160px;
	padding-top: 34px;
	padding-right: 25px;
	text-align: right;
	min-height: 200px;
	font-weight: bold;
	font-size: 14px;
	float: left;
	line-height: 30px;
	color: #523710;
}
#nav a {
	text-decoration: none;
}
.navimg {
	padding-top: 35px;
	margin-right: -1px;
}
#triune {
	float: left;
	text-align: left;
	font-size: 28px;
}
a:link {
	color: #775522;
}
a:hover {
	color: #5e1801;
}
a:active {
	color: #5e1801;
}
a:visited {
	color: black;
}
#content {
	min-height: 300px;
	width: 610px;
	float: right;
	font-size: small;
	padding-top: 22px;
	padding-right: 28px;
}
#content p {
	margin-top: 10px;
	line-height: 20px;
}
.bookthumbnail {
	float:left; 
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}
.bookdescription {
	clear: both;
	display: block;
	padding-bottom: 12px;
	border-bottom: solid 1px #5e1801;
}
.bookstats {
	font-weight: bold;
	font-size: small;
}
.para_emph {
	font-style: italic;
}

#copyright {
	padding-right: 120px;
	font-size: x-small;
}
.floatright {
	float:right;
}
