body {
	padding: 0;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12.5px;
	background-attachment: fixed;
	background-image: url(images/opt/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align:center;
	background-color:#9C7E64;
}

/* divs */

.container {
	text-align: left;
	width: 835px;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
	}
	
#header {
	width: 834px;
	height: 183px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	background-image:url(images/opt/header_1.jpg);
	background-repeat:no-repeat;
	border: #000000 medium solid;
}

#body_index {
	width: 834px;
	height: 860px;
	top: 183px;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	text-align: left;
	background-image: url(images/images/nav/images/body.gif);
	background-repeat: repeat;
	background-position: left top;
	/*background-color: #b38b5d;*/
	border: #000000 medium solid;
	}

#body_about {
	width: 834px;
	height: 700px;
	top: 183px;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	text-align: left;
	background-image: url(images/images/nav/images/body.gif);
	background-repeat: repeat;
	background-position: left top;
	/*background-color: #b38b5d;*/
	border: #000000 medium solid;
	}

#body_beef {
	width: 834px;
	height: 1090px;
	top: 183px;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	text-align: left;
	background-image: url(images/images/nav/images/body.gif);
	background-repeat: repeat;
	background-position: left top;
	/*background-color: #b38b5d;*/
	border: #000000 medium solid;
	}

#body_pork {
	width: 834px;
	height: 927px;
	top: 183px;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	text-align: left;
	background-image: url(images/images/nav/images/body.gif);
	background-repeat: repeat;
	background-position: left top;
	/*background-color: #b38b5d;*/
	border: #000000 medium solid;
	}
	
#body_contact {
	width: 834px;
	height: 860px;
	top: 183px;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	text-align: left;
	background-image: url(images/images/nav/images/body.gif);
	background-repeat: repeat;
	background-position: left top;
	/*background-color: #b38b5d;*/
	border: #000000 medium solid;
	}

#navigation_left {
	width: 135px;
	height: 800px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	text-align: left;
	/*background-color: #3B1F06;*/
	}

#footer {
	width: 834px;
	height: 149px;
	float: left;
	position: fixed;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	background-image:url(images/opt/footer.jpg);
	background-repeat:no-repeat;
	border-top: #000000 medium solid;
	
	}
	
/* images */

.images {
	border: #492A0F 4px double;
	margin: 5px;
}

/* text */	

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #6B290A;
	border-bottom: dotted thin;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #6B290A;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #6B290A;
	}

.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #b38b5d;
}

.headlines {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #663300;
	text-decoration:underline;
}

.testimonials {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	}
	
.bold {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	}	
	
.border{
	color: #6B290A;
	border-top: dotted thin;
	}
	
/* links */

.footerlink a:link, .footerlink a:active, .footerlink a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b38b5d;
	font-size: 12px;
	font-weight: bold; 
	}

.footerlink a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.email a:link, .email a:visited, .email a:hover, .email a:active  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}

.bodylink a:link, .bodylink a:visited, .bodylink a:hover, .bodylink a:active  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B290A;
	font-size: 12.5px;
	text-decoration: underline;
}

.bodylink a:hover  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12.5px;
	text-decoration: underline;
}