@font-face {
    font-family: 'isbellbold';
    src: url('../fonts/isbell_bold-webfont.eot');
    src: url('../fonts/isbell_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/isbell_bold-webfont.woff2') format('woff2'),
         url('../fonts/isbell_bold-webfont.woff') format('woff'),
         url('../fonts/isbell_bold-webfont.ttf') format('truetype'),
         url('../fonts/isbell_bold-webfont.svg#isbellbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
#comingSoon{
	position:absolute;
	left:0px;
	top:75px;
	width:130px;
	text-align:center;
	font-size:16px;
}
#comingSoon a, #comingSoon a:hover, #comingSoon a:active, #comingSoon a:focus{
	color:#000;
	font-size:16px;
	text-decoration:none;
}
#comingSoon .imageHolder{
	display:block;
	width:100%;
	background:url("../img/comming-soon-bg.jpg") left 50% repeat-x;
}
#comingSoon .imageHolder img{
	margin:0px auto;
}
.bookPage h1, .bookPage h2, .bookPage h3, .bookPage h4, .bookPage h5{
	font-family: 'isbellbold' !important;
}