/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/

/* =Home/Default Page
-----------------------------------------------------------------------------*/
body {
	background:#ed5400 url(../img/bodyBgHome.jpg) repeat-x;
	color:#000000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:71%;
	}
	
#bannerOuter {
	background:url(../img/bannerHome.jpg) no-repeat center;
	}
	
#bannerInner {
	width:750px;
	margin:0 auto;
	height:164px;
	}
	
#navHeader {
	width:750px;
	height:254px;
	margin:0 auto;
	background:url(../img/navHeaderBg.jpg) no-repeat top right;
	}	
	
#imgBorder {
	border:#7e6c4e solid 1px;
	margin:0 0 25px 0;
	}
	
#aboutH1 {
	background:url(../img/aboutH1.gif) no-repeat;
	position:absolute;	
	width:230px;
	height:21px;
	}
	
#hoursH1 {
	background:url(../img/hoursH1.gif) no-repeat;
	position:absolute;	
	width:230px;
	height:21px;
	}
	
#specialsH1 {
	background:url(../img/specialsH1.gif) no-repeat;
	position:absolute;	
	width:230px;
	height:21px;
	}
	
