/* Global Properties*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
	background-color: #000000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.2em;
	padding: 0;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h1 {
	color: #520510;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

h2 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
}

a,  a:link {
	color: #520510;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #4D0000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #F9AD13;
	text-decoration: underline;
}

a:focus {
  color: #000;
}

a:active {
  color: #000;
}
/* Content */ 
  

#outerWrapper {
	text-align: left;
	width: 800px;
	background-image: url(../_images/sidebar-inside.jpg);
	background-repeat: repeat-y;
	background-color: #E9B673;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #990000;
}

#top {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px;
	background-image: url(../_images/inside-top-about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 311px;
	width: 800px;
}

#about #top {
	background-image: url(../_images/inside-top-about.gif);
}

#book #top {
	background-image: url(../_images/inside-top-books.gif);
}
#book-bones #top {
	background-image: url(../_images/inside-top-books-bones.gif);
}
#book-covenant #top {
	background-image: url(../_images/inside-top-books-covenant.gif);
}
#alzheimers #top {
	background-image: url(../_images/inside-top-alzheimers.gif);
}
#book-club #top {
	background-image: url(../_images/inside-top-bookclub.gif);
}
#contact #top {
	background-image: url(../_images/inside-top-contact.gif);
}

#sidebar {
	float: left;
	width: 235px;
	background-repeat: repeat-y;
}
#nav {
	padding-left: 51px;
	padding-top: 0px;
}

#content {
	margin-bottom: 0;
	margin-left: 235px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #E9B673;
	background-image: url(../_images/bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#book-info {
	float: right;
	width: 150px;
	background-color: #B9905B;
	font-size: 0.95em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px dotted #74111A;
}
.booksidebar {
	font-size: 0.95em;
	font-weight: bold;
	color: #6B3117;
	font-style: italic;
}
#tablelink a:link {
	color: #E9B673;
}
#tablelink a:visited {
	color: #993300;
}
#tablelink a:hover {
	color: #FFFFFF;
}

