div#localnav {
float: left;
width: 179px;
text-align: center;

}

div#localcontent {
float: right;
width: 500px;
padding-right: 20px;
margin-bottom: 30px;
}

p {
font-size: 12px;
}

ul#navlist {
margin: 0;
padding: 0;
list-style-type: none;
vertical-align: top;
}

ul#navlist li {
margin-top: 7px;
font-size: 12px;
}

ul#navlist li a {
color: #6c7680;
text-decoration: none;
/* background-image: url('../images/list.gif'); */
background-repeat: no-repeat;
background-position: 0 51%;
padding-left: 15px;
}

ul#navlist li a:hover {
background-image: url('../images/list-active.gif');
color: #1e5078
}


div#localnav img {
padding: 10px 0px 10px 0px;
}


div.restlogos {
text-align: center;
}

div.restlogos a {
margin-right: 12px;
}

td.center {
text-align: center;
}

table.contact tr td {
padding: 10px;
}

table.pantry {
font-size: 75%;
border: none;
}

table.pantry tr td {
border: solid 1px #1e5078;
margin: 0;
padding: 2px;
}


div.commentform {
width: 450px;
}

h5.commenthead {
width: 297px;
padding: 5px;
background-image: url('../images/boxtop.gif');
background-repeat: no-repeat;
color: white;
font-family: Georgia;
}


table.comments {
font-size: 80%;
}
table.comments td {
padding: 5px;
}

textarea.commentbox {
width: 297px;
}

#localcontent h3 {
background-image: url('../images/h3.png');
background-repeat: no-repeat;
background-position: left top;
color: white;
padding: 5px;
padding-left: 15px;
}

label {
	font-size: 80%;
}

legend {
	color: #1e5078;
	font-size: 75%;
}

fieldset {
	margin-top: 25px;
}

ul.features {
	padding-left: 20px;
}
ul.features li span.title {
font-size: 140%;
border-bottom: solid 1px #ccc;
font-family: Georgia;
}

ul.features li { padding: 2px;}
