* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Times New Roman", Times, serif arial;
}

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	text-align: center;
	border-bottom: solid 1px rgb(150,150,150);
	padding: 20px 0 10px 0;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0 30px 0;
	color: rgb(50,50,50);
	background-color: rgb(240,240,240);
	padding: 10px 0 10px 0;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 20px 0;
	color: rgb(50,50,50);
	background-color: rgb(240,240,240);
	padding: 10px 0 10px 0;
}

.middle {
	text-align: center;
}

.book {
	padding-top: 25px;
}

.bookimage {
	float: left;
	width: 400px;
}

img {
	border: none;
}

.isbn {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: rgb(100,100,100);
	padding: 10px 0 0 0;
	text-align: center;
}
.booktext {
	float: left;
	width: 530px;
	padding: 0 0 0 50px;
	text-align: justify;
	font-size: 18px;
	line-height: 130%;
}

.booktext p {
	padding-top: 10px;
}

#about {
	clear: both;
	padding-top: 35px;
	text-align: justify;
	font-size: 18px;
	line-height: 130%;
}

#about p {
	padding-top: 10px;
}

#purchase {
	padding-top: 0px;
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom:solid 1px rgb(150,150,150);
}

#purchase p {
	padding-top: 10px;
}

.paypal {
	padding: 10px 0 10px 0;
}

#footer {
	padding: 25px 0 20px 0;
	text-align: center;
	border-top: solid 1px rgb(150,150,150);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(100,100,100);
}

#footer p {
	padding-top: 6px;
}

