/* CSS Document */

/* IE and Safari render these section differently so this one is for IE */
#book1 {
	margin-top:30PX;
}
#book1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#book2 {
	margin-top:30PX;
}
#book2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#book3 {
	margin-top:120PX;
}
#book3 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#book4 {
	margin-top:490PX;
}
#book4 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:15PX;
}
html>body #book2 {
  margin-top:25PX;
}
html>body #book3 {
  margin-top:85PX;
}
html>body #book4 {
  margin-top:405PX;
}
