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


created         : Thursday 21st May 2009 
copyright       : Darren George Web Development
author          : darren george
version         : NA
************************************/

/* grid width and height definitions */
#content .box #grid
  {    
  /* 600px */
  width: 37.5em;
  }
 
#content .box #grid .cell
  {  
  /* 100px */
  width: 6.25em;  
  height: 6.25em; 
  }
  
  
/* image definitions */
#content .box #grid .cell img
  {  
  /* 62px */
  width: 3.87em;  
  height: 3.87em;  
  }  
