body {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0;
	margin: 0;
	font: 14px/22px Palatino, Georgia, Times, Times New Roman, serif;
	color: #134;
	}
	
	body.page-author { background-image: url(../images/common/bg-author.jpg); }
	body.page-contact { background-image: url(../images/common/bg-contact.jpg); }
	body.page-prints { background-image: url(../images/common/bg-prints.jpg); }
	body.page-services { background-image: url(../images/common/bg-services.jpg); }
	body.page-home { background-image: url(../images/common/bg-home.jpg); }
	body.page-books { background-image: url(../images/common/bg-body.jpg); }
	body.page-booksIndex { background-image: url(../images/common/bg-books.jpg); }
	
#container { 
	width: 910px;
	display: block;
	padding: 40px 0 50px 0;
	position: relative;
	z-index: 2;
	}
	
#logo { 
	margin: 0 0 35px 28px;
	position: relative;
	z-index: 999;
	}
	
	#logo a { 
		display: block;
		height: 85px;
		width: 310px;
		background: url(../images/common/logo.png) no-repeat;
		text-indent: -5000px;
		text-decoration: none;
		outline: none;
		behavior: url(/scripts/iepngfix.htc);
		}
		
#leftColumn { 
	float: left; 
	width: 180px;
	min-height: 375px;
	height: expression('375px');
	}
		
#rightColumn { 
	float: left; 
	width: 730px;
	text-align: justify;
	}
	
#mainMenu { 
	width: 175px;
	margin: 0 0 30px 0;
	}
	
	#mainMenu ul { 
		list-style-type: none; 
		margin: 0;
		padding: 0; 
		}
	
	#mainMenu ul li { 
		width: 175px;
		line-height: 45px;
		}
		
	#mainMenu ul li a.menu { 
		display: block;
		width: 175px;
		line-height: 45px;
		background-position: 0 0;
		background-repeat: no-repeat;
		text-indent: -5000px;
		text-decoration: none;
		outline: none;
		behavior: url(/scripts/iepngfix.htc);
		}
		
		#mainMenu ul li a:hover { background-position: 0 -45px; }
		
		#mainMenu ul li.author a.menu { background-image: url(../images/menu/author.gif); }
		#mainMenu ul li.books a.menu { background-image: url(../images/menu/books.gif); }
		#mainMenu ul li.services a.menu { background-image: url(../images/menu/services.gif); }
		#mainMenu ul li.prints a.menu { background-image: url(../images/menu/prints.gif); }
		#mainMenu ul li.contact a.menu { background-image: url(../images/menu/contact.gif); }
		
		.page-author #mainMenu ul li.author a.menu,
		.page-books #mainMenu ul li.books a.menu,
		.page-services #mainMenu ul li.services a.menu,
		.page-prints #mainMenu ul li.prints a.menu,
		.page-contact #mainMenu ul li.contact a.menu
			{ background-position: 0 -90px; }

		.page-author #mainMenu ul li.author,
		.page-services #mainMenu ul li.services,
		.page-prints #mainMenu ul li.prints,
		.page-contact #mainMenu ul li.contact
			{ background-image: url(../images/common/bg-menuSelected.png); behavior: url(/scripts/iepngfix.htc); }
			
		.page-books #mainMenu ul li.books
			{ background-image: url(../images/common/bg-menuSelectedBooks.png); behavior: url(/scripts/iepngfix.htc); }
			
		
			
	ul#subMenu { 
		list-style-type: none; 
		margin: 0;
		padding: 0 0 15px 0; 
		background: url(../images/common/bg-subMenu.gif) no-repeat 0 bottom;
		display: block;
		}
	
	#subMenu li { 
		width: 175px;
		line-height: 32px;
		margin: 0 0 3px 0;
		}
		
	#subMenu li a.submenu { 
		display: block;
		width: 175px;
		line-height: 32px;
		background-position: 0 0;
		background-repeat: no-repeat;
		text-indent: -5000px;
		text-decoration: none;
		outline: none;
		height: 32px;
		}
		
		#subMenu li a.submenu:hover { background-position: 0 -32px; }
		
		#subMenu li.thirteen a.submenu { background-image: url(../images/menu/thirteen.gif); height: 20px; line-height: 20px; }
		#subMenu li.tennessee a.submenu { background-image: url(../images/menu/tennessee.gif); height: 20px; line-height: 20px; }
		#subMenu li.threemiles a.submenu { background-image: url(../images/menu/threemiles.gif); }
		#subMenu li.conversations a.submenu { background-image: url(../images/menu/conversations.gif); }
		#subMenu li.afternoon a.submenu { background-image: url(../images/menu/afternoon.gif); }
		#subMenu li.letters a.submenu { background-image: url(../images/menu/letters.gif); }
		#subMenu li.building a.submenu { background-image: url(../images/menu/building.gif); }
		#subMenu li.continuum a.submenu { background-image: url(../images/menu/continuum.gif); height: 20px; line-height: 20px; }
		
		#subMenu li.thirteen a.submenu:hover,
		#subMenu li.tennessee a.submenu:hover,
		#subMenu li.continuum a.submenu:hover 
			{ background-position: 0 -20px; }

		
		.page-threemiles #subMenu li.threemiles a.submenu,
		.page-conversations #subMenu li.conversations a.submenu,
		.page-afternoon #subMenu li.afternoon a.submenu,
		.page-letters #subMenu li.letters a.submenu,
		.page-building #subMenu li.building a.submenu
			{ background-position: 0 -64px; }
			
		.page-thirteen #subMenu li.thirteen a.submenu,
		.page-tennessee #subMenu li.tennessee a.submenu,
		.page-continuum #subMenu li.continuum a.submenu
			{ background-position: 0 -40px; }

					
