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


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