#container {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  font-weight: bold;
  font-family: "Times New Roman",Times,serif;
}
#container {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}
#dateleft {
  float: left;
  font-size: 1em;
  width: 55px;
  text-align: left;
  line-height: 1.5em;
}
#titleleft {
  float: left;
  width: auto;
  font-size: 1em;
  text-align: left;
  line-height: 1.5em;
}
#dateright {
  width: 55px;
  font-size: 1em;
  text-align: left;
  float: right;
  line-height: 1.5em;
}
#titleright {
  font-size: 1em;
  float: right;
  width: auto;
  text-align: left;
  line-height: 1.5em;
}
#spacer {
  float: left;
  width: 100px;
  line-height: 1.5em;
}
#end {
  clear: both;
}

