/* CSS Document */
/*--------- basic styling ------------*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
 #rightPhoto1, #rightPhoto2, #rightPhoto3, #rightPhoto4 {
	font: 11px/12px Georgia, "Times New Roman", Times, serif;
	color: #E9CC73;
	text-align: left;
	padding: 3px;
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	width: 270px;
	
}
#rightPhoto4 {
	font: 11px/12px Georgia, "Times New Roman", Times, serif;
	color: #E9CC73;
	text-align: left;
	padding: 3px;
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	width: 130px;
	
}
#rigthPhoto1 {
	width: 260px;
}
#rigthPhoto2 {
	width: 400px;
	}
	#rigthPhoto2 {
	width: 340px;
	}
#leftPhoto1, #leftPhoto2, #leftPhoto3, #leftPhoto4, #leftPhoto5, #leftPhoto6 {
	font: 11px/12px Georgia, "Times New Roman", Times, serif;
	color: #E9CC73;
	text-align: left;
	padding: 3px;
	float: left;
	margin: 2px 5px 2px 0px;
}

#leftPhoto1 {
	width: 265px;
}
#leftPhoto2 {
	width: 500px;
	clear: left;
	margin-right: 200px;
}
#leftPhoto3 {
	width: 330px;
}
#leftPhoto4 {
	width: 240px;
}
#leftPhoto5 {
	width: 315px;
}
#leftPhoto6 {
	width: 410px;
}
.imageBoarder1 {
	border: 1px solid #31302B;
	padding: 4px;
	margin-bottom: 5px;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Centers the page content container in IE 5 browsers. */
	background: #666 url(images/maroon_tfb_bk3.png);
}
#oneWrapper {
	background: url(images/man_web.png) no-repeat right top;
	height: 1500px;
	width: 1100px;
}

#twoWrapper {
	background: url(images/woman.png) no-repeat 40px 50px;
	height: 1500px;
	width: 1100px;
}
#outerWrapper {
	
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.mainQuotes {
	font: italic 18px/22px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	background: url(images/3D_100_72.png) no-repeat left top;
	padding-left: 110px;
}
.mainQuoter {
	font: 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: right;
	margin-left: 50px;
}

h1 {
	font: 24px/24px Georgia, "Times New Roman", Times, serif;
	color: #D0A864;
	margin-bottom: -12px;
	text-align: center;
}
#eBookText h1 {
	font: 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF4;
	text-align: center;
	text-decoration: underline;
}
#eBookText h1 a {
	font: 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
}
#eBookText h1 a:hover {
	color: #D0A864;
	text-decoration: underline;
}
h2 {
	font: normal 16px/28px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
}
h3 {
	font: normal 16px/28px Georgia, "Times New Roman", Times, serif;
	color: #E9CC73;
}
h4 {
	font: normal 14px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
h5 {
	font: normal 14px/24px Georgia, "Times New Roman", Times, serif;
	color: #E9CC73;
}
h6 {
	font: normal 12px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

#quill {
	background: url(images/3D_250_72.png) no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	left: -15px;
	top: 325px;
	float: left;
	z-index: 1000;
}
#wrapper .mainText2 {
	background: url(images/textBackground.png) repeat 20px;
	padding: 0px 25px 0px 50px;
	height: 100%;
	width: 675px;
	margin: 0px;
	
}
#wrapper #mainText {
	background: url(images/textBackground.png) repeat 20px;
	padding: 0px 25px 0px 50px;
	height: 100%;
	width: 675px;
	margin: 0px;
	text-align: right;
}


/*#wrapper #tableContent {
	padding: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #BB6F0C;
	z-index: 100;
	color: #F7D87A;
	text-align: center;
}*/
.leftImage  {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 2px;
	border: 2px solid #AE9941;
}
.leftImage2  {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 2px;
	padding: 4px;
	
}
.leftImage3  {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 2px;
	border: 1px solid #44433D;
}
.rightImage  {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 2px;
	border: 2px solid #AE9941;
}
.rightImage2  {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 2px;
}
.center {
	align: center;
	border: 2px solid #AE9941;
	
}
 
	
.orn1 {
	background: url(images/orniment1.png) no-repeat center center;
	margin-top: 10px;
}
/*To fix up all versions of IE, use these CSS commands:*/


/*----------- position container elements ------*/

#mainNav {
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}


#wrapper #quill {
	float: left;
	height: 298px;
	width: 252px;
	position: absolute;
	left: 885px;
	top: 35px;
	z-index: 1000;
}
#tail1 {
	text-align: center;
	margin-left: 300px;
}
#wrapper #mainText .topOrniment {
	background: url(images/0919top.png) no-repeat center bottom;
	height: 40px;
	margin-top: 15px;
}
#wrapper #mainText .bottomOrniment {
	background: url(images/0919bottom.png) no-repeat center top;
	height: 40px;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
