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

/* -----------------------------------------------------------
  *** { location only *** 
   ----------------------------------------------------------- */

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

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

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

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

/* e o f */
