@charset "UTF-8";
#content {
	float: left;
	width: 860px;
	background: #FFF;
	overflow: hidden;
}
#chef {
	border: thin solid #23373f;
	float: right;
	margin: 10px;
	position: relative;
	top: -50px;
}

h1 {
	color: #fff;
	background-position: left 10px;
	text-indent: 10px;
	background-color: #b4af54;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	color: #14688b;
	margin: 10px;
}
h2 a {
	color: #14688b;
	margin: 10px;
	text-decoration: none;
}
h3 {
	margin-left: 10px;
	color: #046380;
}
h3 a {
	color: #046380;
	text-decoration: none;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
	text-decoration: underline;
}

h4 {
	color:#23373f;
	margin: 10px;
	font-size: 14px;
}
h4 a {
	color: #23373f;
	text-decoration: none;
}
h5 a {
	color: #660000;
	margin-left: 10px;
	font-size: 14px;
}
h5 a:hover {
	color: #b4af54;
	text-decoration: none;
}
h6 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-left: 10px;
}
h6 a {
	text-decoration: none;
}
h6 a:hover {
	text-decoration: underline;
}

p {
	margin: 10px;
	font-size: 12px;
}

