@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C88210;
	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;
}
 #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 #header {
	background-color: #C4C59B;
	height: 220px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 75%;
	font-weight: bolder;
	padding-top: 5px;
	position: relative;
}

#headerimage {
	float: left;
	width: 682px;
	position: relative;
	border: thin solid #902A04;
}

#headerlinks {
	float: right;
	width: 175px;
	position: relative;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #902A04;
	padding-top: 10px;
	text-align: center;
	margin-right: 7px;
	padding-left: 0px;
}

#headernav {
	float: left;
	position: relative;
	width: 682px;
	padding-top: 10px;
	text-align: center;
	margin-top: 10px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}

#maincontent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 85%;
}

 #footer {
	background-color: #C4C59B;
	font-size: 75%;
	font-weight: bold;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 150px;
}

#footerone {
	text-align: center;
	float: left;
	width: 225px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #902A04;
	position: relative;
	margin-top: 10px;
}

#footertwo {
	text-align: center;
	float: left;
	width: 225px;
	position: relative;
	margin-top: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #902A04;
}

#footerthree {
	text-align: right;
	float: right;
	width: 400px;
	position: relative;
	margin-top: 30px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #902A04;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #902A04;
}



.navbar { color: #902A04; }
body,td,th { color: #561E03; }
a:link { color: #726C18; }
a:visited { color: #CC8210; }
a { font-weight: bold; }
h1 {
	font-size: medium;
	color: #561E03;
}
h2 {
	font-size: small;
	color: #DB8000;
}

h3 {
	font-size: large;
	color: #902A04;
}

.booktitle { font-style: italic; }
