/* Universal Selector */
*{
  padding : 5;
  margin : 5;
  border : 5;
}

body{
  background-color : rgba(255,188,222,0.71);
}

.blended_grid{
  display : block;
  width : 960px;
  overflow : auto;
  margin : 60px auto 0 auto;
}

.topBanner{
  background-color : rgba(255, 209, 163, 0.86);
  float : left;
  clear : none;
  height : 150px;
  width : 960px;
}

.navContent{
  background-color : rgba(185,0,66,0.86);
  float : left;
  clear : none;
  height : 950px;
  width : 300px;
  }

.mainContent{
  background-color : rgba(255,251,231,0.86);
  float : left;
  clear : none;
  height : 950px;
  width : 660px;
  }

.bottomBanner{
  clear : none;
  float : left;
  position : relative;
  width : 960px;
  height : 50px;
  }