@charset "utf-8";
/* CSS Document */
html * { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-align: center;
}

A:link {
	COLOR: #8b1507; TEXT-DECORATION: none
}
A:visited {
	COLOR: #8b1507; TEXT-DECORATION: none
}
A:active {
	COLOR: #8b1507; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #8b1507; TEXT-DECORATION: underline
}

#container {
	text-align: left;
	width: 1024px;
	background-color: #FFFFFF;
	background-image: url(../img/background/parchment2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height: 90px;
	overflow: hidden;
	background-image: url(../img/header/redleather.jpg);
}

#header_bottom {
	height: 2px;
	background-color: #000;
}

#logo {
	float: left;
	width: 430px;
	padding-left: 50px;
}

#logo-sub {
	float: left;
	width: 247px;
	padding-left: 30px;
}

#logo-right {
	float: left;
	text-align: right;
	width: 94px;
	padding-left: 123px;
	padding-right: 50px;
}

#navbar {
	float: left;
	width: 924px;
	text-align: right;
	color: #FFFFFF;
	font-size: 16px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 8px;
	margin-top: 8px;
	background-image: url(../img/header/redleather.jpg);
	overflow: hidden;
}

img.navbar {
	padding-right: 1px;
	padding-top: 57px;

}

#content {
	float: left;
	width: 1024px;
	overflow: hidden;
	background-color: #FFFFFF;
}

#front_img {
	float: left;
	height: 316px;
	width: 330px;
	padding-top: 8px;
	overflow: hidden;
	padding-left: 182px;
}

#front_txt {
	float: left;
	height: 308px;
	width: 330px;
	padding-top: 8px;
	text-align: left;
	font-size: 18px;
	overflow: hidden;
}

#section_title {
	width: 972px;
	float: left;
	color: #8b1507;
	font-weight: bold;
	font-size: 22px;
	padding-left: 50px;
	padding-top: 8px;

}

#section_divider {
	height: 3px;
	width: 924px;
	background-color: #8b1507;
	float: left;
	margin-left: 50px;
	margin-right: 50px;
}

#form_divider {
	height: 3px;
	width: 924px;
	background-color: #8b1507;
	float: left;
}

#section_divider_bottom_pad {
	height: 3px;
	width: 924px;
	background-color: #8b1507;
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 8px;
}

#browse_by_author {
	padding-left: 50px;
	width: 462px;
	float: left;
	color: #8b1507;
	padding-bottom: 8px;
}

#browse_by_reader {
	text-align: right;
	width: 462px;
	float: left;
	color: #8b1507;
	padding-right: 50px;
	padding-bottom: 8px;
}
.section_subhead {
	color: #000000;
	font-weight: bold;
}
#featured1 {
	width: 161px;
	float: left;
	padding-left: 50px;
	padding-right: 45px;
	text-align: center;
	font-size: 14px;
}

#featured2 {
	width: 253px;
	float: left;
	text-align: center;
	font-size: 14px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #8B1507;
	border-left-color: #8B1507;	
}

#featured3 {
	width: 161px;
	float: left;
	padding-left: 50px;
	padding-right: 45px;
	text-align: center;
	font-size: 14px;
}

#featured4 {
	width: 253px;
	float: left;
	text-align: center;
	font-size: 14px;
	border-right-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #8B1507;
	border-left-color: #8B1507;
}

#book_an_author {
	width: 922px;
	float: left;
	padding-left: 50px;
	font-size: 19px;
	padding-right: 50px;
	text-align: justify;
}

#book_an_author_table {
	width: 922px;
	float: left;
	padding-left: 50px;
	font-size: 19px;
	padding-right: 50px;
	text-align: left;
}

#footer {
	float: left;
	width: 1024px;
	height: 85px;
	overflow: hidden;
	background-color: #000000;
}

#footer_left {
	padding-left: 50px;
	width: 462px;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 6px;
}

#footer_right {
	text-align: right;
	width: 462px;
	float: left;
	color: #FFFFFF;
	padding-right: 50px;
	font-size: 14px;
	padding-top: 6px;
}

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:active {
	color: #8b1507;
	text-decoration: underline;
}
a.nav:hover {
	color: #8b1507;
	text-decoration: underline;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footnote {
	font-size: 14px;
}

.required {
	color: #FF0000;
}
.author_search {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}

.author_search_form {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.img_author_search {
	padding-bottom: 20px;
}

#about_authors {
	width: 922px;
	float: left;
	font-weight: normal;
	font-size: 19px;
	padding-left: 50px;
	padding-top: 8px;
	text-align: justify;
	padding-right: 50px;
}
