/* CSS Document */

.bannertop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #D7FFD7;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.bannercontent {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #00F;
	}
.bannerspacer {
	padding-top: 20px;
	}
.bannerbottom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 2px;
	background-color: #000;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	}
.bannerbottom a:link, .bannerbottom a:visited {
	color: #FF0;
	text-decoration: none;
  }
.bannerbottom a:hover, .bannerbottom a:active {
	color: #F00;
  }
.bannerbottom img {
	vertical-align: text-top;
  }
.bannerbottomspacer {
  padding-top: 40px;
 } 
.hot {
	color: #F09;
	}
.red {
	color: #F00;
  }
.freebooks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	background-color: #FFFF00;
	border-style: solid;
	border-width: 2px;
	border-color: #FF0000;
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	}
.freebooks a:link, .freebooks a:visited {
	color: #FF0000;
	text-decoration: none;
	}
.freebooks a:hover, .freebooks a:active {
	color: #000000;
	text-decoration: none;
	}
.clear {
	clear: both;
	}
.donation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	background-color: #E7CEFF;
	border-style: solid;
	border-width: 2px;
	border-color: #6500CA;
	float: right;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	}
.donation a:link, .donation a:visited {
	color: #9300F4;
	text-decoration: none;
	}
.donation a:hover, .donation a:active {
	color: #FF33FF;
	text-decoration: none;
	}
.googlesitesearch {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFF66;
	border-width: 1px;
	border-style: solid;
	border-color: #FF9900;
	}
.freebookgiveaway {
	background-color: #F06;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #FF0;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 5px;
	}
.freebookgiveaway a:link, .freebookgiveaway a:visited {
	color: #FF0;
	text-decoration: none;
	}
.freebookgiveaway a:hover {
	color: #FFF;
	}
.freebookgiveaway a:active {
	color: #000;
	}
.interest {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #03C;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	}
.interest a:link, .interest a:visited {
	color: #FF0;
	text-decoration: none;
	}
.interest a:hover {
	color: #FC0;
	text-decoration: none;
	}
.interest a:active {
	color: #FFF;
	text-decoration: none;
	}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.shadowreality {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #903;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	}
.shadowreality a:link, .shadowreality a:visited {
	color: #FF9;
	text-decoration: none;
	}
.shadowreality a:hover {
	color: #FC0;
	text-decoration: none;
	}
.shadowreality a:active {
	color: #000;
	text-decoration: none;
	}
.imgmiddle {
 vertical-align: text-bottom;
  }
/*USED ON ONLINE BOOKS PAGE--->*/
.container {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
.container img {
	border-style: solid;
	border-color: #0000FF;
	border-width: 1px;
	margin-top: 5px;
	margin-bottom: 2px;
	}
.container img.noborder {
	border-width: 0px;
	}
/*<---USED ON ONLINE BOOKS PAGE*/
.smaller {
	font-size: 0.9em;
	}
.noimgborder {
	border: none;
	}
.onepixelimgborder {
	border-width: 1px;
	border-style: solid;
	}
/*index page columns*/
.indexbox {
	margin-left: auto;
	margin-right: auto;
	width: 796px;
	background-color: #FC9;
	border-color: #000;
	border-style: solid;
	border-width: 2px;
  }
.floatleftbox {
	float: left;
	width: 180px;
	text-align: center;
  }
.textindexbox {
	padding-right: 20px;
	color: #900;
  }
.textsmallerlist li {
	font-size: 0.8rem;
 }