@charset "utf-8";
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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.box #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	position: relative;
	z-index: 0;
} 

.box #background {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	background-color: #AD894E;
}
.box #bottombackground {
	position: fixed;
	float:left;
	height: 20px;
	width: 40%;
	left: 630px;
	bottom: 0px;
	z-index: 50;
	background-color: #AD894E;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.box #bookcover {
	margin: 10px;
	position: fixed;
	top: 0px;
	height: auto;
	width: auto;
	z-index: 90;
	float: none;
	clear: left;
	left: 10em;
	
}
.box #sidebarleft {
	position: fixed;
	height: 667px;
	width: 9em;
	background-color: #BC9E6B;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	left: 10px;
	top: 10px;
	z-index: 70;
}
.box #copyrightcontainer {
	position:fixed;
	height: 10em;
	width: 9em;
	bottom: -90px;
	padding-right: 10px;
	padding-left: 1em;
	left: 1px;
}
.box #header {
	position: fixed;
	top: 0;
	left: 640px;
	height: auto;
	width: 40%;
	background-color: #000;
	color: #EEDE90;
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	z-index: 80;
	line-height: normal;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	border-top-width: 10px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #AD894E;
	border-right-color: #AD894E;
	border-bottom-color: #AD894E;
}

.box #maincontent {
	position: absolute;
	top: 98px;
	left: 640px;
	width: 40%;
	height: auto;
	background-color: #E3DFD3;
	z-index: 70;
	padding: 10px;
	margin-right: 10px;

} 

.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;
}
h1 {
	font-size: 125%;
	color: #F1DB90;
}
h2 {
	font-size: 125%;
	padding-bottom: -1em;
}
.allcap {
	position: relative;
	height: auto;
	width: auto;
	padding-right: 20px;
	font-weight: bold;
	font-variant: normal;
	font-size: x-large;
	line-height: 50%;
}.blockindent {
	position: relative;
	left: 10px;
	height: auto;
	width: auto;
	padding-right: 20px;
}
.smalltext {
	font-size:60%
}
.bullets ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: .25em;
}
