/* CSS Document */



body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: x-small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
	

#myBook, #photoGrid { display: inline-block; } /* for IE/Mac */
/* Hides from IE/Mac \*/
* html #myBook, * html #photoGrid { height: 1%; }
#myBook, #photoGrid { display: block; }
/* End hide from IE/Mac */

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */
