html {
	background: url(../images/bg2.gif) repeat;
}
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-x;
}
img {
	border: none;
}
a:focus {
	outline:none;
}
#main {
	width: 759px;
	margin: 0 auto;
}
#header {
	height: 287px;
	width: 759px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
}
#header .logo {
	position: absolute;
	background: url(../images/logo.gif) no-repeat;
	width: 377px;
	height: 56px;
	overflow: hidden;
	text-indent: -3000px;
	left: 95px;
	top: 12px;
}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	top: 258px;
	left: 19px;
}
#header ul li {
	display: inline;
	float: left;
}
#header ul li a {
	text-indent: -3000px;
	overflow: hidden;
	height: 43px;
	display: block;
}
#header ul li a.home {
	background: url(../images/home.gif) no-repeat;
	width: 124px;
}
#header ul li a.about-us {
	background: url(../images/about-us.gif) no-repeat;
	width: 156px;
	height: 43px;
}
#header ul li a.directions {
	background: url(../images/directions.gif) no-repeat;
	width: 143px;
}
#header ul li a.contact-us {
	background: url(../images/contact-us.gif) no-repeat;
	width: 151px;
}
#header ul li a.specials {
	background: url(../images/specials.gif) no-repeat;
	width: 143px;
}
#header ul li a:hover {
	background-position: 0 100%;
}
.shadow-holder {
/*	background: url(../images/shadow.png) repeat-y;*/
}
.container {
	width: 759px;
	background: url(../images/bg-content.gif) repeat-y 9px 0;
	overflow: hidden;
}
.bg-holder {
	width: 750px;
	background: url(../images/bg-content.jpg) no-repeat;
	margin-left: 9px;
}

.bg-holder2 {
	width: 750px;
	margin-left: 9px;
}

.bg-holder3 {
	width: 750px;
	background: url(../images/bg-content3.jpg) no-repeat;
	margin-left: 9px;
}

.bg-holder4 {
	width: 750px;
	background: url(../images/bg-content4.jpg) no-repeat;
	margin-left: 9px;
}

.content {
	width: 750px;
	background: url(../images/content-footer.jpg) no-repeat 0 100%;
	overflow: hidden;
}
.content h1 {
	margin: 0;
	padding: 27px 47px 0 0;
	text-align:right;
	color: #690100;
	font: 20px/20px "Trebuchet MS", verdana, sans-serif;
}

.content h2 {
	margin: 0;
	padding: 27px 29px 0 0;
	text-align:right;
	color: #868d11;
	font: 18px/18px "Trebuchet MS", verdana, sans-serif;
}

.images {
	width: 600px;
	float: right;
	text-align: right;
	margin: 2px 20px 0;
	padding-bottom: 15px;
	display: inline;
}
#footer {
	width: 759px;
	text-indent: -3000px;
	overflow: hidden;
	margin: -1px 0 0;
	position: relative;
	padding: 0 0 30px;
	float: left;
}
#footer a {
	margin-left: 241px;
	background: url(../images/copyright.gif) no-repeat;
	width: 318px;
	height: 48px;
	display: block;
}
.main-text {
	width: 600px;
	font: italic bold 14px/14px "Trebuchet MS", verdana, sans-serif;
	margin: 0px 29px 18px 0;
	text-align: right;
	float: right;
	display: inline;
	color: #535353;
	line-height: 15px;
}
.main-text p {
	margin: 0;
	padding: 0 0 16px;
}


.main-text2 {
	width: 600px;
	font: italic bold 14px/14px "Trebuchet MS", verdana, sans-serif;
	margin: 0px 29px 18px 0;
	text-align: center;
	display: inline;
	color: #000;
	line-height: 15px;
}
.main-text2 p {
	margin: 0;
	padding: 0 0 16px;
}

#contactform {
	margin: 0px;
	padding: 20px 20px 20px 200px;
	background-color: #f6faff;
	border: solid 1px #a5bcda;
	width: 600px;
}