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


created         : Friday 22nd May 2009
copyright       : Darren George Web Development
author          : darren george
version         : NA
************************************/


/* grid width and height definitions */
#content .box #grid
  {    
  /* 600px */
  width: 50em;
  }
 
#content .box #grid .cell
  {  
  /* 100px */
  width: 8.333em;  
  height: 8.333em; 
  }

/* image definitions */
#content .box #grid .cell img
  {  
  /* 50px */
  width: 4.166em;  
  height: 4.166em;  
  } 



/* container definitions */
#content .box #container
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;   
    
  margin-left: auto;
  margin-right: auto;
    
  /* 620px */
  width: 51.666em;
  
  /* 250px */
  height: 20.833em;

  overflow: scroll;
  
  /* 1px */
  border: 0.083em solid black;
    
  background-color: #FFFFFF;       
  }


/* table definitions */
#content .box .factsTable
  {
  /* 600px */
  width: 50em;   
  }
  
#content .box .factsTable .largeColumn
  {
  /* 450px */
  width: 37.5em;
  }
  
#content .box .factsTable .smallColumn
  {
  /* 150px */
  width: 12.5em;
  }   

