body{
	padding: 0px;
	margin: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 2px;
	padding: 0px;
	border-bottom: 2px solid #5e2d39;
	width: 798px;
}

#mastFooter{
	font-family: Verdana,Arial,sans-serif;
	font-size: 9px;
	width: 700px;
	padding: 5px 0px 10px 0px;
	color: #748f4c;
	margin: 0 0 0 101px;
}

#navBar{
	float: left;
	width: 82px;
	padding: 0px 0px 10px 2px;
}

#navBarLinks{
	border-bottom: 1px solid #ffffff;
}

#header{
	font-family: Verdana,Arial,sans-serif;
	font-size: 18px;
	width: 697px;
	padding: 5px 0px 8px 0px;
	color: #748f4c;
	margin: 0 0 0 99px;
	font-weight: bold;
	background-color: #DAE0CE;
}

#content{
	width: 690px;
	padding: 0px 10px 0px 0px;
	height: 405px;
	position: absolute;
	left: 104px;
	top: 175px;
}

#contentscroll{
	width: 690px;
	padding: 0px 10px 0px 0px;
	margin: 0 0 0 100px;
	height: 400px;
	overflow: scroll;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #A4D1A3;
	scrollbar-arrow-color: #ffffff;
}

#siteInfo{
	color: #999999;
	font-family: Verdana,Arial,sans-serif;
	font-size: 9px;
	border-top-color: #748f4c;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: center;
	padding-top: 2px;
	width: 800px;
	position: absolute;
	top: 576px;
	left: 0px;
}

#foodMiniNav{
	position: absolute;
	left: 650px;
	width: 150px;
	top: 460px;
	height: 100px;
	padding: 5px;
	margin: 0px;
}

#foodMiniNav a:hover{
	text-decoration: underline;
}

#eventsticker{
	position: absolute;
	left: 341px;
	top: 0px;
	width: 330px;
	height: 360px;
	padding: 10px;
	padding-left: 5px;
	border-color: #748f4c;
	border-width: 2px;
	border: solid;
	background-color: #DAE0CE;
}

#eventsintro{
	width: 300px;
	height: 360px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#eventsname{
	position: absolute;
	left: 384px;
	top: 217px;
	width: 300px;
	height: 20px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 18px;
	color: #748f4c;
	font-weight: bold;
}

#eventshome{
	position: absolute;
	left: 383px;
	top: 244px;
	width: 300px;
	height: 130px;
	margin: 0 0 0 0;
	background-color: #DAE0CE;
	border-color: #748f4c;
	border-width: 2px;
	border: solid;
}

#homeMainPic{
	position:absolute;
	width:301px;
	height:200px;
	z-index:1;
	left: 488px;
	top: 175px;
}

#food{
	width: 500px;
	height: 375px;
	overflow: scroll;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #A4D1A3;
	scrollbar-arrow-color: #ffffff;
	padding-right: 15px;
}

#homepic{
	align: center;
	valign: middle;
}

/************** classes ***************/

.bodyText{
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: justify;
}

.bodyTextGreen{
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: justify;
	color: 748f4c;
	font-weight: bold;
}

.shadeon{
	background-color: #EDF5ED;
}

a:link, a:visited, a:hover {
	color: #748f4c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#siteInfo a, a:visited {
	color: #748f4c;
	text-decoration: none;
	font-size: 9px;
}

#content a:hover {
	color: #748f4c;
	text-decoration: underline;
	font-size: 11px;
}

#content a, a:visited {
	color: #748f4c;
	text-decoration: none;
	font-size: 11px;
}

#siteInfo a:hover {
	color: #748f4c;
	text-decoration: underline;
	font-size: 9px;
}
/* overrides decoration from previous rule for hovered links */

.scroller{
	width: 500px;
	height: 375px;
	overflow: auto;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #A4D1A3;
	scrollbar-arrow-color: #ffffff;
	padding-right: 15px;
}

li {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: justify;
}

/************** .img styles ***************/

.fltright{
	float: right;
	padding: 0px;
	margin: 0px 0px 5px 25px;
}
/* FOODBUTTONS */

#FoodButtons {
	float: left;
	width:546px;
	position: absolute;
	top: 280px;
}

#FoodButtons ul {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}

#FoodButtons ul li{
	line-height: 1.2em;
	margin-top: 0em;
	float: left;
	margin-right: 22px;
}

#content #FoodButtons ul a{
	background-image: url(../Images/FoodButton.gif);
	width:160px;
	height:36px;
	line-height:14px;
	display:block;
	text-decoration:none;
	text-align: center;
	color: #bfaf69;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0 0 0;
}

#content #FoodButtons li a:hover{
	background-image: url(../Images/FoodButton.gif);
	background-position: right;
	color: #fff;
}

#content #FoodButtons p{
	font-size: 0.4em;
	color: #ffffff;
	line-height: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	text-align: center;
}
#content #FoodButtons a, a:visited, a:hover{
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}

#FoodButtons2 {
	position:absolute;
	float: left;
	width:547px;
	top: 330px;
}

#FoodButtons2 ul {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}

#FoodButtons2 ul li{
	line-height: 1.2em;
	margin-top: 0em;
	float: left;
	margin-right: 22px;
}

#content #FoodButtons2 ul a{
	background-image: url(../Images/FoodButton.gif);
	width:160px;
	height:35px;
	line-height:14px;
	display:block;
	text-decoration:none;
	text-align: center;
	color: #bfaf69;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0 0 0;
}

#content #FoodButtons2 li a:hover{
	background-image: url(../Images/FoodButton.gif);
	background-position: right;
	color: #fff;
}

#content #FoodButtons2 p{
	font-size: 0.4em;
	color: #ffffff;
	line-height: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	text-align: center;
}
#content #FoodButtons2 a, a:visited, a:hover{
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}

/*	padding: 17px 22px 0 0; /*
