/*---------------------------------------------------------------------
HTML
----------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	background-image: url(/images/header-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
}
html,body,th,td,input,textarea,select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link{
	color: #0000FF;
}
a:visited{
	color: #6666FF;
}
a:hover,
a:active{
	color: #000099;
}

.clearline{
	height: 1px;
	clear: both;
}
/*---------------------------------------------------------------------
Header
----------------------------------------------------------------------*/
#header{
	width: 780px;
	height: 249px;
	margin: 0 auto;
	padding: 0;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#share{
	padding: 216px 0 0 592px;
}

/*---------------------------------------------------------------------
Navigation
----------------------------------------------------------------------*/
#nav{
	width: 654px;
	padding: 5px 0 40px 0;
	margin: 0 auto;
}
#link-01, #link-02, #link-03, #link-04, #link-05{
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
}
#link-01{
	background-image: url(/images/nav/buy-the-book.gif);
	width: 118px;
}
#link-02{
	background-image: url(/images/nav/other-sites-of-interest.gif);
	width: 189px;
}
#link-03{
	background-image: url(/images/nav/about-the-author.gif);
	width: 145px;
}
#link-04{
	background-image: url(/images/nav/appearances.gif);
	width: 118px;
}
#link-05{
	background-image: url(/images/nav/contact.gif);
	width: 76px;
	margin: 0;
}

/*---------------------------------------------------------------------
Footer
----------------------------------------------------------------------*/
#footer{
	width: 654px;
	padding: 3em 0;
	margin: 0 auto;
	clear: both;
}
#textlinks{
	float: left;
	width: 520px;
	font-size: 11px;
}
#publisher{
	float: right;
	width: 108px;
}

