@charset "UTF-8";
body {
	background-color: #F93;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin-left:40px;
	margin-top:0px;
	margin-right:0px;
	color: #543518;
	
}


td,th {
	color: #543518;
}

a:link {
	color: #C37720;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #E1A642;
}
a:active {
	text-decoration: none;
	color: #EDA433;
}

#header {
	background-image:url(images/header_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 258px;
	width: 900px;

}

#content_container {
	background-image:url(images/content_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 500px;
	width: 905px;
	vertical-align: top;
	margin-top:0px;
}

#content_container_about {
	background-image:url(images/content_bg_long.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 550px;
	width: 900px;
	vertical-align: top;
	margin-top:0px;
}


#hp_text {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#553418;
	font-size:12px;
	padding: 12px 49px 15px 500px;
	text-align:justify;
	line-height:180%;
}

#hp_image {

	float:left;
	padding: 30px 39px 5px 170px;
	vertical-align: top;
	
}

#location_text {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#553418;
	font-size:12px;
	padding: 10px 49px 15px 500px;
	
	line-height:150%;
}

#location_text a:link {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#660;
	font-size:12px;
	text-decoration:none;
}
#location_text a:visited {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#630;
	font-size:12px;
	text-decoration:none;
}

#content_text {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#553418;
	font-size:11px;
	padding: 0px 49px 15px 175px;
	line-height:180%;
}


#navigation {
	margin: 70px 773px 0px 10px;
	line-height:95%;
}

.menu_item {
	border:solid;
	border-bottom-width:thin;
	border-color:#FC0;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:right;
	text-decoration:none;
}

.menu_item a:link, a:visited {
	border:solid;
	border-bottom-width:thin;
	border-color:#FC0;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:right;
	text-decoration:none;
}
.recipe_text {
	line-height:125%;
}