@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(../Books/images/booksbooksbooks.jpg);
	width: 1024px;
}
.oneColFixCtrHdr #container {
	width: 740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FF9900; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	vertical-align: middle;
}
.oneColFixCtrHdr #container #footer p {
	font-size: 10px;
}
.oneColFixCtrHdr #header {
	background: #000000;
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #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 */
	color: #FF9900;
	background-color: #000000;
	text-align: center;
	font-size: 24px;
}
.oneColFixCtrHdr #mainContent {
	color: #FFFFFF;
	background-color: #000000;
	clear: none;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: none;
	vertical-align: middle;
}
.oneColFixCtrHdr #container #mainContent img {
	padding-left: 50px;
	padding-top: 25px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	font-size: 10px;
}
.oneColFixCtrHdr #container #mainContent a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.oneColFixCtrHdr #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 */
	font-size: 10px;
}
.tablerow {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	color: #FFFFFF;
	border: 3px dotted #FF9900;
}
.tablecell {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
.oneColFixCtrHdr #container #mainContent table {
}
.oneColFixCtrHdr #container #mainContent #books #author {
	color: #000000;
	background-image: none;
}
#inputTitle {
	border: 3px inset #FF9900;
}
.inputTitle {
	border: 3px inset #FF9900;
}
.inputAuthor {
	border: 3px inset #FF9900;
}
.oneColFixCtrHdr #container #mainContent #books {
	color: #FFFFFF;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent th {
	color: #FF9900;
	background-color: #000000;
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #FF9900;
}
.oneColFixCtrHdr #container #mainContent hr {
	color: #FF9900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent #searchform {
	background-image: url(../Books/images/books.jpg);
	vertical-align: middle;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #searchform #Title {
	font-weight: bold;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.label {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#sidebar {
	background-color: #000000;
	width: 200px;
}
.sidebar img {
	width: 100px;
}

