@charset "utf-8";
/* CSS Document */

*{ margin: 0 auto; padding: 0; behavior: url('iepngfix.htc'); }

h1, h2{ font-weight: bold; line-height: 16px; font-family: Georgia, "Times New Roman", Times, serif; text-align: right; }
h1{ text-transform: uppercase; font-size: 17px; }
h2{ font-size: 13px; font-style: italic; }
a{
	font-weight: bold;
	font-size: 12px;
	color: #f4ff7e;
}
a:hover{ color: #ffffff; }

body{
	background: url(images/body.jpg) center top repeat-x #101010;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}

#wrapper { width: 960px; margin: 0 auto; padding: 0; }
.content, .footer { width: 960px; padding: 0; margin: 0 auto; }
.header{ background: url(images/header.jpg) center top no-repeat; overflow: hidden; height: 533px; width: 960px; padding: 0; margin: 0 auto; }

.header_fade{
	height: 285px;
	width: 368px;
	margin: 194px 91px 0px 501px!important;
	clear: both;
}
.clear { clear: both; }

.navigation{
	height: 54px;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

ul{
	height:54px;
	background: url(images/nav.jpg) center top no-repeat;
	width: 291px;
	margin: 0 91px 0 578px;
	padding: 0;
}

ul li, ul li a{
	height: 54px;
	display: block;
	margin: 0;
	padding: 0;
}

ul li{
	float: left;
	display: inline;
	list-style: none;
	text-indent: -9999em;
}

#home{ width: 44px; }
#author{ width: 52px; }
#book{ width: 37px; }
#contact{ width: 56px; }
#excerpt{ width: 55px; }
#buy{ width: 47px; }

#home a:hover, #home a.active{ background:  url(images/nav.jpg) 0px -54px no-repeat; }
#author a:hover, #author a.active{ background:  url(images/nav.jpg) -44px -54px no-repeat; }
#book a:hover, #book a.active{ background:  url(images/nav.jpg) -96px -54px no-repeat; }
#contact a:hover, #contact a.active{ background:  url(images/nav.jpg) -133px -54px no-repeat; }
#excerpt a:hover, #excerpt a.active{ background:  url(images/nav.jpg) -189px -54px no-repeat; }
#buy a:hover, #buy a.active{ background:  url(images/nav.jpg) -244px -54px no-repeat; }

.content{ height: 150px auto; }
*html .content{ height: 150px; }

.contenttext{
	width: 782px;
	padding-top: 20px;
	height: auto;
	margin: 0 91px 0 87px;
}
.html .contenttext{ height: 254px; }

.footer{ height: 67px;}
.footertext{
	width: 500px;
	padding-top: 10px;
	text-align:center;
	margin: 0 auto;
	color: #ffffff;
	border-top: 1px #666 dashed;
	font-size: 11px;
}

input{ width: 700px; }
textarea{ height: 100px; width: 700px; }
