@charset "utf-8";
.bodyHome {
	background-image: url(assets/homeBkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodySub {
	background-color: #d7dedc;
	
	background-repeat: repeat-x;

}
.whole {
	width: 1100px;
	position: relative;
	margin: auto;
	background-repeat: no-repeat;
	margin-top:-20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.content {
	width:960px;
	background-color:#d7dedc;
	padding-left: 80px;
	padding-right: 80px;
	padding-top:80px;
	margin-bottom:-5px;
	color: #333;
}
@font-face {
	font-family: 'bell';
	src: url('fonts/BELL.TTF'); 
	format:('truetype');
}
.navHome {
	font-family: bell;
	margin-top:100px;
	padding-top:20px;
	padding-bottom:18px;
	padding-left:70px;
	background-color:#FFF;
	font-size: 20px;
	color: #0a1b26;
}
.justify-poem{
	text-align: justify!important;
	width: 560px;
	line-height: 1.5;
}
.back {
	position: absolute;
	top: 160px;
}

.navSub {
	font-family: bell;
	padding-top:115px;
	padding-bottom:23px;
	padding-left:75px;
	background-color:#FFF;
	font-size: 20px;
	color: #0a1b26;
}
.navHome a:link { 
  color: #0a1b26;
}   
.navHome a:visited { 
  color: #0a1b26;
}    

.navHome a:hover {
	color: #265284;
}  
.navSub a:link { 
  color: #0a1b26;
}   
.navSub a:visited { 
  color: #0a1b26;
}    

.navSub a:hover {
	color: #265284;
}
.logo {
	margin-top: -100px;
	float: right;
	margin-right: 70px;
	width:100px;
}
.name{
	color:#FFF;
	font-family: bell;
	text-align: right;
	margin-right: 180px;
	font-size: 32px;
	margin-bottom:-90px;
	margin-top: 25px;
	h-Offset:5px;
	text-shadow: 2px 2px 4px #000000;	
}
.name-sub{
	color:#000000;
	font-family: bell;
	text-align: right;
	margin-right: 180px;
	font-size: 32px;
	margin-bottom:-90px;
	margin-top: 25px;
	h-Offset:5px;
	
}
h1 {
	color:#265284;
	font-family:bell;
	font-size:24px;
	padding-bottom:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:left bottom;
	background-image: url(assets/h1.png);
}
h2{
	font-size: 22px;
}
h3{
	color:#265284;
	font-family:bell;
	font-size:20px;
}
h4{
	font-size: 16px;
}
.footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.featured {
	float: right;
	width: 550px;
	height: 2000px;
	padding-left:45px;
}
.left {
	background-image: url(assets/left.jpg);
	float: left;
	height: 3000px;
	width: 144px;
	margin-left: -144px;
	margin-top: -5px;
	background-repeat: repeat-y;
}
.img {
	border: thin solid #0A1B26;
	margin:7px;
}
.book {
	float: right;
	width: 280px;
	background-color: #FFF;
	padding: 10px;
	margin-right: 0px;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 10px;
}
