﻿@charset "utf-8";
/* CSS Document */


html {
	background: url(../Images/footer2.gif) bottom left repeat-x;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: large/16px Georgia, "Times New Roman", Times, serif;
	background: url(../Images/headerbg.jpg) top left repeat-x;
}
#frame {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 30px;
	line-height: 30px;
	background: #33526d;
}
#underheader {
	height: 20px;
	clear: both;
}
#leftmenu {
	width: 160px;
	margin-left: 90px;
	padding-top: 5px;
}
#content {
	width: 520px;
	float: right;
	padding: 5px 120px 300px 0;
	line-height: 18px;
	text-align: left;
}
#chef {
	width: 84px;
	height: 150px;
	margin: 0 0 10px 20px;
	background: url(../Images/chef.jpg) top left no-repeat;
	float: right;
}
#footer {
	clear: both;
	padding: 30px 0 20px 90px;
	color: #002748;
}

