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

html { 
	height: 100%
}

body {
	background: #d6cda9;
	font-family: Arial;
	color: #000;
	font-size: 12px; 
	text-align: left;
	line-height: 21px;
	margin-top:0px;
  
}

h1 {
	font-size: 16px; 
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #331A00;
	border-top: 3px solid #9F3D14;
	border-bottom: 1px solid #331A00;
	padding: 5px 0px
}

h2 {
	text-align: left;
	color: #331A00;
}

.drkbrn {
	background-color: #331A00
}

.beige {
	background-color: #EAE6DB
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #9F3D14;
}
a:visited {
	color: #9F3D14;
}
a:hover {
	color: #331A00;
}
a:active {
	color: #331A00;
}

div#bioText {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	background:#FFF;
	padding:21px;
	margin:21px 21px 21px 21px;
	border: double  #331A00 solid;
	
}

.bioChefName {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:21px;
	color:#9F3D14;
	margin-top:21px;
}