body{
	margin:0 auto;
	padding:35px 0px 0px 0px;
	background-color: #E4D4B2;
}
h1 {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 24px;
}
h2 {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 3px;
}

.homediv {
	background-attachment: inherit;
	background-image: url(../../images/background-home.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 300px;
}
.aboutdiv {
	background-attachment: inherit;
	background-image: url(../../images/background-general.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 230px;
}
.valuesdiv {
	background-attachment: inherit;
	background-image: url(../../images/background-general.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 238px;
}
.lambdiv {
	background-attachment: inherit;
	background-image: url(../../images/background-lamb.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 258px;
}
.turkeydiv {
	background-attachment: inherit;
	background-image: url(../../images/background-turkey.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 258px;
}



.maintext {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 12px;
	color: #493018;
}


.hideme {
	display:none;
}


.noPadnoBorder {
	padding-top:1px;
	padding-bottom:1px;
	border:0px;
}

