body {
	margin: 0;
	padding: 0;
	color: white;
	background-image: url(images/swatch_background_sm.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, Verdana, san-serif;
}
#header {
	font-family: Vivaldi, fantasy;
        font-size: 4em;
	text-align: center;
}
#header-bottom {
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	font-size: 1.5em;
	font-family: Tahoma, serif;
	text-align: center;
}
.ro {
       	font-family: Amienne, cursive;
	font-size: 1.4em;
}
.si {
       	font-family: "Carbon Black", monospace;
	font-weight: bold;
	color: #DC143D; /* crimson */
}
#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 10px;
}
#bookmain {
	position: relative;
	top: 0;
	left: 0;
	width: 70%;
	margin-top: 10px;
}
#contentleft {
	float: left;
	top: 0;
	width: 20%;
	margin: 30px 0px 30px 0px; /* top, right, bottom, left */
	padding: 10px;
}
#contentcenter {
	float: left;
	top: 0;
	width: 50%;
	margin: 55px 0px 30px 0px; /* top, right, bottom, left */
	padding: 10px;
	text-align: center;
}
#contentright {
	float: right;
	top: 0;
	width: 20%;
	margin: 30px 0px 30px 0px; /* top, right, bottom, left */
	padding: 10px;
}
.head {
	font-size: 1.5em;
	font-weight: bold;
}
.par {
	background-image: url(images/maroon_background.jpg);
	text-align: center;
	font-weight: bold;
	margin: 20px;
	padding: 15px;
	border: 2px solid red;
}
a:link    { color: #FFFFF0; } /* ivory */
a:active  { color: #00BFFF; } /* deep sky blue */
a:visited { color: #F0FFF0; } /* honeydew */
a:hover   { color: #FFA07A; } /* light salmon */

ul {
	list-style-image: none;
	list-style-type: none;
}
#books {
	float: left;
	top: 0;
	left: 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#booktext {
	top: 0;
	width: 80%;
}
#bookbottom {
	clear: both;
	top: 0;
	width: 80%;
	border-bottom: 1px solid #b9d2e3;
}
.q, dt {
	font-weight: bold;
}
#interview {
	float: left;
	width: 80%;
	top: 0;
	left: 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
h1, h2 {
	text-align: center;
	font-weight: bold;
}
