body {
  font-family: trebuchet, arial, helvetica;
  margin: 0px 0px 0px 0px;
}

h1 {
  font-weight: bold;
  font-size: xx-large;
}

h2 {
  font-weight: bold;
  font-size: x-large;
}

h3 {
  font-family: trebuchet, arial, helvetica;
  font-weight: bold;
  font-size: large;
}

p {
  font-family: trebuchet, arial, helvetica;
}

span.link_like {
  text-decoration: underline;
}

span.date {
  padding-left: 5px;
  padding-right: 5px; 
  font-weight: bold;
  font-size: medium;
}

span.myheader {
  font-family: trebuchet, arial, helvetica;
  font-weight: bold;
  font-size: large;
}

#left_column {
  position: fixed;
  float: left;
  margin: 0px 0px 0px 0px;
  width: 40px;
  height: 100%;
}

#center_column {
  position: absolute;
  margin-left: 120px;
  width: 640px;
  height: 100%;
}

#middle_column {
  position: absolute;
  margin-left: 120px;
  width: 640px;
  height: 100%;
  text-align: center;
}

div.book {
  position: relative;
  padding: 5px;
  left: 70px;
  width: 500px;
  clear: both;
}

div.book span.title {

}

div.book span.author {

}

div.row {

}

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
} 

div.spacer {
  clear: both;
}

div.image {
  float: left;
  margin-left:25px;
}

div.image img {
%  margin-left: 0px;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

div.image p {
  text-align: center;
}

