.recipeGroup img {
   float: left;
   margin: 0 10px 10px 0;
   position: relative;
}
#recipeList {
   padding-left: 15px;
}
#recipeSupportingContent img {
   float: right;
   position: relative;
   margin-left: 20px;
   margin-bottom: 20px;
}
#recipeSupportingContent p {
   text-align: justify;
}
#innerWrapper {
   border-right: 500px solid #fff;
}
#innerRightcol {
   margin-right: -500px;
   width: 500px;
}
#innerLeftcol {
   width: 450px;
}