

body {
    background-attachment : fixed;
    background-image : url('bookslice4.jpg');
    background-repeat : repeat-y;
    font-family : Serif;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    text-align : justify;
    width : 100%;
  }


a {
    color : #cc3300;
    font-size : 20px;
    font-weight : bold;
    line-height : 3ex;
    text-decoration : none;
  }


a:hover, a:active {
    text-decoration : underline;
  }


a#current {
    color : #ff3300;
    
  }


h1 {
    font-size : 28px;
    font-weight : bold;
    line-height : 2.5ex;
    text-align : center;
  }


h2 {
    font-size : 28px;
    font-weight : bold;
    line-height : 2.5ex;
  }


#headline {
    background-image : url('bookheadcolourtop3.jpg');
    height : 138px;
  }


#right {
    float : left;
    margin-left : 320px;
    margin-right : 2%;
  }


#right .imageandlegend {
    clear : left;
  }


.imageandlegend img {
    float : left;
    margin-bottom : 20px;
    margin-right : 20px;
  }


#left {
    float : left;
    line-height : 28px;
    padding-left : 0ex;
    position : fixed;
    width : 260px;
  }


#left ul {
    list-style-type : none;
    padding-left : 28%;
    padding-top : 1ex;
  }


div {
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }

