body img {
	border: none;
}
/* Page styles*/
#wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}

#header {
	margin-top: -17px;
}

/* Upper Nav Bar*/
#main_nav {
	height: 52px;
	border-bottom: 2px solid #992917;
}
#main_nav ul {
	margin: 0;
	padding:0;
	white-space: nowrap;
}
#main_nav li a {
	height: 50px;
	display: block;
	float: left;
}
#main_nav a:hover {
	background-position: 0px -50px;
}
#home_nav a {
	width:117px;
	background: url(recipebox/recipe_graphics/home_button.jpg) no-repeat;
}

#aboutbeth_nav a {
	width: 134px;
	background: url(recipebox/recipe_graphics/aboutbeth_button.jpg) no-repeat;
}
#services_nav a {
	width: 159px;
	background: url(recipebox/recipe_graphics/services_button.jpg) no-repeat;
}
#recipes_nav a {
	width: 131px;
	background: url(recipebox/recipe_graphics/recipes_button.jpg) no-repeat;
}
#contact_nav a {
	width: 124px;
	background: url(recipebox/recipe_graphics/contact_button.jpg) no-repeat;
}
#links_nav a {
	width: 131px;
	background: url(recipebox/recipe_graphics/links_button.jpg) no-repeat;
}
#main_nav li {
	list-style-type: none;
	text-indent: -5000px;
	padding: 0px;
	margin: 0px;
}

/* Columns */
#left {
	width: 140px;
	min-height: 500px;
	float: left;
	text-align: left;
}
#left a:hover {
	color: #666666;
}
#left ul {
	list-style-type: none;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
#left li {
	padding-bottom: 15px;
}
#middle {
	position:relative;
	float: left;
	width: 550px;
}
#middle ul {
	list-style-type: none;
}
#right {
	width: 100px;
	padding-left: 15px;
	float: right;
}
/* Footer */
#footer {
	height: 75px;
	padding: 1% 0;
	clear: both;	
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #999;
}

#footer p {
	color: #fff;
	text-align: center;
}

/*home page styling*/
#home #wrapper {
	border: 2px solid #b3d34f;
}
#home #main_nav {
	border-bottom: 2px solid #b3d34f;
}
#home #footer {
	background-color: #b3d34f;
}
#home #header {
	width: 800px;
	height: 115px;
	background: url(recipebox/recipe_graphics/home_banner.jpg) no-repeat;
	border-bottom: 2px solid #b3d34f;
	text-indent: -10000px;
}
#home #middle {
	margin-left:100px;
	padding: 15px;
}

#home #left {
	width:0px;
}

#home #middle h1 {
	color: #80993c;
	margin-left:25px;
}
.bethsign {
	text-align: right;
}

#home #home_nav a {
	background-position: 0px -50px;
}

#bethpic {
	position:relative;
	float:right;
	padding:5px;
	margin-left:5px;
	border:1px solid #80993c;
}

/*aboutbeth page styling */
#aboutbeth #wrapper {
	border: 2px solid #efcf3c;
}
#aboutbeth #main_nav {
	border-bottom: 2px solid #efcf3c;
	
}
#aboutbeth #footer {
	background-color: #efcf3c;
}
#aboutbeth #header {
	height: 115px;
	background: url(recipebox/recipe_graphics/aboutbeth_banner.jpg) no-repeat;
	border-bottom: 2px solid #efcf3c;
	text-indent: -10000px;
}
#aboutbeth #middle {
	padding: 20px 0px 25px 15px;
}
#aboutbeth #middle h1 {
	color: #b27700;
}
#aboutbeth #middle ul {
	font-size: 1.2em;
	line-height: 1.6em;
}

#aboutbeth #aboutbeth_nav a {
	background-position: 0px -50px;
}

/*services page styling */
#services #wrapper {
	border: 2px solid #aea4a5;
}
#services #main_nav {
	border-bottom: 2px solid #aea4a5;
	
}
#services #footer {
	background-color: #aea4a5;
}
#services #header {
	height: 115px;
	background: url(recipebox/recipe_graphics/services_banner.jpg) no-repeat;
	border-bottom: 2px solid #aea4a5;
	text-indent: -10000px;
}
#services #middle {
	padding: 20px 0px 25px 15px;
}

#services #middle h1,h2 {
	color:#3f3c3d;
}

#services #services_nav a {
	background-position: 0px -50px;
}

