
	
	body {
		background: url(../images/layout/bg_texture.gif);
		font-size: 62.5%;
		font-family: Verdana, sans-serif;
		color: #343b42;
	}
	
	div#container_shadow, div#footer_bottom_shadow {
		margin: 0 auto;
		width: 816px;
		background: url(../images/layout/content_bg_shadow.png) repeat-y;
	}
		
		div#footer_bottom_shadow {
			height: 50px;
			background: url(../images/layout/footer_bottom_shadow.png) no-repeat;
		}
	
	div#container {
		width: 720px;
		margin-left: 51px;
	}
	
	div#header {
		height: 184px;
		background: url(../images/layout/blue_apron_header.gif) no-repeat;
	}
	
	div#content {
		background: #fff9ea url(../images/layout/content_bg.gif) repeat-x;
	}

		div#left_col {
			float: left;
			width: 182px;
			background: #fff9ea url(../images/layout/left_col_bg.gif) no-repeat;
			padding: 20px;
		}
		
		div#right_col {
			width: 445px;
			margin-left: 250px;
			padding: 20px 0 10px;
		}
			
			div.highlight_box, div.two_col_box { margin-bottom: 15px }
			div.highlight_box {
				padding: 15px;
				background-color: #f0eadb;
				margin-bottom: 15px;
			}
				
				div.tc_box {
					width: 198px;
					float: left;
					margin: 0 20px 25px 0;
				}
					
					div.tc_box img {
						width: 130px;
					}
		
		div.chef_btns { margin-bottom: 10px }
	
	div#footer {
		height: 32px;
		clear: both;
		text-align: center;
		padding-top: 72px;
		background: url(../images/layout/footer_bg_highlight.gif) no-repeat;
	}
	
	
	/* img */
	
	img {
		border: 3px solid #cfc9bb;
		margin-bottom: 7px;
	}
		
		div#left_col img.chef_photo { border-color: #fff }
		
		img.block_image { margin: 15px 0 }
		img.float_left { float: left; margin: 2px 8px 8px 0 }
	
	div#header h1, h4.r_more, h4.v_videos {
		text-indent: -9999px;
	}
	
	h4.r_more a, h4.v_videos a {
		background-repeat: no-repeat;
		display: block;
	}
		
		h4.r_more a, h4.v_videos a {
			width: 72px;
			height: 15px;
			background-image: url(../images/layout/view_videos_btn.gif);
			margin-left: 80px;
		}
		
		h4.r_more a {
			background-image: url(../images/layout/read_more_btn.gif);
			float: left;
			margin-left: 0;
		}
	
	
	/* Type */
	
	div#right_col h1, div#right_col h4 {
		color: #1266bc;
		font-family: Georgia, serif;
		font-size: 2.3em;
		font-weight: normal;
		font-style: italic;
		margin-bottom: 6px;
	}
		
		div#right_col h4 {
			font-size: 12px;
			margin-bottom: 2px;
		}
	
	div#content h3 {
		font-size: 1.2em;
		margin-bottom: 10px;
	}
		
		div#left_col h3 {
			font-family: 'Lucida Grande','Trebuchet MS';
			font-size: 1.1em;
			margin-bottom: 6px;
			text-transform: uppercase;
		}
	
	div#content h2 {
		font-size: 1.3em;
		line-height: 22px;
		font-weight: normal;
		margin-bottom: 20px;
	}
		
		div#left_col h2 {
			font-family: Georgia, serif;
			font-size: 1.6em;
			font-weight: normal;
			color: #33261d;
			margin-bottom: 6px;
		}
	
	div#content p {
		font-size: 1.1em;
		line-height: 18px;
		margin-bottom: 12px;
	}
		
		div#left_col p {
			font-size: 1.0em;
			line-height: 16px;
		}
	
	h5 {
		font-size: 1.1em;
		font-family: 'Lucida Grande','Trebuchet MS';
		margin-bottom: 2px;
	}
	
	
	div#footer h5 {
		font-size: 1.1em;
		font-weight: normal;
	}
		
		div#footer h5 strong {
			font-family: Georgia, serif;
			font-size: 1.3em;
			font-style: italic;
			font-weight: normal;
		}
	
	
	/* Nav */
	
	ul#nav { 
		text-align: center;
		position: relative;
		top: 135px;
	}
	
	ul#nav li {
		display: inline;
		font-size: 1.2em;
		font-family: 'Lucida Grande','Trebuchet MS';
		text-transform: uppercase;
		font-weight: bold;
		margin-right: 55px;
	}
	
		ul#nav li.last { margin-right: 0 }

	ul#nav li a { color: #fff; text-decoration: none; }

	
	/* a href */
	
	a:link { color: #226ebc }
	a:visited, a:hover, a:active { color: #5193D4 }
	.image { width: 400px; }
	