#mainContent { 
	width: 630px;
	margin: 100px 0 30px 20px;
	}

	#homeContent { 
		width: 360px;
		width: expression('360px');
		margin: 0 0 40px 30px;
		padding: 12px 0 0 10px;
		}

	.dropcap {
		float:left;
		color:#235;
		font-family: Times, serif, Georgia;
		margin: -12px 2px 0 -10px;
		} 
						
#bottomSection { 
	display: block;
	text-indent: -5000px;
	margin: 20px auto 0;
	width: 880px;
	height: 90px;
	background: url(../images/common/bottomSection.gif) no-repeat 0 0;
	behavior: url(/scripts/iepngfix.htc);
	}

.clear { clear: both; height: 1px; }

img { behavior: url(/scripts/iepngfix.htc) }

a {
	text-decoration: underline; 
	color: #457;
	}
	
a:hover { 
	text-decoration: none;
	color: #89B;
	}
	
.column { 
	float: left;
	display: left; 
	width: 225px;
	}
	
.bar { 
	border-left: 1px solid #DDD; 
	padding-left: 30px;
	}
	

/* BOOK LISTINGS STYLES 
---------------------------------------------------------------------*/

.bookListing { 
	border-top: 1px solid #EEE; 
	border-left: 1px solid #EEE; 
	border-right: 1px solid #EEE; 
	border-bottom: 1px solid #DDD; 
	background: #FFF url(../images/common/bg-bookListing.gif) no-repeat 0 0;
	padding: 15px;
	display: block;
	margin: 0 0 15px 0;
	}
	
	.bookListing h2 img { 
		width: 380px;
		}
	
	.bookListing .left { 
		float: left; 
		width: 380px;
		}
	
	.bookListing a { 
		text-decoration: none; 
		outline: none;
		color: #457;
		}
		
		.bookListing a:hover h1, .bookListing a:hover h3  { 
			color: #235;
			text-decoration: underline;
			}
			
		.bookListing a:hover h2  { 
			color: #457;
			}

					
	.bookListing .bookCover { 
		float: right;
		width: 180px;
		}
	
	.bookListing .bookCover img { 
		behavior: url(/scripts/iepngfix.htc); 
		}
				
	.bookListing h1 { 
		margin: 0; 
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.07em;
		}

	.bookListing h2 { 
		margin: 5px 0 0 0; 
		font-size: 13px;
		line-height: 16px;
		font-weight: normal;
		text-decoration: none;
		color: #666;
		text-align: left;
		}

	.bookListing h3 { 
		margin: 0; 
		font-size: 15px;
		line-height: 16px;
		font-weight: bold;
		}
				
	.bookListing .synopsis { 
		display: block;
		height: 74px;
		width: 380px;
		overflow: hidden;
		line-height: 19px;
		padding-right: 15px;
		}
		
		.overflow {
			background: url(../images/common/bg-synopsis.png) no-repeat right bottom;
			}
			
	