/*recipe box page styling*/
#recipebox #wrapper {
	border: 2px solid #992917;
	color: #992917;
	text-align: center;
}
#recipebox h1 {
	text-align: center;
}
#recipebox h2 {
	color: #992917;
	text-align: center;
}
#recipebox a {
	text-align: center;
}
#recipebox #header {
	height: 115px;
	background: url(recipebox/recipe_graphics/recipe_banner.jpg) no-repeat;
	border-bottom: 2px solid #992917;
	text-indent: -10000px;
}
/* reicpe_cols are for the recipe box categories page*/
#leftrecipe_col a {
	color: #992917;
}
#leftrecipe_col a:hover {
	color: #999;
}
#rightrecipe_col a {
	color: #992917;
}
#rightrecipe_col a:hover {
	color: #999;
}
#leftrecipe_col ul {
	padding: 0px;
	list-style-type: none;
}
#rightrecipe_col ul {
	padding: 0px;
	list-style-type: none;
}
#leftrecipe_col {
	float: left;
	padding: 25px 0px 100px 120px;
}
#rightrecipe_col {
	float: right;
	padding: 25px 120px 100px 0px;
}
#recipebox #footer {
	background-color: #992917;
}

#recipebox #recipes_nav a{
	background-position: 0px -50px;
}

/*contact page styling */
#contact #wrapper {
	border: 2px solid #efce3c;
}
#contact #main_nav {
	border-bottom: 2px solid #efce3c;
	
}
#contact #footer {
	background-color: #efce3c;
}
#contact #header {
	height: 115px;
	background: url(recipebox/recipe_graphics/contact_banner.jpg) no-repeat;
	border-bottom: 2px solid #efce3c;
	text-indent: -10000px;
}
#contact #middle {
	text-align: center;
	padding: 30px 0px 25px 15px;	
}	

#contact #middle h1 {
	color: #efce3c;
	text-decoration: none;
}

#contact #middle a {
	color: #efce3c;
	text-decoration: none;
}

#contact #middle a:hover {
	color: #efd978;
}

#contact #contact_nav a {
	background-position: 0px -50px;
}

/*links page styling */
#links {
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	border: 2px solid #b18369;
}
#links #main_nav {
	border-bottom: 2px solid #b18369;
	
}
#links #footer {
	background-color: #b18369;
}
#links #header {
	margin-top: -17px;
	height: 115px;
	background: url(recipebox/recipe_graphics/links_banner.jpg) no-repeat;
	border-bottom: 2px solid #b18369;
	text-indent: -10000px;
}
#links #middle {
	text-align: center;
	padding: 20px 0px 25px 0px;
	color: #3f2e26;
}

#links #links_nav a {
	background-position: 0px -50px;
}

#links #middle table {
	padding-left: 25px;
}

#links #middle td, th {
	text-align: left;
	width: 250px;
	}
	
#links #middle a, th {
	color: #b18369;
	text-decoration: none;
	}
#links #middle th {
	text-decoration:underline;
}	
#links #middle a:hover {
	color: #f2b199;
	}

/* Recipe Card Styling */

#recipebox li, a {
	color: #992917;
}
#recipebox #left {
	margin-top: 25px;
}
#recipebox #leftnav {
	padding-top: 25px;
	padding-left: 20px;
}
#nutrition {
	text-align: center;
	padding-top: 20px;
}
#nutrition table {
	padding-left: 35px;
	width:140px;	
}
#nutrition th {
	color: #992917;
	text-align: center;
	padding-bottom: 10px;
	border: solid 1px #992917;
	width:130px;
}

#nutrition td {
	color: #992917;
	font-size: .9em;
	text-align: left;
	padding: 5px 0px 5px 5px;
	border: solid 1px #992917;
}
#nutrition tr {
	border: solid 1px #992917;
}

#recipe_card {
	text-align: left;
	width: 460px;
	margin-left: 50px;
	margin-bottom: 35px;
	margin-top: 35px;
	padding-bottom: 35px;
	background: url(recipebox/recipe_graphics/recipe_card_bottom.jpg) no-repeat bottom left;
}

#recipe_card h3 {
	height: 30px;
	padding: 5px 0px 15px 25px;
	background:url(recipebox/recipe_graphics/recipe_card_top.jpg) no-repeat top left;
}
#recipe_card h4, p {
	padding: 0px 25px 0px 25px;
}
#recipe_card ul {
	padding: 0px 35px 5px 35px;
}
.recipe_pic {
	float: right;
	padding: 0px 35px 0px 25px;
}
.recipe_pic img {
	border: 1px solid #992917;
}