/* CSS Document */

/* IE and Safari render these section differently so this one is for IE */
#book1 {
	margin-top:20PX;
}
#book1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#book2 {
	margin-top:120PX;
}
#book2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#book3 {
	margin-top:205PX;
}
#book3 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* IE and Safari render these section differently so this one is for SAFARI */


html>body #book1 {
  margin-top:20PX;
}
html>body #book2 {
  margin-top:80PX;
}
html>body #book3 {
  margin-top:170PX;
}
