body{
	margin:0;
	text-align:center;
	font:11pt times;
}
#content{
	margin:10px auto;
	text-align:center;
	width:733px;
	padding:0px 10px 0 10px;
	line-height:12pt;
}
#content div{
	text-align:left;
}
#aboutTheBook{
	float:left;
	width:480px;
}
#praise{
	float:right;
}

h1{
	font-size:20pt;
	margin:20px 0 0px 0;
}
a, h1, h2, h3, h4, h5, h6{
	color:#a54d24;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

span{
	margin:10px 0;
	display:block;
	width:210px;
	font-size:10pt;
}
hr{
	background:none;
	border:0px solid #000;
	border-top-width:1px;
	height:1px;
}

#wrapNavigation{
	width:100%;
	text-align:center;
	background:#ccc;
}
#wrapNavigation a{
	color:#9F1A00;
}
#wrapNavigation ul{
	display:inline-block;
	text-align:left;
	margin:0;
}
#navigation{
	padding:0;
	font-size:12pt;
}
#navigation > li{
	padding:0 10px 0 0;
	line-height:25px;
	margin:0;
	list-style:none;
	float:left;
	background:#ccc;
	font-weight:bold;
}
#navigation > li:before{
	content:' | ';
	padding-right:10px;
	background:#ccc;
}
#navigation > li:first-child:before{
	content:'';
	margin:0;
}
#navigation a.selected{
	font-style:italic;
}

#stores{
	padding:5px 10px;
	background:#ccc;
	border-top:1px solid;
	}
#stores li{
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
	font-size:11pt;
	}
#stores li:before{
	content:'| ';
	margin:0 5px;
}
#stores li:first-child:before{
	content:'';
	margin:0;
}

#previewBook{
	clear:both;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-365px;
}
#previewBook.hidden{
	display:none;
	overflow:hidden;
	width:1px;
	height:1px;
	visibility:hidden;
}
#hideAll{
	position:absolute;
	top:0;
	left:0;
	background:#000;
	opacity:.7;
	filter:alpha(opacity = 70);
}

#preview{float:left; margin-left:30px;}
#download{float:right; margin-right:30px;}

.clear{
	clear:both;
}