/************************************************
  Description:
    specific styles for offices pages
  
  filename:       offices.css
  Creation Date:  30/11/2006
  Last Update:    5/12/2006

  ***********************************************
  
  This file contains styles specific to the 
  Offices pages. 

************************************************/


/************************************************

  Layout

************************************************/

#content{
  height:300px;
}

#content img{
  float:left;
  clear:left;
  margin:20px 0 0 0;
}

#textColumn{
  z-index:1;
  width:300px;
  padding:0 0 25px 0;
  margin:20px 0 0 230px;
}

/************************************************

  Typography

************************************************/

#content p{
  z-index:-1;
  line-height:1.3em;
  margin:0 0 20px 0;
  font-size:110%;
}

#content p strong{
  z-index:1;
  font-size:110%;
}