html {
	margin: 0px;
  	padding: 0px;
}
body {
	background-color:#fff8ed;
	background-attachment:fixed;
	background-repeat:repeat-x;
	color: #666;
	margin: 0px;
  	padding: 0px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
#header {
	width: 1000px;
	text-align:left;
	margin: 0px auto 0px auto;
	z-index: 1000;
}
#content {
	width: 1000px;
	height: 660px;
	border: 0px solid #000;
	margin: 9px auto;
	-moz-box-shadow: 3px 3px 20px #000;
	-webkit-box-shadow: 3px 3px 20px #000;
	box-shadow: 3px 3px 20px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}
#text1 {
	width: 470px;
	margin: -180px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #000;
	line-height: 20px;
	padding: 11px;
	z-index: 100;
}
#textcontent p {
	display:block;
	width: 940px;
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #6c6c6c;
	line-height: 20px;
	padding: 8px 20px 8px 20px;
}
#textcontent p.normal {
	padding: 0px;
}
#textcontent ul {
	display:block;
	width: 940px;
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #6c6c6c;
	line-height: 20px;
	padding: 8px 20px 8px 20px;
}
h2 {
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#505050;
}
#textcontent a:link {
	color:#06F;
	text-decoration: underline;
}
#textcontent a:visited {
	text-decoration: underline;
	color:#06F;
}
#textcontent a:hover {
	text-decoration: none;
	color: #06F;
}
#textcontent a:active {
	text-decoration: underline;
	color:#06F;
}
.excerpts {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:40px;
}
.excerpts a:link {
	color:#06F;
	text-decoration: underline;
}
.excerpts a:visited {
	text-decoration: underline;
	color:#06F;
}
.excerpts a:hover {
	text-decoration: none;
	color: #06F;
}
.excerpts a:active {
	text-decoration: underline;
	color:#06F;
}

/***Slideshow**/
/*** set the width and height to match your images **/

#photos {
	z-index: 25;
}

#slideshow {
	position:relative;
	height: 334px;
	width: 1000px;
}

#slideshow IMG {
	position:absolute;
	top:10px;
	left:0px;
	z-index:8;
	opacity:0.0;
	border: 1px solid #000;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*** end slideshow **/

.ptextcolor {
	color: #F67032;
	text-shadow: 0.1em 0.1em 0.2em #333;
}
.stextcolor {
	color: #FEDC46;
	text-shadow: 0.1em 0.1em 0.2em #333;
}
.dtextcolor {
	color: #9DCC52;
	text-shadow: 0.1em 0.1em 0.2em #333;
}
#footer {
	width: 998px;
	border: 1px solid #000;
	background-color:#2b60ff;
	margin:0px auto 40px auto;
	padding-left: 2px;
}
.transparent {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#booksales {
	width: 400px;
	position:absolute;
	top: 624px;
	left: 408px;
}
