/** Normal layout
 * @category   CSS Layout
 * @author     John L. Manuel <john manuel (at) naturalartmedia (NOSPAM) com>
 * @copyright  2006,2007 Natual Art Media
 */

/**
 * General Setup
 */
body {
/*  margin: 0px;
  padding: 0px; */
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

#Layer1 {
  position:absolute;
  left:488px;
  top:56px;
  width:118px;
  height:117px;
  z-index:1;
}

#Layer2 {
  position:absolute;
  left:16px;
  top:319px;
  width:117px;
  height:888px;
  z-index:2;
}


  /* Miscellaneous
----------------------------------------------- */
p {
  margin: .25em 0 .75em 0;
}

h1, h2, h3, h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
}

h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; font-weight: bold; }
h4 { font-style: italic; }


/* Links
----------------------------------------------- */

a:visited {  color: #336666}
a:link { color: #336666}
a:active {  color: #660033;}
a:hover {  text-decoration: underline; color: #336666}

/* classes
----------------------------------------------- */

.center {
  text-align: center;
  }

.large {
  font-size: 150%;
  }

.clear {
  clear: both;
}

#menu ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}

#menu li {
  float: left;
  font-size: 105%;
  font-weight: bold;
  padding: 5px 0 0 0px;
  text-align: center;
  vertical-align: middle;
}

#menu a {
  vertical-align: middle;
  text-decoration: none;
  height: 50px;
  width: 115px;
}

#sidebar a {
  text-decoration: none;
}


.menubutton {
  background:url('/images/button.jpg') no-repeat;
  height: 50px;
  width: 115px;
  vertical-align: middle;
}

.buybook {
  float: left;
  width: 120px;
  height: 240px;
  margin: .75em;
}

.bookdesc {
  font-size: 80%;
  margin: .75em 0px, 0px, .75em;
  padding-top: .75em;
}

.quote {
  font-size: 85%;
  margin-bottom: 0px;
 }

.quote a {
  text-decoration: none;
  cursor: pointer;
}

.quoteby {
  font-size: 80%;
  font-style: italic;
  cursor: pointer;
}