body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	background: #8DB08F;
}

#main_table {
	border:1px solid #046472;
	background-color:#F8F3DF;
}

#header {
	background:url(images/header.jpg);
	width:1000px;
	height:138px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	padding:0px;
	margin:0px;
	font-weight: normal;
}

a:link, a:visited {
	color:#035666;
}

a:hover, a:visited:hover {
	color:#8DB08F;
}

/*the 3 main cells all have this padding*/

.cell_padding {
	padding: 20px 20px 0px;
}

#navigation {
	color:#FFFFFF;
	background:url(images/nav-bar.jpg);
	height:34px;
	padding-left:20px;
}

#navigation a {
	color:#FFFFFF;
	text-decoration:none;
}

#navigation a:hover {
	color:#8DB08F;
}

#content {
	margin:0 30px;
}

/*Top green table with all the books. I made the books one graphic, because it took a lot less time. Since
the books are different widths, it did not look like there was the same spacing between them if I made
the jpgs all the same width.*/

#book_table {
	background:#B1CEB1;
	border:7px solid #8FB38D;
	padding:10px;
	width:629px;
}

/*The bottom green table is for the featured book. The featured_book class puts padding in the left cell
so that it looks like there is the same margin between the featured book and the books on top. The
graphic has a little edge, so the number of pixels is not exactly the same.*/

.featured_book {
	padding-top:5px;
	padding-left:23px;
}

/*Padding for right cell of featured book*/

.featured_text_cell {
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom:23px;
}

.featured_text_table {
	border: 1px solid #668067;	
}

.blue {
	color: #03606C;
}

.jill-photo {
	padding-top:75px;
}

