@charset "utf-8";

/* Abstraction v.0.5 (c) 2008 Britton Reeder-Thompson */

.book
{

	border: 1px solid #9fcbe8;
	
	width: 800px;	
	
}

.book .book_topbar
{

	position: relative;
	
	width: 100%;
	height: 20px;
	
	color: white;
	background-color: #9fcbe8;
	
	font-family: Arial;
	font-weight: bold;
	
	text-align: center;
	line-height: 20px;
	
	cursor: default;
	
}

.book .book_topbar .topbar_menu
{

	position: absolute;
	right: 5px;
	top: 0px;
	
	line-height: 20px;
	
	cursor: pointer;
		
}

.book .book_contents
{

	position: relative;
	
	width: 100%;
	height: 620px;
		
}
