@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E0D2A7;
}
.oneColFixCtrHdr #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #412A12;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(sub_images/su_bkgrnd.png);
	background-repeat: repeat-x;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #DDDDDD;
	background-image: url(sub_images/footer_bkgrnd.png);
	background-repeat: repeat-x;
}
#middle {
	background-color: #000D15;
	height: 100%;
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-image: url(sub_images/bkgrnd_sub2.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}
.titletext {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #DF8F3C;
	margin-bottom: -10px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 80px;
	padding-right: 80px;
	line-height: 20px;
	text-align: justify;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FAA74A;
	padding-left: 80px;
	padding-top: 0px;
	text-align: left;
}
.photoright {
	float: left;
	padding-right: 30px;
	padding-left: 0px;
	padding-bottom: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 0px;
}
.subtitletext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #DF8F3C;
	padding-left: 80px;
	padding-top: 0px;
	margin-bottom: -12px;
}
a:link {
	color: #00CCFF;
	font-family: "Times New Roman", Times, serif;
}
a:hover {
	color: #0066FF;
	font-family: "Times New Roman", Times, serif;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #00CCFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent leftbar {
	background-color: #0000FF;
	width: 90px;
	float: left;
	height: 100%;
}
#left bar {
	background-color: #0000FF;
	height: 100%;
	width: 90px;
}
.photorightreal {
	float: right;
	padding-right: 0px;
	padding-left: 40px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 20px;
	margin-left: 40px;
}
.infobox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin none #BDA378;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.dropquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	width: 284px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	float: right;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	padding-right: 80px;
}
.dropquoteauthor {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
.centerspacer {
	margin-right: auto;
	margin-left: auto;
}
.booktitletext {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 35px;
	color: #DF8F3C;
}
