@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	background-image: url(pics/chap_1_background2.jpg);
	background-color: #300;
}
.orchard #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #300;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-style: solid;
}
.orchard #header {
	padding: 0px 0px 3px 0px;
	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 */
	text-align: right;	 /* 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. */
	background-color: #cc3300;
	padding-top: 5px;
	border-bottom-color: #300;
	border-bottom-width: 8px;
	border-bottom-style: solid;
}
.orchard #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 100px;
	margin-right: 10px;
	}
.orchard #menu {
	padding: 5px 1px 1px 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #d0e0ed;
	font-size: 13px;
	border-bottom: 2px solid #300;
	font-weight: bold;
}
.orchard #menu2 {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f1d4be;
	font-size: 11px;
	border-bottom: 2px solid #300;
}
.orchard #menu3 {
	padding: 0 3px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #eebc96;
	font-size: 10px;
	border-bottom: 2px solid #300;
}
.orchard #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 11px;
	text-align: left;
	margin-top: 20px;
	border-bottom-color: #FFF;
	border-bottom-width: 15px;
	border-bottom-style: solid;
}
.orchard #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	word-spacing: 100px;
	white-space: normal;
}
.orchard #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 */
	word-spacing: 100px;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 12px
}
a {
	font-weight: bold;
}
.style4 {
	font-size: 16px
}#tabmenu {
	letter-spacing: 0.2em;
	margin-left: 22px;
}#tabmenu2 {
	letter-spacing: 0.2em;
	margin-left: 22px;
}.pagename {
	letter-spacing: 0.4em;
	margin-right: 22px;
	font-size: 14px;
	font-weight: 600;
	color: #f5f4f4;
	font-variant: small-caps;
}

