@charset "utf-8";
/* CSS Document */
body {
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10;
	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: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(pics/b-bg.jpg);
}
#header  {
	padding: 0 10px 0 10px;
	height: 200px;
	text-align: center;
	background-image: url(pics/header3.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
#con_text {
	float: right;
}
#navi {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	text-align: center;
	height: 30px;
	background-image: url(pics/bg1.jpg);
}

#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 */
}
#mainContent  {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(pics/bg1.jpg);
	border: 1px solid #333;
	margin: 0;
	color: #000;
}
#book {


}
.pageheader {
	font-size: 24px;
	text-align: center;
}


#footer  {
	padding: 0 10px;
	text-align: center;
}
#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 */
}
.text_pic {
	padding: 7px;
	width: auto;
}
.bookpub {
	width: 175px;
	text-align: center;
	float: left;
}
.bookpub2 {
	width: 375px;
	text-align: center;
	float: left;
}
#update {
	padding: 10px;
	height: 260px;
}
#sponsors {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding: 10px;
	height:400px;
	width:350px;
	
	float:left;
}
#notes {
	
	padding: 10px;
	height:400px;
	width:325px;
	clear:right;
	float:right;
	margin-bottom:10px;
}

#quotes {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

.quot {
	margin: 10px;
	width: auto;
	background-color: #FFC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #000;
}

