/*  
Theme Name: Poultry
Theme URI: goodfellowspoultry.com
Description: Your Theme Description
Version: 1.0
Author: C Coe
Author URI: http://www.clancycoe.net


*/
html, body { height:100%; }
html>body #wrapper{height:auto; min-height:100%;}	


body{
	margin: 0;
	/*font-family: georgia, serif;
	font-size: 12px;*/
	background-color: #F5F8EF;
	font-family: Georgia, Palatino, Times, Times New Roman, serif;
	font-size: 80%;
	text-align: center;
	vertical-align: top;
	background-image:url('http://www.goodfellowspoultry.com/images/printbg.jpg');
	color: #030;
}



a {
	color: #063;
	font-weight:600;
	text-decoration:underline;
	}
	
a:link {color:#063;}
a:visited {color:#030;}
a:hover {
	color:#030;
	text-decoration:none;
}

#wrapper{
	margin: 0 auto 0 auto !important;
	width: 900px;
	text-align: left;
	background: #e9e6d9;
	height: auto !important;
}
#box h3 {
	font-size: 150%;
	color: #063;
	}

#header{
	/*float: left;*/
	width: 900px;
	height: 237px;
	background-image:url('http://www.goodfellowspoultry.com/images/chookbanner.jpg');
	background-position: center top;

	background-repeat:no-repeat;
}

#header h1{
	display: none;
}

#navmenu{
	background: #c1c99a;
	padding: 10px;	
}

#navmenu ul{
padding: 0;
margin: 0;
}

#navmenu li{
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
	font-size: 90%;
	background-image:url('http://goodfellowspoultry.com/images/eggbull.jpg');
	background-repeat: no-repeat; 
	background-position: 0 .4em; 
	padding-left: 1.5em;	
}

#box{
	/*float: right;*/
	width: 880px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #E9E6D9;
	height: 100%;
}




#clear { clear:both;}


#footer{
	width: 900px;
	height: 10px;
	text-align: center;
	position: relative;
	float: left;
	clear: both;
	background: #c1c99a;
}

#footer p{
	color: #396;
}

