/*
palette

dark blue #000066
green #839E3C
light blue #34A7E8

*/





body {
	background: url(../images/body-food.jpg) no-repeat 0 278px;
	margin: 0;
	color:#666;
}

#toprightbgimage
{
	position:absolute;
	top:0;
	left:455px;
	width:611px;
	height:248px;
	margin:0;
	padding:0;
	overflow: hidden;
	z-index:0;

}

#toprightbgimage img
{
	border: 0;
	width: 611px;
	height: 248px;
}


div.foodlisting {margin-left:180px;margin-bottom:40px;height:120px}
div.foodlisting p {line-height:100%}
div.foodlisting img {float:left;margin-left:-180px}
div.foodlisting h3 {font-weight:bold}

div.foodlisting a {
	text-decoration: none;
	color: #34A7E8;
	border-bottom:#34A7E8 dotted 1px;
	}
div.foodlisting a:hover {border-bottom:none}


div.foodlisting ul {list-style:none;margin-left:0}
div.foodlisting ul li {padding:4px;}
div.foodlisting ul li a {
	background: url(../images/page_white_acrobat.gif) no-repeat;
	padding:2px;
	padding-left: 25px;
}


