body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFCC99 url(../images/darkapricot.jpg);
}
.bookbox {
	font-size: 90%;
	margin: 10px 10px 10px 40px;
	padding: 5px;
	width: 600px;
	background: #FFFFFF url(../images/darkapricotinv.jpg);
	border: 1px dashed #dd9966;
}
h1 {
	color: #a00;
	margin: 0px;
	padding: 0px;
	font: italic bold 2em "Times New Roman", Times, serif;
}
#viewcart {
	height: 50px;
	width: 100px;
	margin-top: 5px;
	margin-left: 250px;
	position: absolute;
	left: 50%;
	z-index: 10;
}


p {
	margin:0px 0px 16px 0px;
	padding:0px;
	font: .85em/1.8em verdana, arial, helvetica, sans-serif;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #a00;
}

#mainbox a:link {
	color:#a00;
	text-decoration: underline;
}
#mainbox a:visited {
	color:#a00;
	text-decoration: underline;
}
#mainbox a:hover {
	text-decoration: underline;
	border-bottom: 1px solid #d00;
	color: #DD0000;
}

#Header {
	margin:0px;
	padding:0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:100px;
	background-color:#FFBC88;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	background-image: url(../images/aquafade.jpg);
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline;
	background-repeat: repeat-x;
	z-index: 2;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
	margin:0px 210px 50px 10px;
	padding:10px;
	}

#Menu {
	position:absolute;
	top:155px;
	width:150px;
	padding:0px;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	left: 50%;
	font-size: 80%;
	margin-left: -390px;
	z-index: 8;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {
	width:130px;
	list-style: url(../none) none;
}

.excerpt {

	font-size: 90%;
	margin: 10px 10px 10px 40px;
	padding: 5px 20px;
	width: 600px;
	background: #FFFFFF;
	border: 1px dashed #dd9966;
}
h2 {
	color: #006699;
	font: bold 1.7em "Times New Roman", Times, serif;
	margin: 0px;
	padding: 10px 0em 0em;
}
#mainbox {
	font-size: 90%;
	margin-left:-210px;
	padding: 5px;
	width: 580px;
	background: #FFFFFF url(../images/apricotBGlite.jpg);
	border: 1px none #dd9966;
	position: absolute;
	left:50%;
	top: 100px;
	z-index: 7;
	margin-top: 0px;
}
.notecards {
	color: #22aaaa;
	background: #eeffff;
	font-style: italic;
}


	
	
#excerpt {
	font-size: 90%;
	padding: 20px;
	width: 530px;
	background: #FFFFFF;
	border: 1px dashed #dd9966;
	top: 0px;
}
#headerbox {
	margin-top:0px;
	margin-left:-210px;
	padding: 0px;
	width: 580px;
	position: absolute;
	left:50%;
	top: 0px;
	z-index: 9;
	height: 100px;
}
.clear {
	clear: both;
	float: left;
	height: 1px;
}

#horse {
	position:absolute;
	top:0px;
	width:150px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	left: 50%;
	margin-left: -390px;
	z-index: 6;
	margin-top: 0px;
}
.holmpage {
	color: #996633;
	text-decoration: none;
	margin: 5px;
	font-size: 70%;

}
.holmpage a:link {
	text-decoration: none;
	color: #996633;
	font-weight: normal;
	

}
.holmpage a:visited {
	text-decoration: none;
	

}
.holmpage a:hover {
	text-decoration: underline;
	

}
.holmpage a:active {
	text-decoration: underline;
}
	
#Leftbox {
	position:absolute;
	width:150px;
	padding:5px;
	background-color:#ffe9ab;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	left: 50%;
	border: 1px dotted #DD9966;
	font-size: 90%;
	margin-left: -380px;
	z-index: 9;
	top: 525px;
}
.item {
	border-bottom: 2px dotted #900;
	margin-bottom: 5px;
	padding-bottom: 5px;
	clear: both;
	width: 100%;
}
.imgleftclearleft {
	margin: 0px 7px 5px 0px;
	clear: left;
	float: left;
}
.imgrightclearright {
	margin: 0px 0px 5px 7px;
	clear: right;
	float: right;
}
