@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f7e195;
	color: #21230e;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-weight: bold;
	color: #21230e;
	text-decoration: none;
}
strong {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
em {
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

a {
	text-decoration: underline;
}
a:link {
	color: #353525;
}
a:visited {
	color: #656547;
}
a:hover {
	color: #3e704f;
	text-decoration: none;
}
img {
	display: none;
}
div#links {
	display: none;
}
div#maincontent {
	text-align: left;
	padding: 3px;
}
div#bottominfo {
	text-align: center;
}

div#credit {
	font-size: .9em;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
}
div#credit p {
}
div#credit a:link, div#credit a:visited {
	text-decoration: underline;
}
div#credit a:hover {
	text-decoration: none;
}

/*misc styles*/
/*misc styles*/
table.menu {
	width: 100%;
	margin: 0px;
	margin-left: 0px;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border: 2px solid #e0cc86;
}
tr.even {
	background-color: #f7e195;
}
tr.odd {
	background-color: #e0cc86;
}
.spicy {
	background-image: url(../images/spicyeven.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 11px;	
}
tr.odd span.spicy {
	background-image: url(../images/spicyodd.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 11px;
}
tr.even span.spicy {
	background-image: url(../images/spicyeven.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 11px;
}
td.name, th.name {
	width: 75%;
	text-align: left;
	padding: 1px 6px;
}
td.name3col, th.name3col {
	width: 55%;
	text-align: left;
	padding: 1px 6px;
}
td.odd {
	background-color: #e0cc86;
	width: 45%;
	text-align: left;
	padding: 1px 6px;
}
td.even {
	background-color: #f7e195;
	width: 45%;
	text-align: left;
	padding: 1px 6px;
}
td.price, th.price {
	width: 20%;
	text-align: right;
	padding: 1px 6px;
}
.description {
	text-align: center;
	font-style: italic;
	font-size: 11px;
	padding: 1px 20px 4px 20px;
	line-height: normal;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}

	