* {
	border: none;
	margin: 0;
	padding: 0;
}

html, body {
	background-color: transparent;
	height: 100%;
}

.clear { clear: both; }

body {
	font-family: "Book Antiqua", "Palatino", "Garamond", "Times New Roman", serif;
	text-align: center;
}

#bg {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

#container {
	background: transparent;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	width: 779px;
	z-index: 1;
}

#content_back {
	background: url(images/content_center.gif) center repeat-y;
	height: 100%;
	min-height: 840px;
	position: relative;
	margin: 180px 0 30px 0;
}

#content_top {
	background: url(images/content_top.gif) top center no-repeat;
	height: 100%;
	min-height: 840px;
	position: absolute;
	top: -20px;
	width: 779px;
	z-index: 4;
}

#content_bottom {
	background: url(images/content_bottom.gif) bottom center no-repeat;
	height: 483px;
	position: absolute;
	bottom: -20px;
	width: 779px;
	z-index: 2;
}

.menubar {
	background: transparent;
	height: 59px;
	margin-left: 4px;
	position: relative;
	top: 4px;
	width: 771px;
}

.menubar ul, .menubar li {
	display: inline;
	list-style: none;
	height: 59px;
}

.menubar li {
	float: left;
}

.menubar li a {
	display: block;
}

.menubar li span {
	display: none;
}


/*[Menu Bar Items]*/

#glli {
	background: url(images/gallery.gif) no-repeat;
	background-position: left bottom;
}
#gl {
	background: url(images/gallery.gif) no-repeat;
	background-position: left top;
	height: 59px;
	width: 126px;
}
#gl:hover { background: transparent; }


#spli {
	background: url(images/specials.gif) no-repeat;
	background-position: left bottom;
}
#sp {
	background: url(images/specials.gif) no-repeat;
	background-position: left top;
	height: 59px;
	width: 180px;
}
#sp:hover { background: transparent; }


#msli { background: url(images/menu_spacer.jpg) repeat-x;
	height: 59px;
	width: 160px;
}


#abli {
	background: url(images/about.gif) no-repeat;
	background-position: left bottom;
}
#ab {
	background: url(images/about.gif) no-repeat;
	background-position: left top;
	height: 59px;
	width: 171px;
}
#ab:hover { background: transparent; }


#ctli {
	background: url(images/contact.gif) no-repeat;
	background-position: left bottom;
}
#ct {
	background: url(images/contact.gif) no-repeat;
	background-position: left top;
	height: 59px;
	width: 134px;
}
#ct:hover { background: transparent; }

/*[--------------]*/


#logo {
	background: transparent;
	height: 253px;
	position: relative;
	top: -196px;
	left: 231px;
	width: 298px;
	z-index: 10;
}

#content {
	background: transparent;
	margin-left: 4px;
	position: absolute;
	top: 63px;
	width: 771px;
}

#truck {
	display: block;
	height: 687px;
	padding-bottom: 20px;
	margin-top: -640px;
	margin-left: -102px;
	width: 511px;
	z-index: 6;
}

a, a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #EEDDBE;
	text-decoration: none;
}

.first_letter {
	font-family: "Book Antiqua", "Palatino", "Garamond", "Times New Roman", serif;
	font-size: 36px;
	line-height: 80%;
}