@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:url(images/background.jpg) repeat;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:1.6;
	color:#666;
}

#outer{
	width:909px;
	height:auto;
	margin:0 auto;
	overflow:auto;
	padding:0 0 20px 9px;
	background:url(images/mainBackground.png) repeat-y;
}

#inner{
	width:900px;
	background:#fff;
	clear:both;
	float:left;
}

#bottom{
	width:900px;
	clear:both;
	float:left;
	padding:20px 0 0 0;
	background-color:#152141;
	background-image:url(images/bottomShadow.gif);
	background-repeat:repeat-x;
}

/*********************** Top ***************************/

#topBar{
	width:900px;
	height:217px;
	float:left;
	background:url(images/Title.jpg);
}

/*********************** Content ***********************/

#bookCover{
	clear:both;
	float:left;
	position:relative;
	margin:-110px 0 0 11px;
	z-index:100;
}

#content{
	width:380px;
	float:right;
	position:relative;
	z-index:200;
	margin:-9px 33px 0 0;
}

#bookInfo{
	font-size:16px;
}

#bookInfo strong{
	color:#CB2C24;
}

#buyNow{
	width:255px;
	height:75px;
	overflow:hidden;
	margin:20px 0 0 -5px;
}

#buyNowB:hover{
	margin-top:-75px;
}

#text{
	width:100%;
	clear:both;
	float:left;
	margin-top:15px;
}

#text p{
	width:95%;
	margin:12px 0 30px 0;
}

/************************* Bottom ************************/

#mascotBooks{
	width:166px;
	height:63px;
	background:url(images/mascotBooks.gif) 0 0 no-repeat;
	cursor:hand;
	cursor:pointer;
	margin-left:20px;
	float:left;
}

#mascotBooks:hover{
	background-position:0 -63px;
}

#rightLinks{
	float:right;
	height:32px;
	margin:0 20px 0 0;
	width:600px;
}

.bLink{
	margin:0 0 0 15px;
	float:right;
}

.bLink a{
	text-decoration:none;
	font:14px Arial, Helvetica, sans-serif;
	color:#868AB8;
}

.bLink p, .bLink div{
	float:left;
	margin:0;
}

.bLink p{
	margin:8px 9px 0 0;
}

#buyze, #facebook, #twitter{
	width:29px;
	height:32px;
}

#buyze:hover, #facebook:hover, #twitter:hover { background-position:0 -32px; }
#buyze{ background:url(images/buyze.gif) no-repeat; }
#facebook{ background:url(images/facebook.gif) no-repeat; }
#twitter{ background:url(images/twitter.gif) no-repeat; }

#copyright{
	clear:both;
	float:right;
	width:90%;
	text-align:right;
	font:10px Arial, Helvetica, sans-serif;
	color:#354167;
	margin:35px 20px 0 0;
}