div#rightColumn {
  width: 32%; 
  float:right;
}
div#mainContent {
  width: 65%;
  float:left;
  
}   
h1 {
  font-size: 180%;
}        