@charset "utf-8";
body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	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: #666666;
	background-attachment: fixed;
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #036;
	color: #A49161;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

#logocontainer
{
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#bookImage {
	height: 675px;
	width: 450px;
}
.centered {
	margin: auto;
}
#authorImage {
	height: 400px;
	width: 600px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #09173A;
}

.caption {
	font-size: 10pt
}

h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #112952;
}

h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #112952;
}
#mainContent {
	height: 800px;
}#promoCodeDisplay , #priceDisplay{
	font-size: large;
	font-weight: bold;
	color: #F00;
}
