/* changes to menu layout, putting price on same line but flush right of item name */
br.clear {
	clear:none;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;	
}

#item_containter_left {
	width: 320px;
	float: left;
	margin-bottom: 20px;
}
#item_containter_right {
	width: 70px;
	float: right;
	text-align: right;
}
/* /changes to menu .... */

#food_image_left{
	margin-left:10px;
}

/* RIGHT COLUMN FOOD IMAGES */
#food_image1 {
	height:200px;
	margin-top:175px;
	margin-bottom:175px;
}

#food_image2 {
	height:200px;
	margin-top:175px;
	margin-bottom:175px;
}

#food_image3 {
	height:200px;
	margin-top:150px;
}

#food_image4 {
	height:200px;
	margin-top:150px;
}

#food_image5 {
	height:200px;
	margin-top:150px;
}

/* RIGHT COLUMN FOOD IMAGES */

#menu_content {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 25px;
}

#text_content {
	color: #666666;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 25px;
}
	
#divider1_name {
	color: #333;
	font-size: 12pt;
	padding-top: 25px;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A4;
}

#divider2_name {
	color: #640000;
	font-size: 11pt;
}

.item_name {
	color: #640000;
	font-size: 10pt;
	font-weight: 500;
	line-height: 18px;
	
}

.item_description{
	color: #666666;
	font-size: 9pt;
	line-height: 18px;
	padding-left: 8px;
	
}

.item_price{
	color: #666666;
	font-size: 9pt;
	padding-left: 8px;
	line-height: 18px;
	
}


