
/*left column*/
#leftcolumn {
  width: 190px;
  margin: 20px 10px 0px 12px;
  height: 500px;
}

#leftcolumn p {
  font-style: italic;
  font-size: 11px;
}

#leftcolumn img {
  width: 190px;
  height: 150px;
  margin-top: 25px;
}

/*hero column*/
#herocolumn {
  margin-top: 20px;
  width: 590px;
  height: 500px;
  margin-left: 10px;
}

#herocolumn p {
  margin-bottom: 15px;
} 

/*right column*/
#rightcolumn {
  width: 190px;
  height: 500px;
  margin-left: 10px;
}

#rightcolumn p {
  font-style: italic;
  font-size: 11px;
}

#rightcolumn img {
  margin-top: 25px;
  width: 190px;
  height: 200px;
}
