* {
	margin: 0px;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #565759;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
/* Page Layout Styles */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	width: 1022px;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px solid #78797b;
	border-left: 1px solid #78797b;
}
#header, #content-container {
	width: 844px;
	position: relative;
	overflow: hidden;
	padding-left: 178px;
}
#header {
	height: 171px;
}
#content {
	float: left;
	position: relative;
	font-size: 1.4em;
	width: 540px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#image-strip {
	float: left;
	width: 844px;
	height: 50px;
}
#image {
	float: left;
	width: 288px;
	height: 314px;
	margin-top: 1.5em;
	border-top: 1px solid #78797b;
	border-bottom: 1px solid #78797b;
	border-left: 1px solid #78797b;
}
#image-reviews {
	float: left;
	width: 288px;
	height: 314px;
	margin-top: 1.5em;
}
#imageContainer {
	position: absolute;
	width: 288px;
	height: 314px;
}
#imageContainer img {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer, .push {
	width: 1022px;
	height: 60px;
	margin: auto;
}
#footer {
	font-size: 1.2em;
	line-height: 1.4em;
}
#footer-content {
	background-color: #FFFFFF;
	padding-left: 178px;
}
/* Header + Menubar Layout Styles */
#header-imgs {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#header-imgs li {
	float: left;
	height: 129px;
}
#menubar {
	width: 843px;
	height: 40px;
	background-color: #b6b7bb;
	border-top: 1px solid #78797b;
	border-bottom: 1px solid #78797b;
	border-left: 1px solid #78797b;
	clear: both;
}
/* Text & Image Styles */
h1 {
	font-size: 1.3em;
	color: #565759;
	margin-top: 0em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.4em;
	color: #C62628;
	margin-top: 0em;
	margin-bottom: 1em;
}
p {
	margin-top: 0em;
	margin-bottom: 1.2em;
}
#home-content img, #chef-content img {
	margin-right: 1em;
	margin-bottom: 1em;
	width: 143px;
	height: 150px;
	float: left;
}
#home-content img {
	width: 169px;
}
#contact-content img {
	margin-right: 1em;
	margin-bottom: 3em;
	width: 180px;
	height: 214px;
	float: left;
}
.content-images {
	float: right;
	margin-left: 10px;
}

#menu-list {
	list-style-type: circle;
}
/* Link Styles */
a:link {
	color: #555658;
}
a:visited {
	color: #993366;
}
#footer a:link, #footer a:visited {
	color: #555658;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* Contact Form Styles */
#contact_table {
	width: 340px;
}
.contact_table {
	width: 65px;
}
.contact_submit {
	text-align: left;
	padding-left: 65px;
}
