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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	background: #eff1f3 url(../Images/confbg.gif) top left repeat-x;
}
#frame {
	height: 30px;
	line-height: 30px;
	background: #828b94;
	border-bottom: 2px solid #687179;
}
#content_frame {
	padding-top: 20px;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: white;
}
#header {
	width: 900px;
	margin: 0 auto;
	text-align: right;
}
#underheader {
	height: 1px;
	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:96px;
	height: 150px;
	margin: 0 0 10px 20px;
	background: url(../Images/chefBlue.jpg) top left no-repeat;
	float: right;
}
#footer {
	clear: both;
	padding: 30px 0 20px 0;
	color: #666;
	background: #eff1f3;
	border-top: 4px solid #e0e4e9;
}
