body{
		margin:0px;
		padding:0px;
		background:url(images/background.jpg) repeat center center fixed;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
 		background-size: cover;
		width:100%;
		height:100%
}

p,h1,h2,h3,h4{
	margin:0px;
	padding:0px;
}

@font-face
{
font-family: Myriad Pro Regular;
src: url('MyriadPro-Regular.otf');
}


h1{
	font-family:Myriad Pro Regular;
	font-size:17px;
	color:#bfbfbf;
	font-weight:bold;
	float:left;
	padding:0 0 0 15px; 
}
h2{
	font-family:Myriad Pro Regular;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}

#main{
	width:950px;
	margin:100px auto;
}

.choose_box{
	background:url(images/heading-bg.png) repeat;
	height:37px;
	line-height:37px;
	width:209px;
	margin:0px auto;
	margin-bottom:50px;
}
.book_icon{
	padding:3px 0 0 10px;
	float:left;
}
.main_container{
	width:920px;
	margin:0px auto;
}
.book_container{
	width:212px;
	margin:0 8px 0 8px;
	float:left;
	overflow:hidden;
}
.book_title{
	background:url(images/book-heading-bg.png) repeat;
	height:21px;
	line-height:21px;
	width:196px;
	margin:15px 0 15px 7px;
	float:left;
}

.book_one{
	width: 208px;
	height: 292px;
	margin: 0px auto;
	transition: .65s;
	-webkit-transition: .65s;
	-moz-transition: .65s;
	
}
.book_one:hover {
	height:282px;
	margin-top:10px;
	transition: .65s;
	-webkit-transition: .65s;
	-moz-transition: .65s;
}


.copyright{
	width:100%; position:absolute; bottom:0%; text-align:center; color:#818181; text-shadow:#080808 1px 1px 1px; font-family:Myriad Pro Regular; font-size:11px; padding-bottom:25px;
}

.bottom_menu{background:url(images/menu-bg.jpg) repeat-x; height:33px; width:100%; border-top:4px solid #000000;}
			.bottom_menu ul{margin:0px auto; padding:0px; width:624px;}
			.bottom_menu ul li{display:block; list-style:none; float:left;}
			.bottom_menu ul li a{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#979696; font-weight:bold; height:33px; line-height:33px; display:block; text-decoration:none; padding:0 30px 0 30px;}
			.bottom_menu ul li a:hover{color:#2391e6; text-shadow:#010101 1px 1px 1px; text-decoration:none; background:url(images/menu-hover.jpg) repeat-x;}
			.bottom_menu ul li a.active{color:#2391e6; text-shadow:#010101 1px 1px 1px; text-decoration:none; background:url(images/menu-hover.jpg) repeat-x;}