@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.firstbigletter {
	font-family:Georgia,;
	color:#722727;
	font-size:44px;
	font-weight:normal;
	line-height:80%;
	letter-spacing:1px;
	padding-left: 2px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #252330;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 42px;
	color: #CCCC99;
}
.oneColFixCtrHdr #mainContent {
	background-color: #252330;
}
.oneColFixCtrHdr #container #mainContent #homeBox {
	width: 670px;
	border: 2px groove #A09B67;
	float: none;
	margin-left: 30px;
	margin-top: 30px;
	background-color: #290C1C;
}
.oneColFixCtrHdr #container #mainContent #homeBox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C8C699;
	font-size: .9em;
	line-height: 20px;
	text-align: justify;
}

.oneColFixCtrHdr #container #mainContent .authorBox {
	background-color: #251D23;
	height: 585px;
	width: 670px;
	border: 1px double #A9A278;
	position: relative;
	left: 40px;
	top: 50px;
	padding-top: 20px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #C0BA98;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	text-align: center;
}
.homeContainer {
	background-color: #282024;
	height: 540px;
	width: 670px;
	border: 1px double #A9A278;
	position: relative;
	left: 40px;
	top: 50px;
	padding-top: 20px;
}
.picLeft {
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F2F2E6;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #F2F2E6;
}
.oneColFixCtrHdr #container #mainContent #insideBox {
	width: 670px;
	border: 2px groove #A09B67;
	float: none;
	margin-left: 55px;
	margin-top: 30px;
	background-color: #1C0913;
}
.oneColFixCtrHdr #container #mainContent #insideBox #contentBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	width: 500px;
	border: thick solid #000000;
	margin-left: 70px;
	font-size: 90%;
	background-color: #BFB788;
	margin-top: 35px;
	padding-left: 30px;
}
.oneColFixCtrHdr #container #mainContent #insideBox #contentBox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000000;
	line-height: 20px;
}

.oneColFixCtrHdr #container #mainContent #insideBox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C8C699;
	font-size: .9em;
	line-height: 20px;
	text-align: justify;
}
.oneColFixCtrHdr #container #mainContent #NovelBox {
	width: 600px;
	border: 2px groove #A09B67;
	float: none;
	margin-left: 30px;
	margin-top: 30px;
	background-color: #290C1C;
	padding: 35px;
}
.oneColFixCtrHdr #container #mainContent #NovelBox.smallFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
}
.oneColFixCtrHdr #container #mainContent #NovelBox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}
.smallFont2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.95em;
}
.notablelink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #660000;
	text-decoration: none;
}
.notablelink a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #660000;
	text-decoration: none;
}
.notablelinkCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7C0000;
	text-decoration: none;
}
.notablelinkCopy a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
