@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: 12px;
	background-image: url(../images/stripe.png);
	background-repeat: repeat;
}
a {
	text-decoration: none;
	color: #552405;
}
a img {
	border: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 1002px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header, #header2, #header3, #header4 {
	background-repeat: no-repeat;
	height: 332px;
}
#header {
	background-image: url(../images/qbfhead1.png);
}
#header2 {
	background-image: url(../images/qbfhead2.png);
}
#header3 {
	background-image: url(../images/qbfhead3.png);
}
#header4 {
	background-image: url(../images/qbfhead4.png);
}
#header span, #header2 span, #header3 span, #header4 span {
	display: none;
}
#mainContent {
	background-image: url(../images/back1.png);
	background-repeat: repeat-y;
}
#maintext {
	text-align: justify;
	width: 570px;
	float: left;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#mainContent h1, #mainContent h2, #mainContentt h3 {
	color: #552405;
}
#footer {
	background-image: url(../images/footer1.png);
	background-repeat: no-repeat;
	height: 128px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #192912;
	text-align: center;
	clear: both;
	font-size: 10px;
}
#footer a {
	color: #192912;
}




/******************menu***********************/

#navcontainer
{
	background-color: #CEE282;
	width: 975px;
	margin-left: 3px;
	padding: 5px;
}

#navcontainer a
{
	background-color: #CEE282;
	color: #192912;
	text-decoration: none;
	padding: 5px;
}

#navcontainer a:hover
{
	background-color: #192912;
	color: white;
}

/**********************************************/


#foxback {
	background-image: url(../images/fox.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 141px;
	background-color: #FFF;
	position: relative;
	left: 830px;
	clear: both;
}
#contacttext {
	width: 297px;
	float: left;
	text-align: center;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#container #mainContent #maintext #booklist {
	text-align: center;
}
#booklist img {
	padding: 20px;
}
.right {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: both;
}
.dark {
	background-color: #C7E57D;
	color: #192912;
}
blockquote {
	padding: 10px;
}
#backtop {
	font-weight: bold;
	padding-top: 25px;
	text-transform: uppercase;
}
.clearit {
	clear: both;
}