.centerIE{
	/* Fixes center error in IE */
	text-align: center;
}

.pageholder{
	/* Holds the page at a specific width and centers, loads header image */
	width: 770px;
	margin: auto;
	text-align: left;
	background-image: url(images/scroll.png);
	background-repeat: no-repeat;
}

body{
	/* changes the color of the page background */
	background-color: #938371;
}

h1{
	/* formats heading one text */
	padding-top: 30px;
	padding-left: 60px;
	font-family: "trebuchet ms", Helvetica, Monaco, cursive;
	font-size: 30pt;
	color: #564129;
	margin: 0px;
}

h2{
	/* formats header two text */
	padding-top: 30px;
	font-family: "trebuchet ms", Helvetica, Monaco, cursive;
	font-size: 18pt;
	color: #564129;
	/* text-decoration: underline; */
}

h3{
	/* formats header three text */
	font-family: "trebuchet ms", Helvetica, Monaco, cursive;
	font-size: 12pt;
	color: #564129;
}

.content{
	padding-top: 20px;
}

.content p:first-letter {
	font-family: "trebuchet ms", Helvetica, Monaco, cursive;
	font-size: 14pt;
	color: #564129;
	
}

a{
	/* formats hyperlinks */
	font-family: "trebuchet ms", Helvetica, Monaco, cursive;
	font-size: 10pt;
	text-decoration: none;
	color: #564129;
	font-weight: 700;
}

a:hover{	
	/* formats hyperlink when in hover position */
	text-decoration: underline;
}

.menu{
	/* formats the menu position */
	padding-left: 60px;
	padding-top: 50px;
	margin: 0px;
}

.character{
	/* makes the character image float to the right, beside the header one and menu */
	float: right;
}

.images{
	/* makes the image float to the right, beside the books published */
	float: right;
	margin-top: 30px;
}

.images img{
	margin-top: 50px;
}

.tableheader{
	background-color: #564129;
	color: #FEEECA;
	font-family: "trebuchet ms", Helvetica, Monaco, cursive;
	font-size: 10pt;
}

td{
	border: 1px solid #564129;
	padding: 5px;
	margin: 0px;
	width: 200px;
}

.footnotes{
	color: #564129;
	font-family: "trebuchet ms", Helvetica, Monaco, cursive;
	font-size: 7pt;
}

.footer{
	color: #564129;
	font-family: "trebuchet ms", Helvetica, Monaco, cursive;
	font-size: 9pt;
	text-align: center;
	padding-top: 20px;
	clear: right;
}

cite{
	text-align: right;
	font-style: italic;
	display:block;
}

div {
	/* border: 1px solid red; */
}

.imagebar{
	padding-top: 100px;
}