* {padding:0;
	  	 		margin:0;
	 	}

body
	{
		background: #993233; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
		color: #993233; font-size: x-small;
		
	}
	img {border: none;}
		
	/* Horizontal Align -- Horizontal & Vert Align Technique from Web Page Design for Designers -- 
	http://www.wpdfd.com/editorial/wpd0103.htm#toptip  via Hicksdesign.co.uk -- which helped me grok this technique, 
	also inspired the visual design of this site */
	
	#zontal {position: absolute; top:80px; left:0px;}
	
	/* hack\*/
	
	#zontal 
	
	{
		background-color: transparent;

		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		margin-top: -270px;
		
		overflow: visible;
		min-width: 850px;
	}
	/* end  hack */
	
	#content /*Index Content Box */
	{
		width: 750px;
		margin: 0px auto;
		position: relative;
		height: 500px;
		visibility: visible;
		background: #FBF9ED;
		border: 2px black solid;
	
	
		
	}
	.nav {line-height: .02em; margin: 0px; padding:0px;} 
	
	a
{
	color: #993233;
	text-decoration: none;
	font-size: small;
}

a:link
{
	color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: small;
}

a:visited
{
	color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: small;
}

a:active
{
	color: #993233;
	font-size: small;
}

a:hover
{
	color: #7C2230;
	font-size: small;
}    
	
#inside
{
margin-left:45px;
margin-right: 5px;
}


.ts_header {text-align:left; margin-bottom: 10px;margin-top: 30px;}

.signature { float:left; margin-top: 25px;margin-right: 25px;}

.books_links1 a
{
	color: #993233;
	text-decoration: none;
	font-size: large; margin-left: 50px;
	text-decoration:underline;
}

.books_links1  a:
{
	color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: large;margin-left: 50px;
	text-decoration:underline;
}

.books_links1 a:visited
{
	color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: large;margin-left: 50px;
	text-decoration:underline;
}

 .books_links1 a:active
{
	color: #993233;
	font-size: large;margin-left: 50px;
	text-decoration:underline;
}

.books_links1 a:hover
{
	color: #7C2230;
	font-size: large;margin-left: 50px;
	text-decoration:underline;
}  

.books_links2 a
{
	color: #993233;
	text-decoration: none;
	font-size: large; margin-left: 20px;
	text-decoration:underline;
}

.books_links2 a:
{
	color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: large;margin-left: 20px;
	text-decoration:underline;
}

.books_links2 a:visited
{
	color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: large;
	text-decoration:underline;
}

 .books_links2 a:active
{
	color: #993233;
	font-size: large;
	text-decoration:underline;
}

.books_links2 a:hover
{
	color: #7C2230;
	font-size: large;
	text-decoration:underline; 
}  
	
	.books_links1 {text-align:left; margin:0px; padding:0px; }
.books_links2 {text-align:left; margin:0px; padding:0px; margin-top: 15px; }

.books_covers1 {padding:0px; position: relative; left: 45px; margin-top:10px;}	
.books_covers2 {margin:0px; padding:0px;margin-top:10px;}	

#quote {clear:left; margin-left: 45px; 
margin-top: 25px; width: 655px;  border: dashed 1px #993233;


 font-size: medium; font-weight: bold; font-variant: small-caps; padding: 10px; }
 
 
 #books_home /* "books nav rollover" technique used here 
	 learned at alistapart -- http://www.alistapart.com/articles/sprites/ -- article authored by David Shea*/
	{
    width: 698px; height: 227px;
    background: url(../../images/books_home.gif);
    margin: 0px auto; padding: 0; position:relative; top:0px; right:8px;
    }
  #books_home li {
    margin: 0; padding: 0; list-style: none;  position:absolute; top:0px;
    }
  #books_home li, #books_home a {
    height: 237px; display: block;}
    
  
#panel_rabbit {left: 0px; width: 133px;}
  #panel_zoot {left: 134px; width: 135px;  }
  #panel_mile {left: 270px; width: 137px;}
  #panel_day {left: 408px; width: 136px;}
  #panel_king {left: 547px; width: 135px;}
  
  
  #panel_rabbit a:hover {
    background: transparent url(../../images/books_home.gif)
    0px -238px  no-repeat;  }
    
    #panel_zoot a:hover {
    background: transparent url(../../images/books_home.gif)
    -133px -237px  no-repeat; }
    
    #panel_mile a:hover {
    background: transparent url(../../images/books_home.gif)
    -269px -237px  no-repeat;}
   
    #panel_day a:hover {
    background: transparent url(../../images/books_home.gif)
    -407px -237px  no-repeat; }
   
    #panel_king a:hover {
    background: transparent url(../../images/books_home.gif)
    -546px -237px  no-repeat;}
