@charset "UTF-8";
@import "base.css";
/*
#main {
	padding: 0;
	width: 630px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
} 

#main h1{
	margin-top: 10px;
	margin-bottom: 10px;
}
*/
#book{
	width:500;
	height:200;
	background-color:#E9E9E9;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 10px;
}

#book img{
	float: left;
	margin-right: 10px;
}

#caption{
	width: 320px;
	float: left;
	margin-left: 10px;
}

#caption h1{
	font-size: 1.5em;
	color: #333;
	margin-bottom: 5px;
}

#caption h2{
	font-size: 1.2em;
	margin-bottom: 5px;
}

#caption h3{
	text-align: right;	
}
#caption h4{
	
}

#caption p{
	line-height: 1.8em;
}


