/* header */

#eating {
	width: 100%;
	font-family: helvetica,georgia, serif;
	}
	
#eating img {
	border-style: none;
	}
	
#eating a,
#eating a:visited {
	color: #06c;
	text-decoration: none;
	}
 
#eating a:hover,
#eating a:active {
 	color: #69f;
 	text-decoration: none;
 	}
 	
 #eating #flag {
 	padding: 0 0 15px 0;
 	}
	
#eating h2 {
	margin: 0;
	font-size: 42px;
	color: #000;
	letter-spacing: -.04em;
	}
	
#eating #subhead {
	font-size: 14px;
	line-height: 19px !important;
	color: #666;
	}		

/* items */

#content {
	}
	
#eating .item {
	padding: 5px 0 5px 0;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #444;
	border-bottom: 1px dotted #ccc;
	}

#eating #video {
	float: right;
	margin: 0 0 0 5px;
	width: 400px;
	height: 310px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	background: #06c;
	color: #fff;
	text-align: center;
	}
	
#eating p {
	margin: 7px 15px 0 10px;
	text-align: left;
	}	
	
#eating #video .intro {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 13px;
	line-height: 19px;
	background: #69f;
	color: #fff;
	text-align: center;
	}
	
 /* end */	