/* Set all paddings and margins to 0. */
* {
	padding: 0;
	margin: 0;
}

/* Hiding styles. .ramp hides skip links and other accessibility elements; .hidden hides other elements. */
.ramp {
	display: block;
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
	left: -1000px;
	top: -1000px;
}

.hidden {
	display: none;
}

BODY {
	background-color: #000;
	display: block;
	width: 80%;
	min-width: 550px;
	max-width: 800px;
	text-align: center;
	margin: 10px auto;
	border: medium solid #000;
}

/* Header Styles */
DIV#header {
	display: block;
	width: 100%;
	height: 174px;
	text-align: center;
	margin: 0px;
	padding-bottom: 5px;
	font-family: Impact, Arial, sans-serif;
	background-color: #FFE;
	background-image: url(/images/header-5.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

H1 {
	display: block;
	width: 450px;
	height: 182px;
	margin: 0px auto;
}
.headerline1 {
	font-family: Impact, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
.headerline2 {
	font-family: Impact, Arial, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
}
.headerline3 {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: normal;
}

/* Set the main menu to display in a single line across the top, with Impact text. */
DIV#menu UL {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	background-color: #FFE;
	border-top: thick solid #000;
}
DIV#menu UL LI {
	display: inline;
	text-align:center;
	font-family: Impact, Arial, sans-serif;
}
DIV#menu UL LI A {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}
DIV#menu UL LI A:hover {
	text-decoration:underline;
}

/* Main Content styles. */
DIV#maincontent {
	text-align: left;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	background-color: #FFFFEE;
	border-top: thick solid #000;
}

DIV#maincontent DIV.bgfix {
	background-color: #FFE;
}

DIV#maincontent P {
	line-height: 1.3em;
	padding-bottom: 15px;
	text-indent: 30px;
}

DIV#maincontent SPAN.italics {
	font-style: italic;
}

DIV#maincontent P.address {
	text-indent: 0px;
	margin-left: 30px;
}

DIV#maincontent H3 {
	padding-top: 3px;
}

DIV#maincontent .pagetitle {
	font-family: Impact, Arial, sans-serif;
	font-weight: normal;
}

DIV#maincontent .pagetitletour {
	font-family: Impact, Arial, sans-serif;
	font-weight: normal;
}

DIV#maincontent DIV.date {
	border-top: thin solid #000000;
	padding-left: 20px;
}

DIV#maincontent DIV.date P {
	text-indent: 0px;
	
}

UL.toc {
	display: block;
	width: 100%;
}

UL.toc LI {
	list-style-type: none;
	list-style-image: none;
	display: block;
	clear: left;
	line-height: 1.3em;
	padding-left: 20px;
}

UL.toc UL LI {
	padding-left: 40px;
}

DIV.newsphoto {
	display: block;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	width: 430px;
	font-size: .8em;
}

DIV.imgwithcaption .abouttheauthor1 {
	display: block;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	text-align: center;
	width: 300px;
	font-size: .8em;
}

DIV.imgwithcaption .abouttheauthor2 {
	display: block;
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 500px;
	font-size: .8em;
}

DIV.imgwithcaption .aboutthebook {
	display: block;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	text-align: center;
	width: 300px;
	font-size: .8em;
}

DIV.imgwithcaption .links {
	display: block;
	clear: both;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: .8em;
}

DIV.imgwithcaption .coverthumbnail {
	display: block;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

DIV.imgwithcaption .coverthumbnail a {
	text-decoration: none;
	color: #000;
}

/* Gallery pages use paragraphs to group images with captions. There may be more than one image to a caption. */

P.imgwithcaption {
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: .8em;
	text-indent: 1px;
}

P.imgwithcaption img {
	padding: 0;
	margin: 0;
	border: none;
}

p.backtogallery {
	font-size: .8em;
	font-style: italic;
}

/* Headline Styles for the book tour page. */
h4.justabove {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3.announcement {
	text-align: center;
	font-size: 24px;
	padding-bottom: 10px;
}

/* Footer styles. */
DIV#footer {
	display: block;
	clear: both;
	padding: 10px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: .6em;
	background-color: #FFE;
}

