body
{
	margin: 0;
	padding: 14px 0 0 0;
	background: #67A532;
	font: 14px "trebuchet ms", sans-serif;
}

div#page
{
	width: 784px;
	margin: 0 auto 0 auto;
	border: 7px solid #452220;
	padding: 0;
	background-image: url("images/page.gif");
	background-repeat: repeat-y;
}

div#top
{
	clear: both;
	width: 754px;
	height: 105px;
	border-bottom: 10px solid #fff;
	margin: 0;
	background-color: #FFF500;
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
	padding: 35px 30px 0 0;
	font: bold 16px "trebuchet ms", sans-serif;
	color: #B92428;
	text-align: right;
}

div#menu
{
	float: left;
	width: 125px;
	padding: 5px 0 0 20px;
}

.menulink:link, .menulink:visited, .menulink:hover,.menulink:active
{
	display: block;
	height: 20px;
	margin: 25px 0 0 0;
	font: bold 17px "trebuchet ms", sans-serif;
	color: #B92428;
}

div#menu p{
	font-size: 14px;
}

/*CONTENT*/
div#content
{
	float: right;
	width: 573px;
	margin: 0 24px 15px 0;
	padding: 0 20px 0 20px;
}

h1
{
	margin: 15px 0 0 0;	
	font: bold 29px "trebuchet ms", sans-serif;
	color: #B92428;
}

h1.home{
	font-size: 25px;
}

h2
{
	margin: 15px 0 0 0;	
	border-bottom: 1px solid #B92428;
	font: bold 22px "trebuchet ms", sans-serif;
	color: #EF3F22;
}

h3
{
	margin: 15px 0 -14px 0;
	font: bold 16px "trebuchet ms", sans-serif;
}

p
{
	margin: 15px 0 0 0;
	line-height: 18px;
}

fieldset
{
	margin: 15px 0 0 0;
	border: 0;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #243F8F;
}

a:hover
{
	color: #5E94CD;
}

img
{
	border: 0;
}

div.highlight
{
	float: right;
	width: 250px;
}

.center{
	text-align: center;
}

/*Home*/
img.beef{
	float: left;
	margin: 15px 20px 35px 0;
}

div.coupon
{
	float: right;
	width: 255px;
	margin: 15px 0 15px 15px;
	border: 3px dashed #B92428;
	padding: 0 5px 5px 5px;
	background: #FFD21C;
	text-align: center;
}

div.coupon h2
{
	margin: 5px 0 0 0;
}

/*Locations*/
div.location{
	float: left;
}

iframe{
	width: 260px;
	height: 250px;
	margin: 20px 0 0 0;
	border: 0;
}

div.lunch
{
	float: left;
	width: 180px;
	font-weight: bold;
}

/*FOOTERS*/
.siteby:link, .siteby:visited,.siteby:hover,.siteby:active
{
	font: 12px "trebuchet ms", sans-serif;
	color: white;
}

p.copyright
{
	clear: both;
	height: 38px;
	padding: 1px 0 1px 0;
	background: url("images/copyright.gif");
	text-align: center;
	font: 12px "trebuchet ms", sans-serif;
	color: white;
}
