html, 
body{
	margin: 0px;
	padding: 0px;
	background: #435139;
	color: #333;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
	font-family: tahoma, arial, sans-serif;
	line-height: 120%;
}


#wrap{
	width: 980px;
	text-align: left;
}

#header{
	width: 979px;
	height: 205px;
	background: url(images/header.jpg) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

#footer_wrap{
	width: 100%;
	background: #435139;
	border-top: #1f3311 29px solid;
	line-height: 55px;
	min-height: 55px;
	height: 55px;
	height: auto !important;
	color: #fff;
	margin-top: 2px;
	text-align: center;
	font-size: 11px;
}

#footer_wrap a{
	color: #fff;
}

#footer_wrap a:hover{
	text-decoration: none;
}

#footer{
	width: 880px;
	text-align: left;
}

#footer span{
	margin-left: 10px;
}


#footer span#footer_nav{
	float: right;
	margin-right: 10px;
}

#copyright{
	margin: 10px 0 18px 5px;
}
.restaurant {
	width:150px;
	height:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFCC;
	background-image:url(../menus/images/menu_bg.jpg);
	font-size:9pt;
	padding:5px;
	margin:2px 7px;
	
	float:left;
	text-align:center;
	font-weight:bold;

}
.restaurant a,.restaurant a:link,.restaurant a:visited {
	color:blue;
	text-decoration:none;
}

