/* Pretty Stuff
================================== */
/*Hide from ie - space footer from bottom*/
div[id="content"]{
  margin-bottom: 5px;
}
/*---- end hide ---*/
#secondaryContent {
  background-color:#cce6ed;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}
#mainContent{
  background-color:#fcffcc;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  /*margin-right: 5px;*/
}
#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}
#secondaryContent p {
  font-size: 1.2em;
}
/* The Core Technique
================================= */
#content { 
  width: 60em;
  max-width: 79%;/**/ 
  float: right; 
  display: inline;
}
#mainContent { 
  width: 45em;
  max-width: 75%;/**/
  float: left;
  display: inline;
}
#secondaryContent { 
  width: 14em;
  max-width: 23.3%;
  float: right;
  display: inline;
} 
/* Add some padding
================================== */

#secondaryContent {
  padding-top: 2px;
  padding-bottom: 2px;
}
#secondaryContent * {
  /*padding-left: 0.5em;
  padding-right: 0.5em;*/
  padding-left: 5px;
  padding-right: 5px;
}
#mainContent p{
  padding-left: 5px;
  padding-right: 5px;
}
