body {
	margin-top: 0;
	margin-left: 0;
	background-color: #242100;
	font: 62.5%/150% Georgia, serif;
	color: #201c03;
	text-align: center;
}

a {
	/*color: #f73b2f;*/
	color: #044105;
	text-decoration: none;
}

a:hover {
	color: #97804b;
}

h1#beef {
	height: 0;
	margin-top: 60px;
    padding-top: 54px;     
    overflow: hidden;
    background: url(../images/header_beef.png) no-repeat left top;
    color: #eadcc1;
}

h1#contact {
	height: 0;
	margin-top: 60px;
    padding-top: 54px;     
    overflow: hidden;
    background: url(../images/header_contact.png) no-repeat left top;
    color: #eadcc1;
}

h1#fruit {
	height: 0;
	margin-top: 60px;
    padding-top: 54px;     
    overflow: hidden;
    background: url(../images/header_fruit.png) no-repeat left top;
    color: #eadcc1;
}

h1#index {
	height: 0;
	margin-top: 60px;
    padding-top: 54px;     
    overflow: hidden;
    background: url(../images/header_index.png) no-repeat left top;
    color: #eadcc1;
}

h1#poultry {
	height: 0;
	margin-top: 60px;
    padding-top: 54px;     
    overflow: hidden;
    background: url(../images/header_poultry.png) no-repeat left top;
    color: #eadcc1;
}

h1#grandma {
	height: 0;
	margin-top: 60px;
    padding-top: 54px;     
    overflow: hidden;
    background: url(../images/header_grandma.png) no-repeat left top;
    color: #eadcc1;
}

h1#links {
	height: 0;
	margin-top: 60px;
    padding-top: 54px;     
    overflow: hidden;
    background: url(../images/header_links.png) no-repeat left top;
    color: #eadcc1;
}

#content, #sidebar_photo {
	background-color: #eadcc1;
	padding-bottom: 30px;
}

#content p, #content li {
	margin-left: 24px;
	margin-right: 80px;
	font-size: 1.3em;
	line-height: 160%;
}

#content h2 {
	margin-left: 24px;
	font-size: 2em;
}

#footer {
	width: 960px;
	height: 104px;
	background: url(../images/footer_bkgd.png) no-repeat left top;
}

#footer p {
	position: relative;
	top: 42px;
	left: -15px;
	font-family: "Trebuchet MS", sans-serif;
	color: #dcc88b;
	text-align: right;
}

#footer a:hover {
	color: #dcc88b;
}

#header {
	width: 960px;
	height: 165px;
	background: url(../images/header_bkgd.png) no-repeat left top;
}

#menu {
	width: 960px;
	height: 70px;
	background: url(../images/menu_bkgd.png) no-repeat left top;
}

#menu p {
	font: 1.2em "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #dcc88b;
	text-align: center;
}

#menu a {
	padding-right: 15px;
	padding-left: 15px;
	color: #f73b2f;
	text-decoration: none;
}

#menu a:hover {
	color: #dcc88b;
}

#sidebar_photo {
	padding: 15px;
}

#sidebar_photo img {
	margin-top: 20px;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	padding-bottom: 40px;
	text-align: left;
}

.mapborder {
	border:3px solid #ffffff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}
