body, h2, p, h3 {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Helvetica, sans-serif;
	
}

#book {
	background: url("book.png") no-repeat;
	position: absolute;
	width: 1200px;
	height: 660px;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	margin-top: -325px;
}

#pages section {
	background: url("paper.png") no-repeat;
	display: block;
	width: 570px;
	height: 650px;
	position: absolute;
	left: 598px;
	top: 13px;
	overflow: hidden;
}
	#pages section>div {
		display: block;
		width: 570px;
		height: 650px;
		font-size: 16px;
	}
	#pages section p,
	#pages section h2 {
		padding: 3px 15px;
		line-height: 1.2em;
		text-align: justify;
		font-family: Verdana, Geneva, sans-serif; 
		color:#993300;
	}
	#pages section h2{
		margin: 15px 0 10px;
	}

#pageflip-canvas {
	position: absolute;
	z-index: 100;
}
#pages section h3{
	color:#000000;
font-family: "MS Serif", "New York", serif;
margin: 15px 0 10px;
padding: 3px 10px;
font-size: 30px;
font-weight:bold;
text-shadow: 5px 5px 5px #aaa;
font-style:italic;
text-align: center;
background:radial-gradient(ellipse at center center,#FFFFFF,#CCFF00);
border-style: hidden;border-width:thin;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:8px;}

#pages section w{
	color:#000000;
    font-style:italic;
	font-weight:bold;}