div.intro {
  position:  absolute;
  left: 40px;
  top: 10px;
  width: 520px;
  height: 130px;
  border: 0px solid #F00;
  font-family: trebuchet ms, arial, tahoma;
  font-size: 14px;
  color: #222;
  text-align: justify;
}

div.newsletter {
  position: absolute;
  left: 40px;
  top: 160px;
  width: 240px;
  height: 300px;
//  border: 1px solid #F00;
}

div.newsletter_contents {
  position: relative;
  left: 0px;
  top: 0px;
//  width: 100%;
  width: 240px;
  font-family: trebuchet ms, arial, tahoma;
  font-size: 14px;
  color: #222;
  text-align: justify;
  overflow-y: hidden;
//  border: 1px solid #F00;
}

div.bookworm_column {
  position: absolute;
  left: 320px;
  top: 151px;
  width: 240px;
  height: 300px;
//  border: 1px solid #F00;
}

div.bookworm_contents {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  font-family: trebuchet ms, arial, tahoma;
  font-size: 14px;
  color: #222;
  text-align: justify;
  overflow-y: hidden;
//  border: 1px solid #F00;
}

div.date {
  font-family: trebuchet ms, arial, tahoma;
  font-size: 10px;
  color: #444;
  font-style: italic;
  text-align: right;
}

div.more {
  font-family: trebuchet ms, arial, tahoma;
  font-size: 12px;
  color: #456C01;
  font-style: italic;
  text-align: right;
}

a.more:link {color: #456C01; text-decoration: none;}
a.more:visited {color: #456C01; text-decoration: none;}
a.more:hover {color: #456C01; text-decoration: underline;}
a.more:active {color: #456C01; text-decoration: none;}

