@charset "utf-8";
/* CSS Document */

/* This first set of styles is for the body and for the page-header blocks that are common 
to all pages on the site. */
body {
	background-image: url(images/books_bg01.png);
}

#pagewrapper {
	width:1000px;
	margin:auto;
	border: 8px double darkblue;
	border-radius:30px;
/*	padding:10px; */
	background-color:#EEEEED;
}

header {
	display: table;
	vertical-align:top;
	width:100%;
	text-align:center;
	margin:2px auto;
	padding-bottom:2px;
	border-bottom:5px double blue;
}

#crumbs {
	width:75%;
	margin:5px auto;
	text-align:left;
	vertical-align:top;
	font-size:0.8em;
	font-family:"Times New Roman", serif;
	padding:0 5px 0.5em 5px;
	}
	
#crumbs a {
	color:blue;
	}

#crumbs a:visited {
	color:purple;
	}

#crumbs a:hover {
	color:darkblue;
	}

#hdr_main {
	vertical-align:top;
}

#headquote {
	border: medium double #00F;
	border-radius:25px;
	width:800px;
	margin:auto;
	padding: 0 20px;
	font-size: 12px;
	font-weight: bold;
	height:3em;
	text-align: center;
}

#titleblock {
	width:700px;
	height:153px;
	text-align:center;
	margin:auto;
	font-size:13px;
	font-weight:bold;
	font-family:arial, sans-serif;
	background:url(images/pageheader_size2.png) no-repeat;
}


#titletext {
	padding-top:40px;
}

#menu {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
}


/* End of styles for page header block */

/* This next set of styles is for the page-footer elements that are common to all pages. */

/* Styles used in the page footer */
footer {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top:5px double blue;
	color:black;
	text-align:center;
	font-size:12px;
	padding:0.8em 0 0.8em 0;
}

#credit-notes {
	width:800px;
	padding: 1px 25px;
	text-align:left;
	margin: 0 auto;
}

#email_link {
	width:550px;
	padding: 0.5em 25px;
	margin:auto;
}

#amazon_link {
	color: black;
	width:220px;
	text-align:center;
	font-size:14px;
	padding: 0.5em 10px;
	margin:auto;
}

/* General styles for the Content div, which wraps the main page content on every page. */


#content {
	padding:25px 50px 10px 50px;
	background-color:#EEEEED;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.text-paragraph {
	float:none; 
	text-indent: 5%; 
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}


#mainbox {
	width:905px;
	height:520px;
}

#Thumbnails {
	float:left;
	width:140px;
	height:450px;
	border: 3px solid black;
	padding:10px;
	overflow-x:hidden;
	overflow-y:scroll;
	text-align:center;
}


#slideshow {
	width:180px;
	height:1em;
	text-align: center;
	padding:10px;
	font-weight: bold;
	font-size: 14px;
	color:black;
	display: block;
	border:5px outset blue;
	background-color:gray;
	margin:auto;
	margin-top:0;
}

#largePhotoGutter {
	width:730px;
	height:380px;
	text-align:center;
	vertical-align:central;
	margin:auto;
/*	border:5px solid darkblue;*/
	border-radius:5px;
}

#PhotoCaption {
	font-weight:normal;
	font-size:14px;
	height:2em;
	width:600px;
	margin:auto;
	margin-bottom:10px;
	text-align: center;
}

#PhotoMain {
	width:730px;
	height:480px;
/*	border:2px solid green; */
	margin-left:180px;
	margin-top:30px;
}


