html {
	background-color: #333333;
	text-align: center;
	font-family: Georgia, Verdana, serif;
	font-size: 1em;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#main {
	background-color: #821122;
	width: 800px;
	height: auto;
	margin: 0px auto 10px auto;
	clear: both;
}
#main2 {
	background-color: #FCFCFC;
	width: 770px;
	height: auto;
	margin: 0px auto 0px auto;
	clear: both;
}
#banner {
	#background-color: #C59A6F;
	height: 150px;
	width: 100%
}
#container {
	text-align: left;
	padding: 15px 15px 10px 15px;
}
#left_pane {
	text-align: left;
	font-size: 0.8em;
	background-color: #FCFCFC;
	height: auto;
	width: auto;
	float: left;
	margin: 15px 20px 10px 10px;
}
IMG.centered {
	text-align: center;
	display: block;
	margin: 0 auto 0 auto;
}
ul.side {
	list-style-type: disc;
}
ul.book_list {
	list-style-type: disc;
	margin: 0px 0px 0px 240px;
}
a.side {
	color: #333333;
	text-decoration: none;
}
a.side:hover {
	color: #821122;
	text-decoration: underline;
}
#right_pane {
	text-align: left;
	margin: 10px;
	font-size: 0.9em;
	background-color: #FCFCFC;
	height: auto;
	width: 650px;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	overflow: auto;
}
#footer {
	height: 15px;
	width: 780px;
	background-color: #821122;
	clear: both;
	color: #CCCCCC;
	text-align: left;
	font-size: 0.7em;
	padding: 5px  5px 5px 15px;
}
#nav {
	height: 25px;
	width: 100%;
	background-color: #561420;
	padding-top: 5px;
	
}
#nav_shadow {
	height: 10px;
	width: 100%;
	background-image: url('images/nav_shadow2.jpg');
	background-repeat: no-repeat;
}
h1.page_title {
	font-size: 1.3em;
	color: #821122;
}
h1.book_title {
	font-size: 1.3em;
	color: #821122;
}
h2.book_title {
	font-size: 1.1em;
	color: #821122;
	margin-top: 20px;
}
.news_title {
	font-size: 1.2em;
	color: #821122;
	font-weight: bold;
}
.news_date {
	font-size: .75em;
	font-weight: bold;
	color:#999999;
	padding: 0px 0px 0px 20px;
}
.news_text {
	color: #333333;
	font-size: .9em;
	padding: 5px 0px 5px 10px;
	line-height: 1.5;
}
img {
	border: none;
}
.info .disclaim {
	font-size: 0.8em;
}
a.no_dec {
	text-decoration: none;
}
a.no_dec:hover {
	text-decoration: none;
}
a.nav_text {
	color: #CCCCCC;
	text-decoration: none;
}
a.nav_text:hover {
	color: #FCFCFC;
	text-decoration: none;
}
#pages {
	width: 770px;
	height: auto;	
	margin: 0px auto 0px auto;
	text-align: center;
	
}
.pages_text {
	color: #000000;
	font-size: 0.9em;
}
a.pages {
	color: #821122;
	font-size: 0.9em;
	text-decoration: none;
}
a.pages:hover {
	text-decoration: underline;
}

.tbl {  }
.tbl tr {  }
.tbl td {  }
.bold { font-weight: bold; }
	
/* colors:
561420  maroonish
821122  deep red
C59A6F  beige
333333  dark grey
CCCCCC  light grey
FCFCFC  white
*/

.edisonpic{
position: relative;
z-index: 0;
}

.edisonpic:hover{
background-color: transparent;
z-index: 50;
}

.edisonpic span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.edisonpic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.edisonpic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -90;
left: 70px; /*position where enlarged image should offset horizontally */

}