/** BASIC */

body {
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
	background-color: #A788C6;
}

h1, h2, h3, h4, h5, h6 {
	color: #316;
}

h2 {
	margin:10px 0 5px 0;
	border-bottom:1px solid #9677b5;
    font-size:150%;
	}
h3 {
	margin-bottom:0;
    font-size:125%;
	}
h4 {
	margin-bottom:0;
	font-size:100%;
	}
p {
	margin:1px 0 8px 0;
	}
ul {
	margin-left:16px;
	padding:0;
}

a {
	color: #649;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#316;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.book_club {
	color:#336600;
	font-weight:normal;
	}
.clear_both { 
    clear:both;
}
/** HEADER */

#header {
	width: 760px;
	height: 80px;
	margin: 0px auto;
	background: #fff url(images/books_left.jpg) no-repeat 10px 0;
	text-align:center;
	border-bottom:1px solid #360;
}

#header_corner_left {
	background:url(images/top_left.gif) no-repeat left top;
	}
#header_corner_right {
	background:url(images/top_right.gif) no-repeat right top;
	}
	
#header h1 {
	font-size: 50px;
	line-height:50px;
	margin:0;
	padding:17px 0 0 0;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 43px 10px 0px 0px;
}

#books {
	float:left;
	}

/** MENU */

#menu {
	width: 760px;
	margin: 0px auto;
	padding:0;
	background-color:#a1c94f;
	text-align:center;
}

#menu ul {
	margin: 0px;
	padding: 8px;
	list-style: none;
}

#menu li {
	display: inline;
	padding:0 10px;
}

#menu a {
	font-size: small;
	color: #336600;
}

#menu a:hover {
	color: #250;
}

/** CONTENT */

#content {
	width: 760px;
	margin: 0px auto;
	background: url(images/content_background.gif) repeat-y left top;
	border-top:1px solid #316;
	border-bottom:1px solid #316;
}

#booklistnavigate {
	text-align:center;
}


#columnA {
	float: right;
	width: 520px;
	padding: 0 20px;
    margin:0;
}

#columnA ul { 
    margin-top:4px;
}

#columnA ul li {
	padding-bottom:8px;
}

#columnA .right {
	float:right;
	}

#columnB {
	float: left;
	width: 180px;
	padding: 0 10px
}
	ul#nav_menu {
		font-size:small;
		border-bottom:1px solid #a788c6;
		margin:10px 0 0 0;
		padding:0;
		list-style:none;
		}
		ul#nav_menu li {
			padding:0 0 10px 2px;
			margin:0;
			}

	#amazon {
		margin:20px 0 0 0;
		}
		
#columnB h2 {
	font-size: large;
}

.bolded { 
    font-weight:bold;
}

.comment {
    font-style:italic;
    padding:5px 10px;
    font-size:90%;
}

/** FOOTER */

#footer {
	width: 760px;
	margin: 0px auto;
	background: #BED985 url(images/bottom_left.gif) no-repeat left bottom;
	text-align:center;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	background: url(images/bottom_right.gif) no-repeat right bottom;
	font-size: smaller;
}

#design { 
    width:760px;
    margin:1px auto;
    text-align:right;
}

#design p {
   font-size:xx-small;
   margin:0 8px;
   text-align:right;
}

#design a {
	color: #86B;
}

#design a:hover {
	color:#427;
}