body  {
	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: #FFFFFF;
	border-right-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	list-style-position: inside;
	list-style-type: circle;
}

.twoColFixRtHdr #container {
	width: 1055px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(file:images/bullet-paragraph.gif);
	list-style-type: none;
} 

.twoColFixRtHdr #header {
	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. */
	background-color: #FFFFFF;
} 

.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color:#FFFFFF;
	font-weight: normal;
	list-style-position: inside;
	list-style-image: url(file:images/bullet-paragraph.gif);
	list-style-type: none;
}

.twoColFixRtHdr #mainContent {
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #333333;
	margin-top: 0;
	margin-right: 375px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
	color: #000000;
} 

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
} 

.twoColFixRtHdr #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 */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}

#apDiv1 {
	position:absolute;
	width:640px;
	height:326px;
	z-index:1;
	left: 110px;
	top: 140px;
}

#AP-PageTitle {
	position:absolute;
	width:607px;
	height:auto;
	z-index:1;
	left: 35px;
	top: 00px;
	font-family: Verdana;
	font-size: 80px;
	font-weight: bold;
}

#apDiv2 {
	position:absolute;
	width:274px;
	height:36px;
	z-index:1;
	left: 726px;
	top: 220px;
	margin-top:0;
	background-repeat:no-repeat;
	padding-right: 0px;
	padding-left: 45px;
	background-color: #ffffff;
}

.AAA{
	font-family: comment that all is good from here on;
}

.SFDate{
	color: #FFFFFF;
	font-size: 9px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #888;
	text-decoration:blink;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.BookTitle {
	color: #C41230;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
}

.BookTitleH {
	color: #C41230;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
}

.BookTitleH:link {
	color: #888888;
	text-decoration: none;
}

.BookTitleH:visited {
	color: #888888;
	text-decoration: none;
}

.BookTitleH:hover {
	color: #614;
	text-decoration: none;
}

.BookTitleH:focus {
	color: #888888;
	text-decoration: none;
}

.BookTitleH:active {
	color: #888888;
	text-decoration: none;
}

.SideTitleH {
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 10pt;
	line-height:14pt;
	text-align: left;
	font-weight: normal;
}

.ButtonTitle {
	color: #888888;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 10pt;
	line-height:15pt;
	text-align: left;
	font-weight: normal;
}

.ButtonTitlex {
	color: #888888;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 12pt;
	line-height:15pt;
	text-align: left;
	font-weight: bold;
	border: 2px solid grey;
	padding: 2px;
;
}
.ButtonTitle:hover {
	color: #000;
	text-decoration: none;
}

.ButtonTitle:link {
	color: #888888;
	text-decoration: none;
}

.ButtonTitle:visited {
	color: #888888;
	text-decoration: none;
}

.ButtonTitle:active {
	color: #888888;
	text-decoration: none;
}

.SideTitle {
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 10pt;
	line-height:14pt;
	text-align: left;
	font-weight: normal;
}

.SideTitleH:hover {
	color: #888;
}

.FS1 {
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
}

.FS2 {
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}

.FST {
	color: #C41230;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
}

.CartCount {
	color: #C41230;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 9pt;
	text-align: left;
	font-weight: bold;
}

.CartList {
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 8pt;
	text-align: left;
	font-weight: normal;
}

.AuthorTitle {
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
}

.BookBody {
	color: #000000;
	font-family:Georgia, Palintino, "Courier New", serif;
	font-size: 10pt;
	line-height:14pt;
	text-align: left;
	font-weight: normal;
}

.CatBody {
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 10pt;
	text-align: left;
	line-height:14pt;
	font-weight: normal;
}

.CatBody:hover {
	color: #888;
}

.LetterPoint {
	color: #C41230;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 15pt;
	text-align: left;
	font-weight: bold;
}

.LetterList {
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}

.LetterList:hover {
	color: #888;
}

.CartError {
	color: #ff0000;
	font-family: Verdana, Tahoma, Helvetica san-serif;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}

	[if IE]> 
		<link href="mainie.css" rel="stylesheet" type="text/css" media="screen"> 
		<script type="text/javascript"> 
			onload = function() {content.focus()} 
		</script> 
	<![endif] 
 
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif].twoColFixRtHdr #container #mainContent div h3 {
	font-family: Verdana, Geneva, sans-serif;
}
#container #mainContent div h3 {
	font-family: Verdana, Geneva, sans-serif;
}
#container #mainContent div p {
	font-family: Verdana, Geneva, sans-serif;
}
#container #mainContent div h1 {
	font-family: Verdana, Geneva, sans-serif;
}
