#newsletter_body {
  font-family: Trebuchet MS, san-serif;
  font-size: 10pt;
  width: 600px;
  background-image: url(http://kaleinani.com/uploads/Image/newsletter/tapa_tile.gif);
  background-position: top center;
  background-repeat: repeat-y;
  
  text-align: center;
}

#newsletter_content {
  text-align: left;
  padding: 0 35px;
}

#newsletter_content h1 {
  color: #690;
  font-size: 18px;
}

#newsletter_content h2 {
  color: #690;
  font-size: 15px;
}

#newsletter_border {
  padding: 20px 5px;
  width: 600px;
}

#newsletter_header_month {
  font-size: 18px;
  float: left;
}

#newsletter_header_issue {
  font-size: 18px;
  float: right;
}

#newsletter_header_voice_of {
}

#newsletter_header_border_space {
  margin: 0px 35px;
}

#newsletter_subscribe_box {
  background: #D7CD8D;
  width: 550px;
  padding: 0;
  margin: 0 0 0 30px;
  font-size: 12px;
}

#newsletter_subscribe_box form {
  padding: 0;
  margin: 0;
}

#newsletter_subscribe_box h1 {
  display: inline;
  font-size: 15px;
  margin-right: 10px;
}

#newsletter_button_subscribe_td {
  width: 115px;
  text-align: left;
}

#newsletter_email_field {
  font-family: Trebuchet MS, san-serif;
  border: 0;
  margin: 0;
  height: 18px;
  width: 180px;
}

#newsletter_email_field_td {
  width: 180px;
}

.side_note {
  width: 103px;
  float: right;
  text-align: left;
  margin: 0 25px 50px 15px;
}

.side_note h1 {
  color: #960;
  font-size: 15px;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.side_note h2 {
  color: #960;
  font-size: 12px;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 10px;
}

#special_notice {
  text-align: center;
  border: 1px solid #960;
  margin: 0 35px;
  padding: 0.5em 1em;
  background: white;
}

#special_notice h1 {
  color: #690;
  font-size: 20px;
}

.article {
  text-align: justify;
}

.left-aligned-image {
  float: left;
  padding: 0.5em 0.5em 0.5em 0;
}

.right-aligned-image {
  float: right;
  padding: 0.5em 0 0.5em 0.5em;
}