@font-face {
  font-family: 'Enriqueta';
  font-style: normal;
  font-weight: 400;
  src: local('Enriqueta-Regular'), url(http://themes.googleusercontent.com/static/fonts/enriqueta/v2/-KTKVm0Mx9ZCRXL9CXVIbT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Enriqueta';
  font-style: normal;
  font-weight: 700;
  src: local('Enriqueta-Bold'), url(http://themes.googleusercontent.com/static/fonts/enriqueta/v2/I27Pb-wEGH2ajLYP0QrtSHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}

html, body, div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/**************************
Original CSS padding nuke
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

Colors:
	Light Tan		rgb(122, 107, 97)
	Dark Tan		rgb(81, 71, 65)
**************************/

body {
	background-color: white;
	background-image: url('jkeetlewis-background.png');
}

h1, h2, h3, h4, h5 {
	font-family: Enriqueta, serif;
}

hr {
	width: 50%;
	margin: 2.5em auto;
}

#container {
	width: 980px;
	min-height: 1119px;
	position: relative;
	margin: 0 auto;
}

#header {
	padding-top: 32px;
}

#menu {
	width: 940px;
	margin: 16px auto;
	min-height: 82px;
	position: relative;
}

#contents {
	background-color: white;
	border: 1px solid rgb(122, 107, 97);
	padding: 32px;
	font: normal normal normal 13px/1.3em 'Open Sans', sans-serif;
}

#footer {
	text-align: center;
	margin-top: 16px;
}

#menu-items {
	width: 900px;
	margin: 6px auto;
	padding: 6px;
	text-align: center;
	border-bottom: 1px solid rgb(81, 71, 65);
}

.box-frame-outer {
	position: relative;
	width: 470px;
	min-height: 168px;
	margin: 0 auto;
	border: 1px solid white;
	background-color: rgb(122, 107, 97);
}

.box-frame-inner {
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 8px;
	right: 8px;
	border: 1px solid rgb(81, 71, 65);
}

.menu-item {
/*	border: 1px solid white;	*/
	color: white;
	text-decoration: none;
	font: normal normal normal 18px/1.1em Enriqueta, serif;
	padding: 2px 6px;
	margin: 0 3px;
}

.menu-item:hover {
	background-color: rgb(81, 71, 65);
}

.menu-item-selected {
	background-color: rgb(81, 71, 65);
}

.font-style-header {
	font: normal normal normal 45px/1.1em Enriqueta, serif;
}

.book-title {
	font-style: italic;
}

.book-title:after {
	content: " - ";
}

.book-author {
}

.quote-box {
	margin: 1em 4% 1em inherit;
	width: 46%;
	float: left;
}

.quote-box:after {
	content: ".";
	visibility: hidden;
	clear: both;
}

.quote-contents {
	text-indent: 1em;
}

.quote-contents:before {
	content: open-quote;
}

.quote-contents:after {
	content: close-quote;
}

.quote-attribution {
	margin-top: .5em;
	text-align: right;
	font-family: Enriqueta, serif;
	font-weight: bold;
	float: right;
	width: 30em;
}

table {
  border-spacing: 0;
}

tr:nth-child(odd) {
  background-color: #f2f2f2;
}

th {
  background-color: #e8e8e8;
}