@charset "utf-8";
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #00552B;
	background-color: #FFF;
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 1em;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #container {
	width: 255mm;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFEO; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
.oneColFixCtrHdr {
}


.oneColFixCtrHdr #header {
	padding: 0px;  /* 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. */
	background-color: #FFF;
	margin: 0px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.largetextcentered {
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 1.1em;
	color: #00552B;
	text-align: center;
}
.largetextjustified {
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 1.25em;
	color: #00552B;
	text-align: justify;
	font-weight: normal;
}
.bigtextcentred {
	font-family: "Bookman Old Style", "Book Antiqua", serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	color: #00552B;
	text-align: center;
	vertical-align: middle;
}


.oneColFixCtrHdr #mainContent {
	background: #FFFFEO;
	text-align: left;
	font-size: 1.25em;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

h1 {
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 2em;
	color: #00552B;
	text-align: center;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFEO;
}
.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 */
}
body {
	margin: 0px;
}
#leftbox {
	margin: 10px;
	float: left;
	height: auto;
	width: 45%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#rightbox {
	margin: 10px;
	padding: 10px;
	float: right;
	width: 45%;
	height: auto;
}
#centrebox {
	margin: 10px;
	padding: 10px;
	float: none;
	height: auto;
	width: 98%;
}
#imagebox {
	background-color: #FFF;
	width: auto;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	position: absolute;
}


p {
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	color: #00552B;
	text-align: left;
}
.mediumtextjustified {
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 1em;
	text-align: justify;
}

.largetextstrong {
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 1.5em;
	color: #00552B;
	font-weight: bold;
	text-align: center;
}
a:link {
	color: #008C46;
}
a:visited {
	color: #00552B;
}
a:active {
	color: #004000;
}
.boldtext {
	font-weight: bold;
	font-size: 1.25em;
}
.oneColFixCtrHdr #container #mainContent #form1 label {
	font-weight: normal;
	font-size: 1em;
}
.mediumtext {
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 1em;
	color: #00552B;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #form1 .center #button {
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	color: #FFFFEO;
	background-color: #004000;
	margin-right: 5mm;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #000;
	margin-left: 100mm;
}
.oneColFixCtrHdr #container #mainContent #form1 .center {
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent #form1 center {
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent #form1 .center #button2 {
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFEO;
	background-color: #004000;
	border: 1px solid #000;
	margin-left: 5mm;
	margin-right: auto;
}

.oneColFixCtrHdr #container #mainContent #form1 p label .mediumtext {
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 1em;
	color: #00552B;
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent #form1 text centered {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #form1 p center {
	text-align: center;
}
.center {
	text-align: center;
}
.bold {
}
.oneColFixCtrHdr #container #mainContent #form1 p bold {
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #form1 p {
	font-weight: normal;
	font-size: 1em;
}


.mallredtext {
	font-size: .75em;
	color: #C00;
}
.bold {
	font-weight: bold;
	font-style: normal;
	font-size: .8;
}
.redalert {
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 1.25em;
	font-style: italic;
	color: #F00;
}
.redalertbold {
	font-weight: bold;
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 1.25em;
	color: #F00;
}
h2 {
	text-align: center;
}
.bookbox {
	background-color: #FFFFEO;
	font-size: 1em;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #666;
	margin-top: 20px;
	border-top-width: 0px;
	border-bottom-style: solid;
}
.thumbnail {
	margin: 5px;
	float: left;
	height: auto;
	width: 200px;
}
.booktext {
	margin: 5px;
	float: right;
	height: auto;
	width: 700px;
	font-size: 0.8em;
	text-align: left;
}
.buynow {
	background-color: #FFFFEO;
	float: left;
	width: 120px;
	margin: 0px;
}
#returntoshelf {
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 1em;
	font-weight: bold;
	color: #00552B;
	float: right;
	width: 250px;
	text-align: left;
}

.clearfloat {
	clear: both;
}
.italics {
	font-style: italic;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent .bookbox {
	text-align: left;
}
#bookcover {
	margin: 5px;
	float: left;
	width: 300px;
}
#bookblurb {
	margin: 5px;
	float: right;
	width: 600px;
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	font-size: 0.8em;
	color: #00552B;
}
.smalltext {
	font-size: .75em;
	font-family: "Bookman Old Style", "Book Antiqua", Garamond, serif;
	color: #00552B;
	text-align: left;
}
#bookdetails {
}
#bookcover {
	margin: 5px;
	float: left;
	width: 300px;
}
#contents {
	margin: 5px;
	float: right;
	width: 590px;
}
#widebookcover {
	float: left;
	width: 350px;
}
#contentssmaller {
	float: right;
	width: 540px;
}
.alignright {
	text-align: right;
}
.oneColFixCtrHdr #container #mainContent table tr td .mediumtext strong {
	text-align: center;
}

