p {
  font-size: 1.2em;
  }

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

/* item header */
h2 {
  }

ul {
  font-size: 1.2em;
}

.more {
  position: relative;
  float: right;
  right: 1em;
  bottom: 1em;
  }

#flash_container {
  width: 47em;
  clear: both;
  position: relative;
  float: left;
  z-index: 1;
  }

#photo_container {
  width: 23em;
  position: relative;
  float: right;
  z-index: 1;
  }
  
#photo {
  width: 23em;
  height: 23em;
  position: relative;
  float: right;
  }

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

#left_col {
  width: 70em;
  position: static;
  float: left;
  overflow: hidden;
  }

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

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

#right_col {
  width: 23em;
  position: static;
  border-left: 0.2em solid #94be5b;
  overflow: hidden;
  }

#right_col_bullet {
  width: 2.2em;
  height: 2.2em;
  position: relative;
  float: left;
  top: 1.2em;
  left: 1em;
  background-color: #cb4041;
  }

#right_col_header {
  width: 20em;
  position: relative;
  top: .7em;
  left: 1.8em;
  color: #cb4041;
  }

#right_col_item {
  width: 17em;
  position: relative;
  left: 4.5em;
  color: #5b6061;
  }
