body {
  margin: 0;
  padding: 0;
}
h1 {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  color: #003300;
}
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;
}
.equal_sign
{
	vertical-align:-50%;
}
.stepped_output
{
 font-family: verdana, arial, helvetica, sans-serif; 
  line-height: 1.1em;
  margin: 0 0 5px 0;
  font-size: 16pt;
  padding: 0;

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

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


	
#navleft {
  position: absolute;
  width: 128px;
  top: 174px;
  left: 20px;
  font-size: 0.9em;
  border: 1px dashed black;
  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;
}

#footer {
	background: #ffffcc;
	text-align: center;
	font-size: .6em;
	}
#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: inherit;
	float:left;
  top:98%;
  margin-top:1%;
  height:30px;
  max-height:30px;
  margin-left: 200px;
  margin-right: 170px;
	background: #ffffcc;
	text-align: center;
	font-size: .6em;
  overflow: visible;
  max-width:900px;
  min-width:800px;

	}

#navright {
  position: absolute;
  width: 168px;
  top: 225px;
  right: 20px;
  font-size: 0.9em;
  border: 1px dashed black;
  background-color: #ffffcc;
  padding: 10px;
  z-index: 1;
}
#click_center{
 position: relative;
  background: #fff;
  top: 10px;
  margin-top: 0;
  margin-left: 200px;
  margin-right: 20px;

}
	#right_ad {
  position: absolute;
  width: 301px;
  top: 475px;
  right: 20px;
  border: none;
  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 a
{
display: block;
height: 100%;
}
.book {
	position: relative;
	display: block;
	border:1px solid black;
	float: left;
	height: 40px;
	width: 58px;
	margin: 6px;
	text-align: center;
	padding: 4px 0px 0px 0px;
    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;
}