#mainText h1 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #DAB677;
	margin-top: 20px;
	padding-top: -20px;
	text-align: center;
}
.storyText {
	font: normal 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	
}
.storyText a {
	font: normal 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	text-decoration: underline;
}
.storyText a:hover {
	color: #E9CC73;
	text-decoration: none;
	
}
.storyText2 {
	font: normal 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	text-indent: 2em;	
}
#mainText {
	text-align: left;
}
#articleBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
.onminentText1 {
	font: normal 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	background: url(images/sq_orn2.png) no-repeat left top;
	padding: 3px 0px 0px 45px;
}
.onminentText2 {
	font: normal 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	background: url(images/round_orn1.png) no-repeat left top;
	padding: 3px 0px 0px 45px;
}
#clear {
	clear: both;
	
}
#header {
	position: relative;
}


#wrapper {
	width:750px;
	padding: 10px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#wrapper #titleHead a #titleImage {
	margin-left: 95px;
}
#wrapper #titleHead {
	background: url(images/tfb_header-panel.png) repeat-x;
	height: 75px;
	padding-top: 20px;
	border-top: 2px solid #BB6F0C;
}
#apDiv2 {
	background: url(images/man_web.png) no-repeat;
	z-index: 1;
}
 #chapterText {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	text-indent: 2em;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 40px;	
}
#chapterText2 {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 40px;	
	
}
#topLinks {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #D0A864;
	text-align: center;
	width: 100%;
	margin: 10px 0px;
}
#topLinks a {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #D0A864;
	text-align: center;
	text-decoration: underline;
}
#topLinks a:hover {
	color: #FFF;
	text-decoration: none;
}
#wrapper #mainText .paraTwo {
	font: 18px/30px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	padding: 5px;
}
.indentOffThePage {
	text-indent: -9000px;
}
#mainNav {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #D1AA66;
}
#bookImage1 {
	float: left;
}
#mainText .references1 {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: #E9CC73;
	padding-left: 150px;
	text-align: left;
}
#wrapper #mainText #chapterHead {
	text-align: center;
	margin-right: 20%;
	margin-left: 20%;
}
.mainQuoter p {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#twoWrapper #oneWrapper #outerWrapper #wrapper #mainText .mainQuotes .storyText {
	font-style: italic;
}
.quoterBold {
	font-weight: bold;
}
.quotBold {
	font-weight: bold;
	font-style: italic;
}
.centerImage1 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 260px;
}
.amazonButton {
	text-align: center;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}
.centerText2 {
	font: 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
	display: block;
}
#listOne {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#mainText #FooterText {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
}
#mainText #FooterText a {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#mainText #FooterText a:hover {
	color: #E9CC73;
	text-align: center;
	text-decoration: underline;
}
#bookImage {
	width: 355px;
	float: right;
	margin-left: 5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#bookImage2 {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	height: 270px;
	width: 230px;
	text-align: center;
}
.shippingPrices {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
.fiveStar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/5stars.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	font-style: normal;
}
#tlHeader {
	background: url(images/parchment_top1.png) no-repeat left top;
	height: 170px;
	width: 100%;
}
#tlHeader h1 {
	color: #FFF;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#tlText h2 {
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#tlText h3 {
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #C27C6C;
	margin-bottom: -12px;
}
#tlText {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #500000;
	width: 500px;
	padding-left: 100px;
	text-align: left;
}
#tlContent {
	background: url(images/parchment_middle.png) repeat-y;
	margin-top: -20px;
	height: 5390px;
}
#tlText a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #621827;
	text-decoration: none;
}
#tlText a:hover {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
}
#tlContent2 {
	background: url(images/parchment_middle.png) repeat-y;
	margin-top: -20px;
	height: 5700px;
}
#tlContent3 {
	background: url(images/parchment_middle.png) repeat-y;
	margin-top: -20px;
	height: 6350px;
}
#tlContent h5 {
	font: italic 12px/12px Georgia, "Times New Roman", Times, serif;
	color: #500000;
}
.tlCaption {
	font: italic 12px/12px Arial, Helvetica, sans-serif;
	color: #575757;
	text-align: center;
}
#tlHeader a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: underline;
	text-align: center;
}
#tlHeader a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #AA000C;
	text-decoration: none;
}

#tlBottom {
	background: url(images/parchment_bottom.png) no-repeat;
	height: 96px;
	margin-top: -20px;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}
#tlBottom a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: underline;
	text-align: center;
}
#tlBottom a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #AA000C;
	text-decoration: none;
	text-align: center;
}
.textRight {
	text-align: right;
}