/* PRINT LISTINGS STYLES 
---------------------------------------------------------------------*/

.printListing, .printPricing { 
	padding: 0;
	display: block;
	width: 195px;
	float: left;
	margin: 0 20px 0 0;
	text-align:center;
	}

.printPricing { 
	padding: 0;
	display: block;
	width: 195px;
	float: left;
	margin: 0 20px 20px 0;
	text-align:center;
	}
		
	.printListing p {
		margin: 0 0 5px 0;
		line-height: 18px;
		} 
		
	.printListing .image img {
		width: 193px;
		height: 263px;
		border: 1px solid #BBB;
		border: 0;
		}
		
	.printPricing .purchase { 
		text-align: center;
		}
		
	.printPricing .purchase img {
		border: 0; 
		}
		
	.third { 
		margin-right: 0; 
		}
				
	.printListing h1 { 
		margin: 10px 0 2px 0; 
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.07em;
		}

	.printListing h2 { 
		margin: 0 0 5px 0; 
		font-size: 15px;
		line-height: 17px;
		font-weight: normal;
		text-decoration: none;
		}				

	#mainContent h1 { 
		margin: 0 0 10px 30px;
		padding: 0 0 5px 0;
		}

/* GALLERY STYLES 
---------------------------------------------------------------------*/

#galleryTop { 
	position: absolute;
	top: 0; 
	left: 180px;
	height: 356px;
	width: 726px;
	display: block; 
	z-index: 2;
	background: url(../images/common/bg-gallery.gif) no-repeat;
	}
	
#rightColumn.gallery { 
	padding-top: 200px;
	position: relative;
	z-index: 2;
	}

#mainContentGallery { 
	margin: 0 0 30px 20px;
	display: block;
	width: 690px;
	}
	
	#mainContentGallery h1 { 
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		}

	img.pageTitle, img.bodyImage { 
		width: 690px;
		}
		
	#mainContentGallery h2 { 
		font-size: 13px;
		line-height: 15px;
		font-weight: normal;
		font-style: italic; 
		margin: 3px 0 25px 0;
		}

#mainContentGallery ul { 
	margin: 0; 
	padding: 0;
	list-style-type: none;
	line-height: 16px;
	}
	
#mainContentGallery ul ul { 
	margin: 0 0 0 16px; 
	padding: 0;
	list-style-type: none;
	line-height: 16px;
	}
	
#mainContentGallery li { 
	width: auto;
	height: auto;
	margin: 0 5px 10px 0;
	padding: 0 0 0 12px;
	background: url(../images/common/bullet1.gif) no-repeat 0 2px;
	display: block;
	line-height: 20px;
	}	
	
.blockquote { 	
	padding-left: 20px;
	}
	
#moreImages { 
	width: 161px;
	display: block;
	float: right;
	margin: 0 0 20px 20px;
	padding: 0 0 0 19px;
	background: url(../images/common/bg-galmenu.gif) no-repeat 0 20px;
	}
	
	#moreImages h1 { 
		margin: 0 0 5px 0;
		}

#moreImages .galleria{ list-style:none; width:141px}
#moreImages .galleria li{display:block; width:40px; height:20px; overflow:hidden; float:left; margin:0 0}
#moreImages .galleria li a{display:none}
#moreImages .galleria li div{position:absolute;display:none;top:0;left:0}
#moreImages .galleria li div img{cursor:pointer}
#moreImages .galleria li.active div img,.galleria li.active div{display:block}
#moreImages .galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
#moreImages .galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{ width: 300px; } /* MSIE bug */

	/* BEGIN DEMO STYLE */
	#moreImages .gallery { width: 141px; }
	#moreImages .gallery ul { margin: 0; padding: 0; list-style-type: none; }
	#moreImages .gallery li { width: 40px; height:20px; border:1px solid #CCC; margin: 0 5px 5px 0; background:#eee; padding: 0; }
	#moreImages .gallery li.hover{border-color:#bbb;}
	#moreImages .gallery li.active{border-style:solid;border-color:#777;}
	#moreImages .gallery li div{}
	
	.galleria_container { padding: 0 16px; }
	.galleria_container img { border: 0; width: 698px; height: 344px; }
	
	
