/* CSS Document */

body {
	background-image: url(../images/specials_bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

#content {
	background-image:url(../images/dinner_specials.jpg);
	background-repeat:no-repeat;
	padding: 60px 0px 0px 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #393408;
}

strong {
	color: #663333;
}

td {
	border-bottom: 1px solid #393408;
	padding: 5px;
}