
	body {
		color: #333333;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 13px;
		margin:0px;
		padding:0px;
		text-align:center;
		background:#205c82;
	}

#container {
	width:800px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background:white;
}
.logo {
	float:left;
	width:110px;
	height:125px;
}
.headerTitle {
	float:left;
	width:635px;
	height:52px;
}
.navImage {
	float:left;
	height:30px;
	
}
img {
	border:none;
}
.navMenu {
	float:right;
	margin-right:50px;
  margin-top:5px;

}
.textWrapper {
	width:390px;
	float:left;
	margin-left:105px;
	font-size:13px;
	

}
.imageWrapper {
	width:240px;
	float:right;
	margin-right:55px;
}

.bookTextWrapper {
	width:390px;
	float:left;
	margin-left:105px;
}

.bookImageWrapper {
	float:right;
	width:235px;
	margin-right:55px;
}


	p {
		color				: #000000;
		font-family		: Verdana, Arial, Helvetica, Sans-Serif;
		font-size			: 13px;
		font-style		: normal;
		font-weight		: normal
	}
	
	a {
		color						: #666666;
		font-family				: Verdana, Arial, Helvetica, Sans-Serif;
		font-style				: normal;
		font-weight				: normal;
		text-decoration		: none
	}
	
	a:hover {
		color						: #336699;
		text-decoration		: none
	}
	
	#footer {
		color					: #666666;
		font-family			: Verdana, Arial, Helvetica, Sans-Serif;
		font-size				: 9px;
		background:#cccccc;
		padding:10px 0 10px 0;
	margin-top:15px;
	}
	
	sub {
		font-family			: Verdana, Arial, Helvetica, Sans-Serif;
		color					: #336699;
		font-size				: 13px;
		font-style			: normal;
		font-weight			: bold
	}
	
	.bold {
		font-weight			: bold
	}

  .firstLine, .secondLine, .thirdLine {
  font-weight:bold;
  font-size:18px;

  }

  .secondLine {
    margin-left:15px;
  }
  .thirdLine {
    margin-left:30px;
  }

  .homeBookTitle {
    font-weight:bold;
    font-size:20px;
    color:#205C82;

  }
