body { 
  background-color: #b5a789;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

#header {
	background-color: #675c47;
	margin:           0px 10px 0px 10px;
	height:           auto;
}

#logo {
	background-color: #EAE3DB;
	height:           186px;
	top: 7px;
	left: 183px;
}
#main {
	background:       #efe5d0  top left;
	font-size:        105%;
	padding:          10px 10px 10px 10px;
	margin:           0px 0px 10px 10px;
	width: 520px;
	float: left;
}

#sidebar {
	background:       #efe5d0  bottom right;
	font-size:        105%;
	padding:          10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 560px;
}

#footer {
	background-color: #EFE5D0;
	color:            #000000;
	text-align:       center;
	padding:          5px;
	margin:           5px;
	font-size:        90%;
	clear: left;
}

#menu bar {
background-color: #675c47;
	color:            #efe5d0;
	text-align:       center;
	padding:          15px;
	margin:           10px;
	font-size:        90%;
	clear: left;
}
#allcontent {
	width:	800px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #675c47;
	margin-left: auto;
	margin-right: auto;
}
#bookpage {
	background-color: #FFFFFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 15px 15px 15px;
}


h1 {
	font-size:        120%;
	color:            #660000;
}

h2 { font-size: 110%; }

.slogan {
	color: #660000;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.featureheading {
	text-align:       center;
	line-height:      1.5em;
	font-weight: bold;
	color: #660000;
}

a:link {
	color:            #660000;
	text-decoration:  none;
	border-bottom:    thin dotted #660000;
}
a:visited {
	color:            #543650;
	text-decoration:  none;
	border-bottom:    thin dotted #675c47;
}
#divPrintLogo {
	display: none;
}
.smallitalic {
	font-family: "Brush Script MT";
	font-size: 150%;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
