/*-------------------
global menu
-------------------*/
.restaurant-box{
clear:both;
}


.text{
clear:both;
float:left;
width:270px;
height:210px;
margin:15px 0 0 0;
}
	.restaurant-box .text h4{
	font-size:130%;
	color:#664620;
	}
	
	.text p span{
	margin:0 10px 0 0;
	padding:0 7px 0 7px;
	background:#3c270f;
	color:white;
	}

.image{
float:right;
width:340px;
height:210px;
margin:15px 0 0 0;

}
