  a img {border: 0;}
  a:link {color: black; text-decoration:none;}
  a:visited {color: #333; text-decoration:none;}
  a:hover {color: #955; text-decoration:underline;}
  a:active {color: #955; text-decoration:underline;}


  body {position: relative;}
  
  ul#bookbar {position: absolute; width: 400px; height: 135px; left: 380px; top:0; list-style-type:none;}
  ul#bookbar li {float: left; text-align: center; padding-right: 20px;}
  ul#bookbar li img {display: block;}
  
  body.index {width: 960px; margin: 0 auto; font-family: Arial, Helvetica, sans-serif;}

  body.index ul {z-index:100;}
    
  body.index ul#linkbar {position: absolute; left: 800px; list-style-type:none; text-align: right; }
  
  body.index ul#bookbar2 {position: absolute; left: 70px; top: 840px; list-style-type:none;}
  body.index ul#bookbar2 li {float: left; text-align: center; padding-right: 20px;}
  body.index ul#bookbar2 li img {display: block;}
  
  body.index h1 {position: absolute; width: 820px; height: 850px; left: 70px; z-index:-1; }
  body.index h1 img {}

  body.index div#content {position: absolute; width: 540px; left: 240px; top: 840px; margin: 0 10px;}


  body.page {width: 960px; margin: 0 auto; position: relative; font-family: Arial, Helvetica, sans-serif;}
  body.page ul {z-index:100;}

  body.page div#header {position: relative; height: 170px;}
  body.page ul#linkbar {position: absolute; left: 800px; top: 0; list-style-type:none; text-align: right; }

  body.page h1 {float:left; width: 460px; height: auto; margin: 0 10px;}
  body.page h1 img {margin: 10px 0;}

  body.page div#content {float:left; width: 460px; height: auto; margin: 0 10px;}
  body.page div#content a {font-weight: bold;}


