body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
  background-color: #FFFFFF;
}
#wrapper {
  width: 1000px;
	margin: 0 auto;
  border-right: 1px solid #888888;
  border-left: 1px solid #888888;
  border-bottom: 1px solid #888888;
}
#header {
  background-image: url(header.jpg);
  background-repeat: no-repeat;
  height: 38px;
  padding: 60px;
  width: 900px;
}
#header h1 {
	margin: 0;
	padding: 0.3em 10px 0.3em 0;
	text-align: right;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 3em;
	bottom: 0;
	left: 0;
}
#header ul {
  list-style: none;
  padding: 0;
  border: none;
  display: block;
}
#header li {
  display: inline;
  font-size: 75%;
  font-weight: bold;
}
#header a:link, #header a:visited {
  color: #555555;
  display: inline;
  padding: 1em 0 0 10px;
  text-decoration: none;
  min-height: 40px;
}
#header a:hover, #header li.cur a:link, #header li.cur a:visited {
  color: #FFFFFF;
}
#content {
  width: 900px;
  padding: 2em 2em 2em 2em;
}
#content h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	color: #A1257B;
	font-size: 2em;
	bottom: 0;
	left: 0;
}
#content p {
  font-size: 90%;
	font-weight: normal;
  line-height: 1.5;
}
#content a:link, #content a:visited {
  color: #000000;
  display: inline;
}
#content a:hover {
  color: #000000;
  text-decoration: none;
}
#sidebar {
  float: right;
  width: 230px;
}
#footer {
  clear: both;
  font-size: 70%;
  height: 300px;
  padding: 1em 2em 2em 2em;
  color: #cccccc;
  background-image: url(footeraboutbook.jpg);
  background-repeat: no-repeat;
}
#footer .button {
	margin-top: 92px;
	margin-left: 758px;
	width: 220px;
}
