body {
  margin: 0;
  padding: 0;
}
h1 {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  color: red;
}
h2 {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.1em;
}
p {
  font-family: verdana, arial, helvetica, sans-serif; 
  line-height: 1.1em;
  margin: 0 0 16px 0;
  font-size: 10pt;
  padding: 0;
}

#logo-header {
  margin: 0px;
  padding: 10px;
  background: white;
  height: 160px;
}

#logo-header img {
	background:#FFF;
	}
	
#logo-header h1 {
    position: absolute;
    color: #000;
	text-align: left;
    top: 55px;
    left:20px;
	padding-top: 9px}


	
#navleft {
  position: absolute;
  width: 128px;
  top: 180px;
  left: 20px;
  font-size: 0.9em;
  border: 1px dashed red;
  background-color: white;
  padding: 10px;
  z-index: 2;
}
#center, #footer, #samplecover {
  position: relative;
  background: #fff;
  top: 10px;
  margin-top: 0;
  margin-left: 200px;
  margin-right: 220px;
}
#suggestCatDiv{
	position: relative;
	float: left;
	top:95%;
	margin-top:1%;
	  margin-left: 200px;
  margin-right: 170px;
		text-align: center;
	font-size: .6em;
  overflow: visible;
  max-width:900px;
  min-width:800px;
	}
#newfooter {
	position: relative;
	float:left;
  top:98%;
  margin-top:1%;
  height:30px;
  max-height:30px;
  margin-left: 200px;
  margin-right: 170px;
	background: #04B404;
	text-align: center;
	font-size: .6em;
  overflow: visible;
  max-width:900px;
  min-width:800px;

	}
#footer {
	background: #04B404;
	text-align: center;
	font-size: .6em;
	}

#navright {
  position: absolute;
  width: 168px;
  top: 180px;
  right: 20px;
  font-size: 0.9em;
  border: 1px solid red;
  background-color: #04B404;
  padding: 10px;
  z-index: 1;
}

.samplecover img {
	display: block;
	background:#FFF;
    border:1px solid;
    border-color: #ccc #666 #666 #ccc
	}





#book-list {
  position: relative;
  background: #fff;
  top: 10px;
  max-width:1500px;
  margin-top: 0;
  margin-left: 200px;
  margin-right: 220px;
	padding-top: 6px;
	padding-bottom: 24px;
	}

.book {
	position: relative;
	display: block;
	float: left;
	height: 210px;
	width: 170px;
	margin: 13px;
	padding: 0;
    font-size: 0.9em;
	}

.book img {
	display: block;
	background:#FFF;
    border:1px solid;
    border-color: #ccc #666 #666 #ccc
	}

.book p {
	display: block;
	text-align: center;
	padding-top: 9px}


/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