.price { 
	clear: both;
	margin: 15px 0;
	}
	
.indent { margin-left: 30px; }

/* HOME PAGE STYLES
--------------------------------------------------------- */
	
#slideshowContainer { 
	width: 630px;
	height: 250px;
	position: relative;
	border-top: 1px solid #EEE; 
	border-left: 1px solid #EEE; 
	border-right: 1px solid #EEE; 
	border-bottom: 1px solid #DDD; 
	background: #FFF url(../images/common/bg-slideshowContainer.gif) no-repeat 0 0;
	display: block;
	margin: 0 0 15px 0;
	}

#slideshow {
	margin: 15px 15px 0 15px;
	}

	.slideshowListing .left { 
		float: left; 
		width: 380px;
		}
	
	.slideshowListing a { 
		text-decoration: none; 
		outline: none;
		color: #457;
		}
					
	.slideshowListing .bookCover { 
		float: left;
		width: 180px;
		height: 150px;
		margin: 0 0 0 30px;
		}
	
	.slideshowListing .bookCover img { 
		behavior: url(/scripts/iepngfix.htc); 
		}
				
	.slideshowListing h2 { 
		margin: 0; 
		font-size: 13px;
		line-height: 16px;
		font-weight: normal;
		text-decoration: none;
		color: #666;
		text-align: left;
		}
				
	.slideshowListing .synopsis { 
		display: block;
		height: 59px;
		width: 380px;
		overflow: hidden;
		line-height: 19px;
		margin: 0;
		}
		
		.overflow {
			background: url(../images/common/bg-synopsis.png) no-repeat right bottom;
			}
			
	.readMore {
		margin: 2px 0 0 300px;
		height: 20px;
		width: 80px;
		background: #111; 
		}
		
	.readMore a { 
		display: block;
		width: 80px;
		line-height: 20px;
		height: 20px;
		background-position: 0 0;
		background-repeat: no-repeat;
		text-indent: -5000px;
		text-decoration: none;
		outline: none;
		background-image: url(../images/common/readMore.gif); 
		}
		
		.readMore a:hover { background-position: 0 -20px; }

#nav { 
	position: absolute;
	top: 185px;
	left: 0;
	width: 660px; 
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#nav li { width: 78px; height: 65px; float: left; margin: 0; }
#nav a { width: 78px; height: 45px; padding: 10px 0; display: block; text-align: center; }
#nav a img { margin: 0 auto; }
#nav a.activeSlide { background: url(../images/common/bg-slideshowSelection.png) no-repeat 0 0; behavior: url(/scripts/iepngfix.htc); background: expression('none'); }
#nav a:focus { outline: none; }
#nav img { border: none; display: block }

	.dropcap {
		float:left;
		color:#235;
		font-family: Times, serif, Georgia;
		margin: -12px 2px 0 -10px;
		} 
		
	.firstLine:first-word {
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 0.05em;
		}
		


		
img.pageTitle-Thirteen { width: 690px; height: 110px; }
img.pageTitle-Tennessee { width: 690px; height: 96px; }
img.pageTitle-ThreeMiles { width: 690px; height: 140px; }
img.pageTitle-Conversations { width: 690px; height: 120px; }
img.pageTitle-Afternoon { width: 690px; height: 140px; }
img.pageTitle-Letters { width: 690px; height: 121px; }
img.pageTitle-Building { width: 690px; height: 140px; }
img.pageTitle-Continuum { width: 690px; height: 118px; }

img.bookListing-Thirteen { width: 380px; height: 61px; }
img.bookListing-Tennessee { width: 380px; height: 46px; }
img.bookListing-ThreeMiles { width: 380px; height: 72px; }
img.bookListing-Conversations { width: 380px; height: 72px; }
img.bookListing-Afternoon { width: 380px; height: 80px; }
img.bookListing-Letters { width: 380px; height: 72px; }
img.bookListing-Building { width: 380px; height: 72px; }
img.bookListing-Continuum { width: 380px; height: 60px; }

img.reviews { width: 630px; height: 60px; margin: 0 15px; }
img.divider { width: 690px; height: 15px; }

img { display: block; }