@charset "utf-8";
/* CSS Document */


body {
	background-color: #5C6E86;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e3edf7
	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 */
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: thin inset #2C333D;
	background-color: #32393B;
	color: #DEE6E9;
}

#header {
	background-image: url(images/banner2.jpg); 
	background-repeat: no-repeat;
	background-position: center;
	height: 133px;
	width: 780px;
	background-color: #31383e ;
	
	
	
}#container h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
	font-weight: bolder;
	color: #D4DFEB;
	text-align: right;
	padding: 10px;
	margin-top: 85px;
	margin-right: 5px;
}
#container form {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-indent: 10px;
	padding: 5px;
	border: thin outset #2C333D;
	color: #D7E1EA;
}
#footer {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 780px;
}
table {
	padding: 2px;
	margin: 2px;
	border: thin ridge #2C333D;
}
li {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
form p input {
	background-color: #FFF;
	border: thin outset #2C333D;
	margin-left: 3px;
	margin-right: 3px;
}
form table {
	background-color: #292A1C;
	color: #C6D2E0;
	border: thin outset #2C333D;
}
table tr td input {
	background-color: #FFF;
	border: thin outset #2C333D;
}
form ul {
	border: thin none #2C333D;
}
form ul li {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
form ul li input {
	border: thin outset #2C333D;
	margin-right: 3px;
}
textarea {
	border: thin outset #2C333D;
	margin-right: 3px;
	margin-left: 3px;
}
select {
	border: thin outset #2C333D;
	margin-right: 3px;
	margin-left: 3px;
}
#nav {
	background-color: #343E47;
	width: 775px;
	border: thin solid #282f39;
	margin: 0px;
	text-align: center;
}
#nav li {
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
#nav li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2em;
	text-decoration: none;
	color: #EEF3F7;
}
#nav li a:hover {
	text-decoration: underline;
	
}.booklist #nav #booklist {
	font-weight: bold;
	color: #5f87ba;
}
.reco #nav #reco a {
	font-weight: bold;
	color: #5f87ba;
}
.search #nav #search a {
	font-weight: bold;
	color: #5f87ba;
}
#genre li {
	list-style-type: none;
}
#genre li a {
	font-size: 1.2em;
	text-decoration: none;
}
#listgenre li a {
	font-size: 1.2em;
	text-decoration: none;
	padding-right: 15px;
}
#listgenre ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#listgenre {
	font-size: 1.2em;
	line-height: 2em;
	background-color: #5C6E86;
	width: 780px;
	color: #000;
}
#genre li a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#recmnd {
	background-color: #C0D4EC;
	margin: 0px;
	width: 780px;
}
#recmnd form p {
	font-size: 1.2em;
	line-height: 2em;
	color: #006;
}
#button {
	color: #E6F8FF;
	background-image: url(images/graceButton.jpg);
	width: 163px;
	height:39px;
	background-repeat: no-repeat;
	font-size: large;
	text-align: center;
	
	margin-left: 50px;
	
}#listgenre p {
	padding-left: 20px;
}
#listgenre h3 {
	font-weight: bold;
	color: #2F3640;
	text-align: left;
	padding-left: 10px;
	padding-top: 15px;
}
