@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../img_s/bg3.jpg);
	background-repeat: repeat;
	background-color: #b5a690;
	color: #1f0d06;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}


a {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}

img {
	border-width: 0;
}
img a {
	border-width: 0; 
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #333;
}


/*Layout*/
#scrapBook {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url(../img_s/upperBG2.jpg);
	background-repeat: repeat-x;
}

#woollenCap {
	width: 700px;
	height: 72px;
	background-image: url(../img_s/header2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

#hardCover {
	width: 700px;
	height: 409px;
	background-image: url(../img_s/home2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #b5a690;
	overflow: hidden;
}
#shoeBox {
	width: 100%;
	background-image: url(../img_s/shoeBoxLid2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#writtenWord{
	position: absolute;
	top: 0px;
	left: 155px;
	width: 530px;
	height: 100%;
	z-index: 77;
}

#notes {
	position: absolute;
	top: 0px;
	left: 680px;
	width: 175px;
	z-index: 33;
}

.redTxt {
	color: #5d2414;
}

/*Nav*/
#tableOfContents {
	width: 151px;
	height: 409px;
	overflow: hidden;
	padding-top: 30px;
	text-decoration: none;
}
.chapters {
	width: 110px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #3e2f25;
	background-image: url(../img_s/btnBg2.png)!important;
	background-image: none;
	background-position: top right;
	display: block;
	text-decoration: none;
	padding-left: 40px;
}
.chapters a:link, .chapters a:visited {
	text-decoration: none;
}

.chapters a:hover {
	color: #4f2e3e;
	text-decoration: none;
}


/*footer*/
#shoe {
	padding-left: 10px;
	font-size: 9px;
	color: #1f0d06;
}
#shoe a:link, #shoe a:visited {
	color: #333;
	text-decoration: none;
}

#shoe a:hover, #shoe a:active {
	text-decoration: none;
	color: #333;
	border-bottom: dotted #333 1px;
}
