@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;
}
.oneColFixCtr #container {
	width: 903px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 828px;
}
.oneColFixCtr #headerbox {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #066;
	height: 100px;
	width: 902px;
	margin-left: 0px;
	background-image: url(header_BG.jpg);
	padding: 0px;
}
.oneColFixCtr #navbar {
	background-color: #fcf6dd;
	height: 30px;
	width: 858px;
	padding-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 2px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#headerText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 55px;
	color: #44676A;
	width: 600px;
	margin-left: 60px;
	margin-top: 15px;
	letter-spacing: .1em;
}
#NovelCoverContainer {
	width: 175px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 5px;
}
#NOVELNAV {
	width: 175px;
	float: left;
	margin-top: 15px;
}
#cover {
	width: 175px;
	margin-top: 20px;
	float: left;
}
#Novelinfo {
	width: 175px;
	float: left;
	margin-top: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: right;
	line-height: 14px;
	color: #333;
}
#NOVEL_PURCHASE {
	width: 163px;
	float: left;
	margin-top: 25px;
	border: 1px solid #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#NovelContentBox {
	width: 289px;
	border: 3px double #999;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 25px;
	height: 573px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#bioBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #605566;
	padding: 10px;
	width: 240px;
	margin-right: 25px;
	margin-left: 25px;
	border: 3px double #BAAB74;
	margin-top: 65px;
	line-height: 22px;
	background-color: #F4D8CA;
}
#eventsBGbox {
	background-image: url(EVENTS_02.jpg);
	height: 670px;
	width: 368px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: center;
}
#eventContentBox {
	width: 368px;
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: center;
}
#contactBox {
	float: right;
	width: 173px;
	margin-right: 50px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #600;
}
.contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #F9F7DF;
	text-align: center;
	float: left;
	width: 168px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 3px double #788592;
	color: #666;
	margin-top: 15px;
}
.contactSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.contactCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #F9F7DF;
	text-align: center;
	float: left;
	width: 158px;
	padding-top: 5px;
	padding-bottom: 10px;
	border: 3px double #788592;
	color: #666;
	margin-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
