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