* {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	background: #fff;
}

.main h1 {
	font-size: 26px;
	font-weight: normal;
}

.chef_img {
	width: 400px;
	display: block;
	box-shadow: 2px 2px 10px #ccc;
	margin: 20px 0;
	float: left;
}

.chef_bio {
	float: left;
	width: 480px;
	margin: 20px 0 20px 20px;
	font-family: Helvetica, Arial, sans-serif;
}

.chef_bio h2, .chef_bio h2 a, .week_wrapper h2 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: 300;
	text-decoration: none;
	color: #000;
}

.chef_bio p {
	text-indent: 15px;
}
.chef_bio p, .week_wrapper p {
	color: #666;
	line-height: 19px;
}

.spotlight_title {
	font-size: 35px;
	font-family: Georgia, Arial, sans-serif;
	color: #222222;
}

.chef_img_sml {
	width: 90px;
	height: 135px;
	display: block;
	background: #cccccc;
	clear:left;
	float: left;
	margin: 0 20px 15px 0;
	box-shadow: 1px 1px 5px #ccc;
}

.button_container {
	width:480px;
	text-align: center;
	margin:20px 0;
}

.week_wrapper {
	width: 900px;
	clear: both;
	height: 720px;
	margin: 20px 0 0 0;
	padding: 25px 0 0 0;
	border-top: 1px solid #e0d9c8;
}

.week_wrapper b {
	font-weight: bold;
	color:#333;
}

.day_wrapper {
	width:420px;
	height: 300px;
	float: left;
	margin: 10px 0 0 0;
	position: relative;
}

.subtitle {
	position: absolute;
	top:190px;
	left: 0;
	font-size: 10px;
	color: #333;
	
}

#right_col, #right_col_2 {
	margin-left: 50px;
}

.day_wrapper h3 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

#coming {
	height: 30px;
	margin: 10px 0;
	color: #655b08;
}

.clouds_left {
	background: url("http://g-ecx.images-amazon.com/images/G/01/ember/web/announce/chef-spotlight/left_shadow_announce._V003_.png");
}