/* default */
body {
	background: #FFFFFF url(images/bgtile.gif);
	margin: 0;
	padding: 0;
}


#page {
	width: 820px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(images/page_bg.png) repeat-y;
}

#topnav {
	width: 778px;
	height: 60px;
	margin: 0 auto;
	background: url(images/header.gif) repeat-x;
	border: solid 1px #FFFFFF;
}

#banner {
	width: 778px;
	height: 143px;
	margin: 0 auto;
	background: #CCCCCC url(images/header_image.png);
	border: solid 1px #FFFFFF;
}


#navbar {
	width: 778px;
	height: 70px;
	margin: 0 auto;
	border-bottom: solid 2px #FFFFFF;
	
}

#main_column {
	width: 780px;
	margin: 0 auto;
}


#left_column {
	width: 179px;
	float: left;
	border-left: solid 1px #FFFFFF;
	padding-top: 10px;
}

#middle_column {
	width: 600px;
	float: left;
}

#right_column {
	width: 149px;
	float: right;
	border-right: solid 1px #FFFFFF;
	
}

#footer{
	clear: both;
	width: 778px;
	height: 30px;
	margin: 0 auto;
	background:#99FFFF url(images/header.gif) repeat-x;
	margin: nowrap;
	border: solid 1px #FFFFFF;
	text-align: center;
	padding-top: 15px;
	color: #FFFFFF;
}



#navbar a{
	
	
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #FFFF00;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000000;
	
	
}

#navbar a:hover{
	color: #FFFF00;
}



/* text formatting */

p, h1, h2, h3 ul li{
	font-family: MS Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	padding: 4px;
}



#left_column p{
	font-size: 12px;
	color: #000033;
	
}

#button1 {
	height: 70px;
	width: 25%;
	background: url(images/steaks_off.png);
	
}

#button1 a:hover{
	background: url(images/steaks_on.png);
	color: #FF0000;
}

#button2 {
	height: 70px;
	width: 25%;
	background: url(images/appetizers2.png);
}

#button2 a:hover {
	background: url(images/appetizers1.png);
	color: #FF0000;
}

#button3 {
	height: 70px;
	width: 25%;
	background: url(images/specials_off.png);
}

#button3 a:hover {
	background: url(images/specials_on.png);
	color: #FF0000;
}

#button4 {
	height: 70px;
	width: 25%;
	background: url(images/deserts_off.png);
	color: #FF0000;
}

#button4 a:hover{
	background: url(images/deserts_on.png);
	color: #FF0000;
}


#topnav a, #footer a {
	color: #FFFFFF;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	letter-spacing: 3px;
	text-decoration: none;
	margin-right: 4px;
	
}

#topnav a:hover, #footer a:hover{
	color: #FF0000;
}

#footer a{
	text-align: center;
	font-size: 10px;
}

#middle_column p {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #4A1109;
}

#middle_column h2 {
	font-size: 14px;
	color: #35170B;
	font-weight: 300;
	border-top: solid 1px #990000;
	
}
#middle_column h1 {
	font-size: 20px;
	letter-spacing: 3px;
	color: #993300;
	border-bottom: solid 1px #993300;
	font: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

#sidebox {
	width: 160px;
	background: #E9E9E9;
	display: block;
	border: solid 1px #999999;
	vertical-align: top;
	

}

#sidebox h1{
	display: block;
	border: solid 1px #FFFFFF;
	font-size: 12px;
	color: #990000;
	text-align: center;
	
}


#rail {
	margin: 0 auto;
	width: 778px;
	height: 20px;
	background: url(images/rail.png) repeat-x;
}

img {
	border: none;
	margin-right: 15px;
}

#food {
	font-family: sans-serif;
	font-size: 15px;
	color:#000000;
	padding: 4px;
}

#food p{
	margin-bottom: 3px;
	padding-bottom: 3px;
}

h4 {
	font-size: 13px;
	color: #990000;
	margin-left: 8px;
	margin-bottom: 3px;
	padding: 0px;
	border-bottom: solid 1px #990000;
}