
body,td,th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #999999;
	margin-top: 10px;
	text-align: center;
  	min-width: 780px;
    padding: 0px;
	background-image: url(images/bg_slice.gif);
  	background-repeat: repeat-x;
}

p {
	padding: 0px;
	line-height: 15px;
}
table.story {
	padding: 0px;
	line-height: 15px;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #003399;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}
.blackbold {
	font: bold normal 12px Arial, Helvetica, sans-serif;
	color: #999;
}
.redbold {
	font: bold normal 12px Arial, Helvetica, sans-serif;
	color: #990000;
}
.redbold2 {
	font: bold normal 12px Arial, Helvetica, sans-serif;
	color: #990000;
	
}
.reditalic {
	font: italic normal 12px Arial, Helvetica, sans-serif;
	color: #990000;
}

#wrapper {
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #999; 
}
#content {
  background-color: white;
  padding: 0;
}
#header {
	border: none
	padding: 0px 0px 10px 0px;
}
#nav {
	padding: 10px 0px 3px 0px;
	
}
#soon {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #999;	
}
#bio {
    border-bottom: 1px solid #999;	
	padding: 5px 0px 10px 0px;
}
#bio .portrait {
  float: left;
  margin: 0px 20px 5px 0px;
}
#bio p {
	width:550px;
	
}
#books {
	border: 1px solid #FFF;
	padding: 5px 0px 10px 0px;	
}
#books .header {
	padding: 0px 0px 15px 0px;	
}
#books .inner {
	border-bottom: 1px solid #999;
	padding: 10px 0px 10px 0px;	
}
#books .inner img {
  float: left;
  margin: 0 20px 5px 0;
}
#copyright {
	text-align:center;
	font: normal normal 9px Arial, Helvetica, sans-serif;
	padding: 5px 0px 10px 0px;
}
