@import url("default.css");

#page{
	padding:20px 0 0 0;
}
body{
	background-color:#F9F9F9;
}

#body{
	
}

#content{
	border-left:1px dotted #DADDE8;
	border-right:1px dotted #DADDE8;
}

#header{
	background-image:url('food-back.png');
	background-repeat: repeat-x;
	background-position: top;
	border:none;
	height:63px;
	margin: 0 0 0 20px;
}

#header h1{
	top:20px;
	left:70px;
	font-size:17pt;
	color:#2C0000;
	z-index: 10;
	display:inline;
	font-weight:normal;
	border-left:none;	
	padding-left:0px;
}

#header a {
	color:#554B4B;
	text-decoration: none;
}

#header a:hover {
	color:#2C0000;
	text-decoration: underline;
}

#hlogo {
	position:absolute;
	width:276px;
	height:63px;
	left:0px;
	top:0px;
	background-image:url('food-logo.png');
	background-repeat:no-repeat;
}


#navigation{
	font-size:10pt;
	color:#8a8a8a;
	line-height: normal;
	border:none;
	font-family:Arial,Helvetica,sans-serif;
	padding:0px 0px;
	position:relative;
	left:74px;
	top:-5px;
}


#hsearch {
	top:4px;
	color:gray;
	width:226px;
}

#hsearch input {
	border:1px solid gray;
	color:gray;
}

