#content p
{
	position: relative;
	left: 44px;
	width: 860px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.menu-line
{
	position: relative;
	margin: auto;
	width: 860px;
}


.menu-item
{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 273px;
}

.menu-line .first
{
	margin-left: 0;
}

.menu-line .last
{
	margin-right: 0;
}

.menu-item img
{
	border: solid 3px #e5dfd3;
}

.menu-item #border-holder
{
	position: absolute;
	width: 273px;
	height: 200px;
	top: 0;
	left: 0;
	display: block;
}

.menu-item #border-holder .bottom-cut
{
	background: transparent url("../images/bottom_cut_small.png");
	width: 27px;
	height: 15px;
	top: 185px;
	position: relative;
	display: block;
	margin: auto;
}

.menu-item h3
{
	font-size: 18px;
	line-height: 18px;
	color: #6d624d;
	font-family: "Hoefler Text", "Palatino", "Georgia", "Times", "Times New Roman", serif;
	font-weight: normal;
	text-align: center;
	margin: auto;
	width: 156px;
	margin-top: 10px;
	margin-bottom: 10px;
}