#headerbar, #mainnavigation, #title, #coverimage, #book_information, #author, #publisher, #reviewer, #rating, #rating_image, #review, #press_release, #review_date, #amazon_HTML, #links, #footer, #genre, #search_book, #search_results, #reviewer_signin, #no_reviewers, #submit_error, #revamp, #whats_new, #featured_author, #featured_book, #imgNew, #featured_book_image, #featured_author_image, #Best_Value_Featured_Book {
	position: absolute;
	font-size: medium;
	height: 133px;
	width: 195px;
}



h1 {
  font-size: x-large;
  color: black;
}

h2 {
  font-size: large;
  color: black;
}

li {
  list-style-type: square;
}
table {
  border-collapse: collapse;
  border: 0px;
}

form label.fixedwidth{
  display: block;
  width: 275px;
  float: left;
}

form.newsletter_signup label.fixedwidth{
  display: block;
  width: 75px;
  float: left;
}

#submit_error {
  top: 286px;
  left: 390px;
  color: red;
}

#revamp{
  top: 35px;
  left: 740px;
}

#mainnavigation {
  top: 200px;
  left: 200px;
  width: 900px;

}

#title {
  top: 220px;
  left: 200px;
  font-size: medium;
  color: black;
  width: 700px;
}

#no_reviewers {
  top: 175px;
  left: 210px;
}

#coverimage {
  position: absolute;
  top: 200px;
  left: 200px;
}

#book_information, #reviewer {
  width: 300px;
}

#book_information {
  position: absolute;
  top: 0px;
  left: 250px;

}

#reviewer {
  top: 300px;
  left: 0px;
  font-size: medium;
}

table.reviewer {
  font-size: small;
}

tr.reviewer {
	border-bottom: solid 1px black;
}

td.reviewer {
	border-left: solid 1px gray;
	border-right: solid 1px gray;
}

#rating {
  top: 300px;
  left: 300px;
  width: 260px;
  height: 40px;
  color: white;
  background-color: #660000;
}

#rating_image {
  top: 300px;
  left: 520px;

}

#review {
  top: 580px;
  left: 200px;
  width: 900;
}

#press_release {
 width: 900;
}

#review_date {
  top:320px;
  width: 300px;
}

#amazon_HTML {
  top: 10px;
  left: 572px;
}

#links {
  font-size: small;
  color: black;
  top: 150px;
  left: 0px;
  width: 185px;
  min-height: 600px;

}

#footer {
  top: 1500px;
  left: 200px;
  width: 1500px;
}

#genre {
  top: 800px;
  left: 200px;
  width: 300px;
}

#search_book {
  top: 200px;
  left: 200px;
  width: 500px;
}

#search_results {
  top: 200px;
  left: 200px;
  width: 900px;
}

#reviewer_signin {
  top: 15px;
  left: 710px;
  width: 150px;
  font-size: x-small;
  color: white;
  align: center;
}

#page_numbers {
	text-align: right;
	font-size: x-small;
}

#login {
	margin-left: 200px;
	margin-top: 200px;
}

form.login_form label.login_width {
	display: block;
	width: 70px;
	float: left;
}

#imgNew {
	position:absolute;
	top:0px;
	left:900px;
}

#whats_new {
	top: 49px;
	left: 917px;
	width: 183px;
}

#featured_book_image {
	top: 205px;
	left: 900px;
}

#featured_book {
	top: 254px;
	left: 911px;
}

#featured_author_image {
	top: 411px;
	left: 901px;
}

#featured_author {
	top: 442px;
	left: 928px;
}

#Best_Value_Featured_Book {
	top: 500px;
	left: 550px;
}

#headerbar {
  top: 0px;
  left: 0px;
}