

.dummy {

}

h1 {
	font-family: Arial, Helvetica;
	font-size: 20pt;
	font-weight: bold;
	color: #ff7322;
	letter-spacing: 2px;
	font-variant: small-caps;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica;
	font-size: 15pt;
	color: #006161;
	text-align: center;
	background-color: #b8ae72;
}
.previous_link a{
	font-family: Arial;
	font-size: 10pt;
	float: left;
	color: #006161;
}
.next_link a{
	font-family: Arial;
	float: right;
	font-size: 10pt;
	color: #006161;
}
th {
	font-family: Arial, Helvetica;
	text-transform: uppercase;
	padding: 15px 5px 10px 0px ;
	position: relative;
	border: 1px #013535 solid;
	
}
.weekday {
	font-family: Georgia;
	text-align: center;
	border: 1px #013535 solid;
}
td {
	font-family: Georgia;
	text-align: center;
	font-size: 13px;
	border: 1px #013535 solid;
}
tr th {
	background-color: gray;
	background-image: url(/images/daydinnersupper.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}

table {
	clear: both;
	width: 100%;
	border: 1px black solid;
}

.wrapper {
	width: 800px;
	margin: 0 auto;
}

body {
  text-align: center;
}
table {
	background-color: #253f6a;
	color: white;
}
body {
	background-color: #b8ae72;
	background-image: url(/images/food.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

table {
	background-color: #e8e5d4;
	background-image: url(/images/food2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border: 2px solid #00666f;
	color: black;
	font-weight: bold;
}

td {
	border: 1px #ff7b22 solid;
}
li {
	list-style-type: none;
	text-align: center;
}

