* {
	padding: 0;
	margin: 0;
	}

body {
	text-align: center;
	font-family: Georgia;
	font-size: 14px;
	background: url("../images/bg.gif");
	}

p {
	line-height: 130%;
	margin: 0 0 10px 0;
	padding: 0;
	}

img {
	border: 0;
	}
	
h2 {
	margin-bottom: 10px;
	font-size: 17px;
	letter-spacing: -1px;
	}

h3 {
	margin-bottom: 10px;
	font-size: 14px;
	}

a:link,
a:visited {
	color: #6e9c48;
	background: transparent;
	}

a:hover {
	text-decoration: none;
	}

.clear {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
	}

.adobe {
	color: #bd7a49;
	}
	
/*** Site ***/

#site {
	margin: 0 auto;
	text-align: left;
	background: #fff url("../images/site_bg.gif") repeat-y;
	width: 805px;
	}

/*** Header ***/

#header_bg {
	position: absolute;
	top: 0;
	left: 0;
	background: #ccd6ba url("images/header_bg_dark.gif");
	width: 100%;
	height: 250px;
	}

#header {
	position: relative;
	background: #d9e2c7 url("images/header_bg_light.gif");
	height: 250px;
	}

#header #chana {
	position: absolute;
	right: 0;
	bottom: 0;
	}

#header #logo {
	position: absolute;
	left: 30px;
	bottom: 20px;
	}

/*** Left Column ***/

#left {
	float: left;
	padding-top: 25px;
	width: 550px;
	}

#book_info {
	float: left;
	margin-left: 20px;
	width: 352px;
	}

#book_info #title {
	font-family: Georgia;
	font-weight: bold;
	font-size: 22px;
	}

#book_info #subtitle {
	margin-top: 2px;
	font-family: Georgia;
	font-size: 14px;
	color: #444;
	}

#book_info #author {
	margin-top: 4px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	}

ul.list {
	list-style: none;
	}
	
ul.list li {
	padding: 0 0 6px 18px;
	background: url("images/arrow.gif") no-repeat 0 0;
	font-size: 13px;
	color: #666;
	line-height: 100%;
	}

.testimonial {
	margin-top: 15px;
	color: #444;
	}
	
.testimonial .quote {
	line-height: 130%;
	}
	
.testimonial .commentor {
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
	}
	
.testimonial .claim_to_fame {
	margin-top: 4px;
	font-size: 12px;
	line-height: 130%;
	}
	
/*** Right Column ***/

#right {
	float: left;
	margin-left: 25px;
	padding-top: 25px;
	width: 230px;
	}

#about_chana {
	font-size: 12px;
	color: #666;
	}

#sample_recipe {
	border: 1px dotted #999;
	font-size: 12px;
	}

#sample_recipe .padding {
	padding: 8px 10px;
	}
	
/*** Footer ***/

#footer {
	clear: both;
	margin: 30px 0;
	padding: 15px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	text-align: center;
	color: #666;
	}

.copyright {
	color: #999;
	font-size: 12px;
}