/* style.css */
/* perform global styling here */
@import url("header.css");
@import url("footer.css");
body{
	font-family: "Book Antiqua", "Georgia", "serif";
	font-size: 12pt;
	margin: 0 auto;
	color: black;
}
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;
	padding-right: 1em;
	margin: 0 auto;
	max-width: 15em;
}
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;
}
ul#bookclub li{
	text-indent: 2em;
	margin-left: 1em;
}
ul#bookclub li p{
	text-indent: 0;
}
#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; }