/* CSS Document */
/* CSS Document */
html {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	}

ul {
	list-style-type: none;
	padding-left: 80px;
	margin-left: 0;
	}

p {font-size:medium;
	}
	
body { 
		background-color: #7ab777;
	 	color: #000000; 
		text-align: center; 
		margin: 0;
		padding:0;
		} 
img {
	margin:0;
	padding:0;
	}
	
h1 {font-family: "Tempus Sans", Georgia, Times, serif;
	color:#80461B;
	font-size:larger;
	font-weight:bold;
	padding-top: 10px;
	}

#wrapper {width: 770px;
		text-align: left;
		position:relative; 
		background-image: url(images/glow.gif);
		background-repeat:repeat-y;
		overflow: hidden;
		margin-left: auto;
	  	margin-right: auto;
		}
		
#header {
	margin:0;
	padding:0;
	}

.home {
	background: url(images/header4.jpg) top no-repeat; 
	height: 240px;
	}
	
.farm {
	background: url(images/grass.gif) no-repeat;
	height: 240px;
	}

.beef {
	background: url(images/beef.gif) no-repeat;
	height: 240px;
	}

.price {
	background: url(images/price.jpg) top no-repeat;
	height: 240px;
	}
	
.test {
	background: url(images/test.jpg) top no-repeat;
	height: 240px;
	}
	
.breed {
	background: url(images/breed.jpg) top no-repeat;
	height: 240px;
	}

.recipe {
	background: url(images/recipebig.jpg) top no-repeat;
	height: 240px;
	}





#main {
	padding-left:10px;
	padding-right:10px;
	}

#nav {
	margin: 0;
	padding: 0;
	background: #80461B;
	list-style-type: none;
	width: 750px;
	float: left; /* Contain floated list items */
	}
	
#nav ul { 
	margin: 0;
	padding: 0;
	}
	
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	}

#nav a {
	float: left;
	text-align: center;
	color: #FFFDD0;
	text-decoration: none;
	line-height: 30px;
	border-right: 1px solid #FFFDD0;
	padding: 0 10px 0 9px;
	}

#nav #nav_shat a {
	border: none;
	}
#nav a:hover {
	background: #ab5e24;
	}
#body_hom #nav_hom a,
#body_farm #nav_farm a, #body_beef #nav_beef a,
#body_price #nav_price a,#body_test #nav_test a,
#body_shat #nav_shat a {
	background: #dd792f;
	color: #80461B;
	}
		
#right {background-color: #FFFDD0;
		color: #000000; 
		padding: 0px 10px 10px 0px;
		float:right;
		width: 450px;
		margin: 0 5px 0 0;
		}
	
#left {border-right: 1px solid #80461B;
		background-color: #FFFDD0;
		color: #000000; 
		padding: 10px 0 10px 0px;
		margin: 0 0 0 10px;
		float:left;
		width: 250px; 
		}

#footer {
	clear: both;
	background-color: #dd792f;
	float:bottom;
	height: 20px;
	text-align:center;
	font-size:9px;
	padding-top:15px;
	color:#80461B;
	margin: 0 0px 0 0px;
	}
	
#footer a{
 	text-decoration:none;
	color:#80461B;
	}

#footer a:hover {
	color:#0000FF;
	text-decoration:underline;	
	}

#footerglow {
	margin:0;
	padding:0;
	background: url(images/footerglow.gif) no-repeat;
	height: 30px;
	clear:both;
	}



	

