@charset "utf-8";

/* CSS Document */

html, body, p, pre, code, address, variable, form, fieldset, blockquote h3, h4 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

body {
	background-color: #DBCAAE;
}

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}

h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	color: #4E3E23;
	text-align: center;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}
h4 {
	font-size: 110%;
}

	 
#ribbons {
	padding: 10px 0 10px 75px;
	margin-bottom: 20px;
}

#navbar {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: solid medium #400000;
}

#navbar table td {
	text-align: center;
	color: #000;
	text-decoration: none;
	}
	
#navbar a {
	text-decoration: none;
	color:#000
}

#main {
	padding-bottom: 10px;
	margin-bottom: 5px;
}


.imgright {
	clear: right;
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}

#footer {
	margin-top: 20px;
	padding-top: 10px;
	border-top: solid thin #400000;
	text-align: center;
	font-size: x-small;
	color: #4E3E23;
	clear: both;
}
#footer p a {
	font-size: small;
	text-decoration: none;
	color: #000;
}
.names {
	font-weight: bold;
	color: #633;
}


a:link {
	color: #4E3E23;
}
a:hover {
	color: #4E3E23;
}
a:visited {
	color: #4E3E23;
}
a:active {
	color: #4E3E23;
}

a .imgright {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.trcolor {
	background-color: #E0D2BA;
}

table {
	border: thin solid #C4A97B;
}

th {
	color: #633;
}

th {
	background-color: #C4A97B;
}

#main #navleft {
	clear: left;
	float: left;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 165%;
}

.imglt {
	clear: left;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 7px;
}

#main #bookcontent {
	clear: right;
	float: right;
	width: 620px;
}

#bookcontent blockquote {
	font-style: italic;
}

#bookcontent h4 {
	text-align: center;
	color: #67513F;
	font-weight: bold;
}
