@charset "utf-8";
/* CSS Document */

div.container {
    height: 700px;
    width: 880px;
	margin: 0px auto;
	border: 1px;
	font-family:"Courier New", Courier, monospace;
	z-index: 100;

}

div.topsectionwrap {
	height: 160px;
	background-repeat:no-repeat;
	background-position:center; 
/*	background-image:url(images/booktext_opaque.jpg); */
/*	background-image:url(images/booktext_darker.jpg); */
/*	background-image:url(images/booktext_darker_text.jpg); */
	background-image:url(images/booktext_darker_text_nib.jpg);
    background-color: #d7b767; 
}

div.topsection {
	height: 120px;
	padding:5px;
	padding-left: 20px;
	color:#200000;
}

div.topnav {
    float:left;
	margin-left:0px;
}
div.bannerbar {
	margin-right:0px;
}
div.bannertext {
	padding-top:16px;
	margin-right:0px;
	font-size:44px;
/* 	font-weight:600; */
}
div.bannerpic {
	float:right;
	padding:5px;
}
img.thumbnail {
	height:110px;
}
img.mainimage {
/*	height:380px; */
}

a:link	{
	text-decoration: none;
	color:#702010;
/*	font-weight:600; */
}
a:visited	{
	text-decoration: none;
/*	color:#0033FF; */
	color:#702010;
}
a:hover	{
	text-decoration: underline;
/*	color:#0033FF; */
	color:#702010;
}
a:active	{
}

.toplink {
    margin-left: 0px;
}
a.toplink {
	font-size: 16px;
	color: #663300;
	text-decoration: none;
}

a.toplink:hover { text-decoration:none; }

div.navsection { 
	height: 26px;
	margin-top: 0px;
/*	background-color:#d7b767; */
	padding-top:4px;
	padding-left: 20px;
}

div.mainav {
	margin-left:0px;
	margin-top: 10px;
	background-color:#999999;
}
div.navmenu {
	width: inherit;
	background-color:#ffffff;
}
div.navitem {
	float:right;
	margin-right: 20px;
	margin-left: 20px;
	border: 0px;
	border-left: 1px;
	border-color:#000000;
	border-style:solid;
	padding-left: 12px;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-weight:600;

}
.navhover	{
	color:#702010;
}

.navitem {
	cursor:pointer;
}

div.midsectionwrap {
	height:480px;
	width:880px;
	font-family: Arial, Helvetica, sans-serif;
}

div.midsection { 
	height: 480px;
	margin-top: 0px;
	background-color:#f0d080;
	padding-left: 20px;
	background-repeat:no-repeat;
	background-position:center; 
	background-image:url(images/250px-Open_book_more_fade.svg.png);  */
/*	background-image:url(images/bookmypen.jpg); */
}

div.maincontent {
	position: relative; 
	top: 30px;
	clear: both;
	padding: 20px;
	padding-top: 0px;
	margin-right:20px;
	overflow:auto;
	height: 407px;
	color:#222222;
}

div.bottomsection { 
   clear:both;
}

div.bottomsectionwrap {
	height: 26px;
	background-repeat:no-repeat;
	background-position:center; 
	background-image:url(images/booktext_darker.jpg);
    background-color: #d7b767; 
}

div.bottomnavsection { 
	height: 26px;
	margin-top: 0px;
/*	background-color:#d7b767; */
	padding-top:4px;
	padding-left: 20px;
}
div.footer {
	color:#606060;
	font-size:11px;
}

.smalltext {
	font-size: 12px;
}
.normaltext {
	font-size: 16px;
}
.largetext {
	font-size: 32px;
}
.headingtext {
	font-size: 16px;
	color: #663300;
}

.left { float: left; }
.right { float: right; }


#booklist {
	line-height: 24px;
}


