/* style.css */
/* perform global styling here */
@import url("header.css");
body{
	font-family: "Book Antiqua", "Georgia", "serif";
	font-size: 12pt;
	margin: 0 auto;
	color: black;
}
#rights {
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	height: 2em;
	text-align: center;
	border-top: 1px solid black;
	bottom: 5px;
	z-index: 1;
	overflow: hidden;
}
img#photo {
	float: left;
	clear: right;
}
body p{
	text-indent: 1em;
	text-align: left;
}
/*#body h1, #body h3 {
	text-align: center;
}*/
#pannounce {
	font-size: 35pt;
	text-align: center;
}
div.bookinfo {
	line-height: 3px;
	border: 1px solid black;
	margin: 0 auto;
	width: 400px;
}
div.praise {
	color: black;
	margin: 0 auto;
	width: 84%;
	float: right;
}
div.praise p{
	text-align: right;
	padding-right: 30px;
}
#bookclub{
	list-style-image: url("curtiss.jpg");
	width: 65%;
	margin: 0 auto;
	padding-top: 1em;
}
#recieved {
	background-color: yellow;
	text-decoration: bold;
	border: 1px solid black;
	text-align: center;
	height: 25px;
}
table {
	padding: 0;
	width: 50em;
	margin: 0 auto;
	border: 1px solid black;
}
th{ text-align: center; border-bottom: 1px solid black; }
div.bookleft {
	width: 49%;
	float: left;
}
div.bookleft img {
	float: left;
}
div.bookright {
	width: 49%;
	float: right;
	border-left: 1px solid black;
}
div.bookright img {
	float: left;
}
div#orderbombers {
	float left;
	width: 430px;
	margin: 0;
	padding: 0;
	min-height: 231px;
}
div#orderships {
	width: 400px;
	float: right;
	margin: 0;
	padding: 0;
}
div#orderdvd {
	width: 400px;
	margin: 0 auto;
}
