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

/* -----------------------------------------------------------
  *** { rinpoche2 only *** 
   ----------------------------------------------------------- */

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

  div#ContentWrapper h2 {
   
   border-bottom: 2px dashed blue;
     
   padding: 0.3em 0 0.3em 0;
  
   margin: 0.5em 6em 0 3em;

   text-align: center;
    
   }
 

div#ContentWrapper div {

    clear: left;

    margin-top: 30px;

    border-top: 1px solid #cc0000;

}


div#ContentWrapper div p { 
    
    width: 700px;

    text-align: justify;
               
    line-height: 25px;
    
    margin: 1em 5em 2em 2em;
    
    margin-bottom: 2ex;

}

div#ContentWrapper p img { 
  
  float: left;
  margin: 0.5em 1em 1em 1em;
  border: 1px dashed red;
}



/* e o f */

