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

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

/* item header */
h2 {
  }

#content {
  position: static;
  width: 70em;
  }

#left_col {
  width: 40em;
  position: static;
  float: left;
  }

#left_col_bullet {
  width: 2.2em;
  height: 2.2em;
  position: relative;
  float: left;
  top: 2.5em;
  left: 1em;
  background-color: #dc9447;
  }
  
#left_col_header {
  width: 25em;
  position: relative;
  top: 2em;
  left: 2em;
  color: #dc9447;
  }

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

#right_col {
  width: 25em;
  position: relative;
  float: right;
  }

#right_col_img1 {
  width: 19em;
  position: relative;
  float: left;
  padding-left: 1em;
  }
