*{ padding:0px; margin:0px; }
body{ background:#fff; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; font-weight: 300; color: #676d75; text-transform: lowercase;}


a{ color:#C8DCE5;}
h3{ margin: 10px 10px 0 10px; color:#FFF;  }

h1 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-size: 28px;
	font-weight: 300; 
	color: #333; 
	text-transform: lowercase;	
	line-height: 22px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.center {
	padding-top: 200px;
   width: 660px;
   margin: 0 auto;
}
			
.food { 
	width: 300px; 
	height: 200px; 
	margin:10px; 
	float:left; 
	background:#ccc; 
	border: solid 5px #ccc; 
	overflow: hidden; 
	position: relative; 

}


.portraits { 
	width: 300px; 
	height: 200px; 
	margin:10px; 
	float:right; 
	background:#ccc; 
	border: solid 5px #ccc; 
	overflow: hidden; 
	position: relative; 
}

.clr {
	clear: both;
}

.food img , .portraits img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.food p , .portraits p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

h3 a{}
