/* basic elements */
body { 
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	background: #FAFAE3; 
	margin: 0px; 
	}

a:link { 
	font-weight: bold; 
	text-decoration: none;
	
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none;
	}
	
a:hover, a:active { 
	text-decoration: underline;
	}
	
a {
	color: #996600;
}
	
a.off {
	color: #FAFAE3;
}

a.on {
	color: #000000;
}
.menu {
	font-weight: bold;
	font-size: x-small;
	background: #996600;
	}

.menu_on {
	font-weight: bold;
	font-size: x-small;
	background: #ffcc66;
	}

.menu_divider {
	background: #FAFAE3;
	}

.hours {
	font-weight: bold;
	font-size: xx-small;
	}
	
.underline {
	text-decoration: underline;
	}
	
.x-small {
	font-size: x-small;
	}
	
td.main {
	margin-left: 20;
	margin-right: 20;
	padding-left: 20;
	padding-right: 20;
	}
.newmenuhead, .newmenuhead img a {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-decoration: underline;
}

.newmenu {
	font-size: 12px;
	text-align: left;
	color: #000000;
	
}

.newmenutable {
	margin: 5,5,5,5;
	padding: 5,5,5,5;
}

.front_on {
	background-color: #996600;
}

.front_off {
	background-color: #C7D78C;
	border-bottom: thin 996600;
}

a.front_menu_on, a.front_menu_on:hover, a.front_menu_on:active {
	text-decoration: none;
	color: white;
}

a.front_menu_off {
	color: black;
}

.front_space {
	border-bottom: thin 996600;
}	

a.front_menu_off:hover, a.front_menu_off:active { 
	text-decoration: none;
	background-color: #996600;
	color: white;
}

.front_box {
	margin: 5,5,5,5;
	padding: 5,5,5,5;
}
