/* sheda.css
 *   for site activities only.
 *   -> This is loaded *after* the main stylesheet:
 *        it only contains *differences*.
 * notes: see main stylesheet for css notes, standards, etc.
 */

/* -----------------------------------------------------------
  *** { sheda only *** 
   ----------------------------------------------------------- */

/* Content area of page */
  div#ContentWrapper {
  width: 650px;
  display: table;
  float: left;
  padding: 0;
  clear: both;
  }

  div#ContentWrapper h2 {
   
   
   border: none;
  
   margin: 1em 1em 1em 1em;

   font-size: 2em;
  
   color: red;
   }
  
div#ContentWrapper p { 
    
    width: 650px;

    Height: 500px;

    text-align: left;
    
    font: bold, 1em  Georgia, Times, "Times New Roman", serif;
           
    line-height: 27px;
    
    color: blue;
    margin: 1em 2em 2em 3em;
    
    margin-bottom: 2ex;


}


div#ContentWrapper p img { 
  
  float: left;
  margin: 1em 2em 1em 1em;
  border: none;
}



/* e o f */
