
#container{
	width:740px;
	color: #5D5D5D;
	font-size: 12px;
}

#container a {
	color: #000099;
	text-decoration: none;
}

#container a:hover{
	color: #000099;
	text-decoration:underline;
}


#container a:visited {
	color: #000099;
	text-decoration: none;
}

.JumpLink{
	color:#333;
	text-decoration:none;
}

.JumpLink:hover{
	cursor:default;
	text-decoration:none;
}

.EachRestaurant{
	clear:both;
	margin-top:15px;
	border:solid 1px #CCC;
	padding:5px;
}

.EachRestaurant p{
	margin-top:0;
	font-size:14px;
	line-height:130%;
}

.Lunch{
	margin-right:5px;
}

.Inside{
	margin-right:5px;
	margin-bottom:15px;
}

.EachRestaurant .Tag{
	margin-right:10px;
}

.EachRestaurant .DataTag{
	margin-top:15px;
}

.RestaurantName{
	font-size:18px;
	font-weight:bold;
}

.LunchName{
	font-style:italic;
	font-size:16px;
}

.LunchName span{
	padding-left:15px;
	font-style:normal;
	font-weight:bold;
}

.RestaurantData{
	
}

.RestaurantData .DataTag{
	display:block;
}

.GoToTop{
	clear:both;
	text-align:right;
	margin:15px 0;
}

#PageLR{
	margin:20px 0;
}

#PageL{
	width:150px;
	float:left;
}

#PageR{
	width:300px;
	float:right;
	text-align:right;
}

