* {
	margin:0;
	padding:0;
	}
	
body {
	background:#fff;
	font-family:verdana,helvetica,arial;
	font-size:62.5%;
	color:#303030;
	}
	
ul {
	margin-left:20px;
	margin-bottom:20px;
	}

li {	
	margin-bottom:5px;
	}
	
/* ====================================================================================== */


#splash {
	width:600px;
	height:532px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-266px;
	background-image:url('../images/closedBook.jpg');
	}
	
#splash a {
	display:block;
	width:600px;
	height:532px;
	}
	
/* ====================================================================================== */

#wrapper {
	width:960px;
	height:537px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-270px;
	margin-left:-480px;
	}
	
div#book {
	width:960px;
	height:464px;
	background-image:url('../images/bgBook.jpg');
	background-repeat:no-repeat;
	}


		
	div#book div#rightPage {
		width:430px;
		height:420px;
		margin:20px 45px 0 0;
		float:right;
		}	
		
	div#book div#rightPageNext {
		width:430px;
		height:350px;
		margin:20px 45px 0 0;
		float:right;
		}			

		div#book div#rightPage img.photo01 {margin:33px 15px; float:right;}
		div#book div#rightPage img.photo02 {margin:20px 15px;}
		div#book div#rightPage img.photo03 {margin:35px 15px;}
		
		
	div#book div#leftPage {
		width:405px;
		height:380px;
		margin:20px 0 0  55px;
		float:left;
		font-size:1.3em;
		}

		div#book div#leftPage a {
			color:#c00;
			font-weight:bold;
			}
			
		div#book div#leftPage a:hover {			
			#000;
			}
		
		div#book div#leftPage h2.about {
			width:336px;
			height:53px;
			margin:0 auto 20px;
			border-bottom:solid 1px #000;
			background-image:url('../images/h2AboutTheBook.gif');
			background-repeat:no-repeat;
			}

		div#book div#leftPage h2.pricing {
			width:146px;
			height:73px;
			margin:0 auto 20px;
			border-bottom:solid 1px #000;
			background-image:url('../images/h2Pricing.gif');
			background-repeat:no-repeat;
			}
			
		div#book div#leftPage h2.previews {
			width:173px;
			height:44px;
			margin:0 auto 10px;
			border-bottom:solid 1px #000;
			background-image:url('../images/h2Previews.gif');
			background-repeat:no-repeat;
			}			

		div#book div#leftPage h2 span {
			display:none;
			}

		div#book div#leftPage p {
			margin-bottom:20px;
			}

		div#book div#leftPage table {
			width:385px;
			margin:0 10px 20px 10px;
			}
			
		div#book div#leftPage td {
			height:22px;
			font-weight:bold;
			}
		
		div#book div#leftPage td.alignRight {
			text-align:right;
			}
		
		
	div#book div#leftPageFlip {
		clear:left;
		width:320px;
		height:40px;
		margin-left:80px;
		}

	div#book div#leftPageFlip div#previousPage {
		width:143px;
		height:36px;
		float:left;
		}
	
	div#book div#leftPageFlip div#previousPage a {
		width:143px;
		height:36px;
		display:block;
		background-image:url('../images/linkPrevious.gif');
		background-position:0 -36px;
		}
		
	div#book div#leftPageFlip div#previousPage a:hover {
		background-position:0 0;
		}
		
	div#book div#leftPageFlip div#nextPage {
		width:108px;
		height:36px;
		float:right;
		}
	
	div#book div#leftPageFlip div#nextPage a {
		width:108px;
		height:36px;
		display:block;
		background-image:url('../images/linkNext.gif');
		background-position:0 -36px;
		}
		
	div#book div#leftPageFlip div#nextPage a:hover {
		background-position:0 0;
		}
	
	div#book div#leftPageFlip a img {
		border:0;
		}
		
	div#book a.imageLink {
		display:block;
		width:277px; 
		height:137px;
		}
	
	div#book a.imageLink img {
		border:solid 1px #000;
		}

	div#book a.i {margin:10px 0 5px 0;}
	div#book a.ii {margin:10px 0 5px 100px;}
	div#book a.iii {margin:60px 0 5px 130px;}
	div#book a.iv {margin:10px 0 5px 10px;}	
	
/* ====================================================================================== */	

div#orderLink {
	clear:both;
	width:321px;
	height:73px;
	margin:0 320px;
	background-image:url('../images/orderYourCopy.gif');
	}
	
div#orderLink a {	
	width:321px;
	height:73px;
	display:block;
	}
	
