p {
  font-size: 1.2em;
  text-align: justify;
  }

/* column header */
h1 {
  margin: 0em;
  font-size: 2.8em;
  }

/* item header */
h2 {
  }
   
#content {
  position: relative;
  width: 70em;
  z-index: 1;
  }

#left_col {
  width: 35em;
  position: relative;
  float: left;
  }

#left_col_img {
  width: 35em;
  position: relative;
  float: left;
  }

#right_col {
  width: 32em;
  position: static;
  float: right;
  }

#right_col_bullet {
  width: 2.2em;
  height: 2.2em;
  position: relative;
  float: left;
  top: 2.5em;
  left: 1em;
  background-color: #54a560;
  }
  
#right_col_header {
  width: 25em;
  position: relative;
  top: 2em;
  left: 2em;
  color: #54a560;
  }

#right_col_item {
  width: 27em; 
  position: relative;
  top: 1em;
  left: 4.5em;
  padding-bottom: 1em;
  color: #5b6061;
  }
