body {
	background-color: white;
	color: black;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 100%;
	margin: 1em 0px 0px 0px; /* top, right, bottom, left */
}
textarea {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
#header_location {
	font-size: 0.625em;
	float: left;
	margin-left: 20px;
	height: 41px;
	width: 250px;
}
#header_location .buttons {
	float: left;
	line-height: normal;
	width: 100%;
}
#header_location .buttons ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header_location .buttons li {
	background: url('../images/raised-button_bottom-left.gif') no-repeat left bottom #ac3c24;
	color: white;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header_location .buttons button {
	background: url('../images/raised-button_top-right.gif') no-repeat right top transparent;
	color: white;
	cursor: pointer;
	border: 0px;
	display: block;
	font-variant: small-caps;
	font-weight: bold;
	padding: 3px 15px;
}
#header_location .buttons a {
	background-color: transparent;
	color: white;
	text-decoration: none;
}
#header_heading {
	float: left;
	width: 710px;
}
#header_title {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 1.12em;
	margin: 0px;
}
#header_subtitle {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 0.63em;
	font-weight: normal;
	margin: 0px;
}
#header_edit {
	background: url('../images/header-edit.png') left bottom no-repeat;
	background-color: inherit;
	color: #c50009;
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	float: right;
	height: 35px;
	line-height: 35px;
	padding-left: 31px;
	text-decoration: none;
}
#header_edit img {
	border: 0px;
}
#header_editing {
	/* TODO: Build a table using the same cells as the search widget */
	position: relative;
	top: -120px;
	left: 724px;
	width: 280px;
}
#header_editing .button {
	border: 0px;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1.375em;
	font-weight: bold;
	height: 27px;
	margin: 0px;
	margin-right: 0.5em;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	width: 120px;	
}
#header_editing .save {
	background: url('../images/header-save-background.png') repeat-x top left #640000;
	color: white;
}
#header_editing .cancel {
	background: url('../images/header-cancel-background.png') repeat-x top left #686868;
	color: white;
}
#header_search {
	/* margin-top: 16px;
	margin-left: -84px; */
	padding-left: 114px;
	padding-top: 16px;
	position: relative;
}
#header_search.header_bookcase {
	/* float: left; */
	background: url('../images/header_bookcase.png') no-repeat top left;
	margin-bottom: -209px;
	height: 269px;
}
#header_search.header_book {
	background: url('../images/header_book.png') no-repeat 20px 0px;
	height: 76px;
	margin-bottom: -16px;
}
#header_tagline {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 858px;
}
.header_line-clear {
	clear: both;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}
#footer {
	margin: 2em auto 1em auto; /* top, right, bottom, left */
	font-size: 0.5625em;
}
#footer a {
	background-color: inherit;
	color: black;
}
#footer a:visited {
	background-color: inherit;
	color: black;
}
