/* location.css
 *   for site location 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: 650px;
  display: table;
  float: left;
  padding: 0;
  clear: both;
  }

  div#ContentWrapper h2 {
   
   
   border: none;
  
   margin: 0.5em 0 0.5em 0;

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

    text-align: justify;
    
    font: 1em  Georgia, Times, "Times New Roman", serif;
           
    line-height: 27px;
    
    margin: 1em 5em 2em 3em;
    
    margin-bottom: 2ex;
}
ul li{

 list-style: decimal;

 margin: 0 0 0 2em;

 padding: 0 0 0 1em;
 

}


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



/* e o f */
