@charset "UTF-8";
/* CSS Document */

body {
	margin: 20px;
	background-color:#525F18;
	height:100%;
	background-image:url(images/bg.gif);
	background-position: 0px 90px;
	background-repeat:repeat-x;
}

#container {
	position:relative;
	height: 100%;
	width: 702px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	background-color: #FFFFCC;
	border:1px solid #000000;
}
#header {
	position:relative;
	top:0px;
	height: 275px;
	width: 702px;
	background-image:url(images/border.gif);
	background-position: 0px 10px;
	background-repeat:repeat-x;
}
#logo {
	position:relative;
	height: 211px;
	width: 272px;
	top: 40px;
	left: 50px;
	float:left;
}
#address {
	position:relative;
	width: 200px;
	top: 35px;
	right: 30px;
	float:right;
	text-align:left;
	color:#525F18;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
.titles {
	color:#525F18;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
}
.phone {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
}
#navigation {
	position:relative;
	width: 650px;
	height: 30px;
	top:0px;
	padding:10px 0px 0px 0px;
	text-align:center;
	color:#525F18;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	border-top:1px solid #72083C;
	border-bottom:1px solid #72083C;
	margin-left: auto;
    margin-right: auto;
}
#content {
	position:relative;
	width: 620px;
	top:0px;
	padding:0px 0px 30px 0px;
	text-align:left;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-left: auto;
    margin-right: auto;
}
.titletext {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
}
.subhead {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	line-height:36px;
}
#footer {
	position:relative;
	top:0px;
	height: 150px;
	width: 702px;
	background-image:url(images/border.gif);
	background-position: 0px 20px;
	background-repeat:repeat-x;
	background-color: #FFFFCC;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
.caption {
	color:#525F18;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
}
.caption2 {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}
a {
	color:#72083C;
	text-decoration:none;
}
a:hover {
	color:#00CC00;
	text-decoration:none;
}
.bgimg {
background-image:url(images/stacheyman_bg.png);
background-position: center 30px;
background-repeat:no-repeat;
}

#menu dl {
	width:100%;
	overflow:auto;
	margin: 0 0 1em;
	background: url(images/bss_dot.gif) repeat-x 0 10px;
}
#menu dl dt, 
#menu dl dd.price, 
#menu dl dd.price-head {
	background:#FFFFCC;
	font-size:14px;
	font-weight: bold;
}
#menu dl dt {
	float:left;
	padding-right: 5px;
	color:#72083C;
	font-size:14px;
}
#menu dl dt.section-head {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
}
#menu dl dd {margin:0}
#menu dl dd.price, 
#menu dl dd.price-head {
	float:right;
	font-weight:normal;
	width:70px;
	text-align:center;
}
#menu dl dd.price-head {
	font-size:14px;
	width:70px;
	text-align:center;
	
}
#menu dl dd.menu-info {
	float:left;
	width:100%;
	padding: 3px 0;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:14px;
	font-style:italic;
}
#menu-extras {
	width: 575px;
	margin-left: auto;
    margin-right: auto;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	top:0px;
	border:1px solid #000000;

}
.menu-featured {
	margin:10px 0;
	padding:10px;
	width:642px;
	border:2px solid #C02E2B;
	text-align:center;
}
.red {
	color: #72083C;
}