.MainBody {
	font : normal normal 12px/18px Georgia;
	color : #535449;
	padding : 15px;
}

.MainBody .Pic{
   border : thick #ffcc33 double;
}

.Menu {
	font : bold normal normal 12px/16px Arial, Helvetica, sans-serif;
	padding : 15px;
}

.Menu .Sub {
	color : FireBrick;
	font : small-caps 14px;
}

.Menu A {
	color : DarkGreen;
	text-decoration : none;
}

.Menu A:Hover{
	text-decoration: underline;
}

.Book .Title{
	
   background-color : White;
   	background-image : url(images/Books_Title_BG.png);
	background-repeat : repeat-y;
	text-align:center;
}

.Book .Title .TitleText {
		font-size : 16px;
		font-variant: small-caps;
		font-weight : bold;
		padding :10px;
}

.Book  {
	width : 500px;
	border : thin outset Silver;
	color : #535449;
	background-color : #B9AA99;
	font-family : Georgia;
	background-image : url(images/Books_BG.png);
	background-repeat : repeat-y;

}

.Book .Category {
	background-color : #535449;
	border : thin outset white;
	color : #FF6600;
	font-size : 14px;
	padding : 3px;
	font-weight : bold;
	text-align : center;
	background-image : url(images/Books_Category_BG.png);
	background-repeat : repeat-x;
	font-variant : small-caps;
	text-decoration : none;
}

.Book .Cover {
    width : 142px;
}

.justify {
   font-stretch : wider;	
   text-align : justify;
   padding-right : 5px;

}