@charset "UTF-8";
body {
	font: Georgia;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #300;
	background-image: url(book_images/mountains_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.oneColFixCtr #container {
	width: 909px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
}
.oneColFixCtr #header {
	text-align: center;
}.oneColFixCtr #middle {
	text-align: right;
	margin-top: 20px;
}
.oneColFixCtr #book {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	margin-top: 20px;
}
.oneColFixCtr #quotes {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 515px;
	text-align: right;
	padding-top: 25px;
}
.oneColFixCtr #footer {
	margin-top: 500px;
	text-align: center;
}
.title {
	font-size: 60px;
}
.joseph {
	font-size: 30px;
}
.quote {
	font-size: 26px;
}
.quoteReference {
	font-size: 18px;
	color: #444;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
.small {
	font-size: 12px;
	color: #444;
}
