body {
	
	background: url(bg_body.jpg) repeat-x 50% 0;
	color: #333;
	
	font-family: Helvetica, sans-serif;

}




/* Menu */
#menu {
	margin-left: 5px;
	height: 29px;
}

#menu ul {
	margin-left: -40px;
	padding: auto;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin: auto;
	display: block;
	height: 22px;
	width: 90px;
	padding: 7px 8px 0px 8px;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: navy;
	border-right: 1px solid gray;
}

#menu a:hover {
	color: white;  
	text-decoration: none; 
}

#content p {
	color: white;
	margin-left: 40px;
	margin-top: 15px;
}



#content h2{

	clear: left;
	color: white;
	margin: 15px 0px
 0px 40px;	
}


#content a {
	color: navy;
}

#content a:hover {
	text-decoration: none;
	color: white;  
}

#book {
	
	background: url("book.png") no-repeat;
	
	position: absolute;
	
	width: 1600px;
	
	height: 635px;
	
	left: 50%;
	
	top: 50%;
	
	margin-left: -1000px;
	
	margin-top: -300px;

}



#pages section {

	background: url("paper.png") no-repeat;
	
	display: block;
	
	width: 800px;
	
	height: 625px;
	
	position: absolute;
	
	left: 800px;
	
	top: 0px;
	
	overflow: hidden;

}
		

#pages img {
	margin-top: -15px;
}

#pageflip-canvas {
	
	position: absolute;
	
	z-index: 100;

}




