body, table, td, input, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link { color: #204114; text-decoration: underline; }
a:visited { color: #204114; }
a:hover { color: #FFCC33; text-decoration: none; }
a:link { color: #204114; }

#header {
	width: 740px;
	height: 122px;
	background: url(assets/bg_header.jpg) no-repeat;
}
#header a{
	display: block;
	height: 122px;
	width: 346px;
	background: url(assets/logo.gif) no-repeat;
	margin-left: 61px;
	text-indent: -9000px;
}
.accent {color: #204114; font-weight: bold;}
.accent2 {
	color: red;
	font-weight: bold;
	font-style: oblique;
	text-align: center;
	font-size: 14px;
}
.frontbg {
	background-image: url(assets/bg_front.jpg);
	background-repeat: no-repeat;
	padding: 0px 70px 0px 70px;
	line-height: 16px;
	background-position:bottom center; 
}
.menubg {
	background-image: url(assets/bg_menu.jpg);
	background-repeat: no-repeat;
}
.special {
	padding: 10px;
	background-color: #FFE390;
	color: #204114;
	font-size: 14px;
}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #391000;
	}
.menu {	padding: 5px 50px 5px 70px;}
.left {
	width:300px;
	float: left;
	clear: right;
	display: block;
}
.right {
	width:300px;
	float: right;
	clear: left;
	display: block;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #204114;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: red;
	text-align: center;
}
.specialty {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
.dishtitle {
	font-family: arial, helvetica, sans-serif;
	font-size: 13pt;
	color: #831100;
	font-weight: bold;
}
.dish {
	text-align: center;
	font-size: 11px;
}
.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.padding {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.accent3 { color: #204114; font-weight: bold; ; font-family: Arial, Helvetica, sans-serif; font-size: 16px}
.address {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
}