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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 825px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/repeating_body_background.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(images/header_background.jpg);
	height: 128px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 95px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/body_background_with_image.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-top: 20px;
	margin: 0px;
}
h1 {
	font-size: 110%;
	font-weight: bold;
	color: #8C171D;
	margin: 0px;
	padding: 0px;
}
.isbn {
	font-size: x-small;
}
p {
	font-size: 90%;
}


.oneColFixCtrHdr #footer {
	padding: 0px;
	background-image: url(images/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	height: 381px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	color: #FFFFFF;
	padding-top: 350px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3E0000;
}
a:hover {
	text-decoration: underline;
	color: #3E0000;
}
a:active {
	text-decoration: none;
	color: #3E0000;
}
.BookDiv {
	width: 360px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	float: left;
}
.BookDivRt {
	width: 360px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	float: right;
}
.bookImg {
	float: left;
	margin-right: 5px;
	margin-bottom: 120px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #20222E;
	line-height: 130%;
}
.aboutNoelText {
	line-height: 150%;
}
.oneColFixCtrHdr #container #header h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header h1 a:hover {
	color: #CCC;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.line {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}

