@charset "iso-8859-1";

*, *.* {
	margin: 0;
	paddin: 0;
}

#vertbg {
	background: url(images/vertline.gif) repeat-y;
}

#horizbg {
	background: url(images/horizontalline.gif) repeat-x;
}

body {
	background-color: #79041F;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Trebuchet MS, Arial;
	font-size: 10pt;
	color: #006600;
}

div#sticky {
	width: 300px;
	height: 200px;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -150px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #666666;
	font-family: Georgia, Trebuchet MS, Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

A:active {
	text-decoration: none;
	color: #999999;
	font-family: Georgia, Trebuchet MS, Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}

A:hover {
	text-decoration: none;
	color: #930123;
	font-family: Georgia, Trebuchet MS, Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}

ul {
	padding-left: 20px;
	-padding-left: 0

;
	/*IE Hack*/

margin-left: 0;
	-margin-left: 2

0px;
	/*IE Hack*/

padding-bottom: 10px;
}

li, .blue {
	font-size: 11px;
	color: #006600;
	margin: 2px 2px 2px 2px;
	line-height: 10px;
}

#menu {
	padding-left: 5px;
}

h4 {
	margin: 5px;
}

#footer {
	font-family: Georgia, Trebuchet MS, Arial;
	font-size: 7pt;
	color: #FFFFFF;
	margin-top: 8px;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a {
	font-family: Georgia, Trebuchet MS, Arial;
	font-size: 7pt;
	color: #FFFFFF;
}

P {
	font-family: Georgia, Trebuchet MS, Arial;
	font-size: 10pt;
	color: #006600;
	margin: 5px;
	line-height: 17px;
}

H2 {
	font-family: Georgia, Trebuchet MS, Arial;
	font-size: 12pt;
	color: #006600;
	margin: 5px;
	line-height: 14px;
	text-align: center;
}

td {
	font-family: Georgia, Trebuchet MS, Arial;
	font-size: 10pt;
	color: #006600;
}

.largeWhite {
	font-family: Georgia, Trebuchet MS, Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 5px;
}

.clear {
	clear: right;
}

#menu {
	padding-left: 5px;
}

/* Upcoming Events Box-Update */

#updatebox {
	width: 250px;
	height: 125px;
	background: white;
	border: 2px dashed;
	border-width: thin;
	border-color: rgb(121,4,31);
	margin: 3px;
	padding: 3px;
	text-align: left;
	font-size: 12px;
}

/* Weekend Menu Styles */

#weekendmenu {
	width: 225px;
	background: white;
	border: 2px solid black;
	margin: 5px;
	padding: 5px;
	float: right;
	text-align: center;
	font-size: 12px;
}

/*Holiday Menu*/

#entree, #starch, #vegetables, #salad, #bread, #desserts {
	margin-right: 15px;
}

#starch {
	float: left;
	padding-left: 15px;
}

#vegetables {
	float: right;
	padding-right: 25px;
}

#bread {
	float: right;
	padding-right: 18px;
	-margin-top: 20px;
}

#salad {
	float: left;
	padding-left: 15px;
	margin-top: 15px;
	-margin-top: 35px;
}

#desserts {
	padding-top: 290px;
	padding-left: 150px;
	_padding-top: 125px;
}

#notice {
	text-align: center;
	padding: 10px;
	font-style: italic;
}

.prices {
	text-align: right;
	font-weight: bold;
}

.entree {
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
}

.category {
	font-weight: bold;
}