h1 {
	text-align:left;
	width:730px;
	background:#FFFFFF;
	margin:0;
	padding:10px 10px;
	font-size:1.8em;
	color:#996600;
}
form {
	margin:0;
}

#searchbar {
	text-align:left;
	width:710px;
	background:#ffd980;
	padding:5px 20px;
	font-size:0.8em;
}
#searchbar input {
	font-size:0.8em;
}

#topbar {
	text-align:left;
	width:710px;
	background:#F6E2BB;
	padding:5px 20px;
	font-size:0.8em;
	color:#555555;
}
#searchbar b,#topbar b {
	color:#996600;
	text-transform:uppercase;
	padding-right:10px;
}
#topbar span{
	padding:0 5px;
}
#topbar a{
	margin:0 5px;
}
#topbar a:link    {color: #9C0315; text-decoration: none; border-bottom:1px solid #AAAAAA;}
#topbar a:visited {color: #9C0315; text-decoration: none; border-bottom:1px solid #AAAAAA;}
#topbar a:hover   {color: #9C0315; text-decoration: none; border-bottom:1px solid #9C0315;}
#topbar a:active  {color: #9C0315; text-decoration: none; border-bottom:1px solid #9C0315;}

#list {
	border:1px solid #AAAAAA;
	margin:0 20px 10px 20px;
}
#list table {
	width:100%;
	border-bottom:1px solid #AAAAAA;	
}
#list table td {
	padding:10px 15px 10px 15px;	
}
#list td.listing a.title {
	font-size:1.4em;
}

#list td.listing span.vegan {
	font-weight:bold;
	color:#999900;
	height:20px;
	padding-left:25px;
	padding-top:1px;
	background:url(vegan.gif) no-repeat;
}
#list td.listing b {
	color:#996600;
}

#list td.rating {
	width:175px;
	text-align:right;
	vertical-align:top;
	text-transform:uppercase;
}
#list td.rating p {
	margin-top:5px;
}
